openSUSE Factory search results for query "reproducible-builds"
factory@lists.opensuse.org- 21319 messages
Re: [opensuse-factory] Plans and Issues for ATI fglrx Driver for 11.2?
by David C. Rankin
Juan Erbes wrote:
> What method to install the Ati drver has used You ?
>
> What method to configure the Ati drver has used You?
>
> Sometimes, can coexist in xorg.conf the 2 drivers, the radeonhd and
> the fglrx. You has verfified that?
>
> I prefer to install by compilation executing as "su" "sh
> ati-driver-installer-9.2-x86.x86_64.run", and the initial
> configuration with the "aticonfig" tool.
>
> Regards
>
Juan,
Thanks for your reply. I always install the same way:
(1) make sure the 'kernel-source' package is installed, if not, then install
it (as root):
zypper in kernel-source
(2) Build the fglrx rpm from the install package.
i586:
sh ati-driver-installer-8-9-x86.x86_64.run --buildpkg SuSE/SUSE110-IA32
x86_64
sh ati-driver-installer-8-9-x86.x86_64.run --buildpkg SuSE/SUSE110-AMD64
SuSE/SUSE110-AMD64
(3) make a copy of your current xorg.conf so sax2 won't screw it up
cp /etc/X11/xorg.conf /tmp/xorg.conf
************************************************
** if not in runlevel 3, go to runlevel 3 now **
************************************************
(4) (as root for all remaining commands)
init 3
(5) Removing old fglrx driver
rpm -e $(rpm -qa | grep fglrx)
(6) Preparing the kernel source (not 100% necessary, but proper)
cd /usr/src/linux
make mrproper
make cloneconfig > /dev/null 2>&1
make modules_prepare
make clean
(7) Install the new fglrx rpm you created, example:
rpm -Uvh fglrx64_7_1_0_SUSE110-8.532-1.x86_64.rpm
(8) Initialize your xorg.conf for the new driver:
aticonfig --initial
(9) Add options to the end of /etc/X11/xorg.conf to enable compiz:
Section "Extensions"
Option "Composite" "true"
Option "DAMAGE" "true"
EndSection
The Damage extension allows a client to be notified whenever something is drawn
to a window. This feature is useful for VNC servers, for screen magnifiers, and
for clients using the Composite extension to update the screen.
Yes I verified no radeonhd
17:38 alchemy:~> cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "Screen[0]" 0 0
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection
Section "Files"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/opt/kde3/share/fonts"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "extmod"
Load "type1"
Load "glx"
Load "freetype"
Load "dbe"
Load "dri"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Microsoft Wheel Mouse Optical"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse[3]"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "Name" "Touchpad"
Option "SHMConfig" "on"
Option "Vendor" "Synaptics"
Option "ZAxisMapping" "4 5"
EndSection
Section "Modes"
Identifier "Modes[0]"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
VendorName "TOSHIBA"
ModelName "TOSHIBA 17IN TRUEBRIGHT"
UseModes "Modes[0]"
DisplaySize 367 230
HorizSync 30.0 - 70.0
VertRefresh 43.0 - 60.0
Option "CalcAlgorithm" "XServerPool"
Option "DPMS"
Option "PreferredMode" "1440x900"
EndSection
Section "Device"
Identifier "Device[0]"
Driver "fglrx"
VendorName "ATI"
BoardName "ATI RADEON X1300"
Option "XAANoOffscreenPixmaps" "true"
Option "OpenGLOverlay" "off"
Option "no_accel" "no"
Option "UseFastTLS" "1"
Option "VideoOverlay" "on"
Option "no_dri" "no"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768"
"1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768"
"1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768"
"1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1366x768" "1280x800" "1152x864" "1280x768"
"1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
Option "Composite" "true"
Option "DAMAGE" "true"
EndSection
If I read your post right, then it looks like we are doing it the same, but
the fglrx driver is still hosed for my X1200 card ever since the 8-10 driver
release ;-(
--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
15 years, 7 months
Re: [opensuse-factory] openFATE: proposal for next steps
by Andreas Jaeger
On Thursday 30 September 2010 06:22:30 Rajko M. wrote:
> On Wednesday 29 September 2010 07:01:22 Andreas Jaeger wrote:
> ...
>
> > > Exists as in I can add my self
> >
> > But you cannot add others that you might think are interested.
>
> Is this desirable?
> Some prank can add anyone to any feature.
It is the same with bugzilla at the moment. Everybody can do everything.
I'd like to have openFATE as open as possible - but if this does not work,
we have to change it.
> > > * List of all features in state "Eval by team lead (TL)"
> > > (Marketplace/open for grab) with specific tags
> > > ...
> >
> > Currently we do not have team leads for openSUSE, so I would rename
> > the complete entry from "Evaluation by team lead" to something else.
>
> We will have to create someone that is able and held responsible to make
> decision. I'm really tired to repeat that flat "structure" as it is now
> (we are all members except few that are board) will bring nothing, just
> as it did not bring anything in the past. There must be known member
> that will be called team lead for each and every team.
Exactly: So, the evaluatoin happens with the change from "New" to
"Marketplace". My proposal is that for each tag, we have an expert (or
team lead) that does the evaluation. So, for the tag "GNOME" it could be
dimstar, for the tag "KDE" it might be Will etc.
Does this make sense?
> > The
> > proposal was "up for grab" or "marketplace" - and it can be taken by
> > anybody not only students ;)
>
> Students need projects to apply their knowledge, teachers need projects
> to give students assignments, the rest of the world can grab open
> features, but even that should be organized. In other words we want to
> know who works on some feature, what he/she/they did, how many bugs
> they have ahead, where they keep files, if there are subprojects their
> relation (dependencies), approximate time to accomplish, and probably
> more that I can't think of. (not a project manager)
How do we want to do this in the best way? I think that's an important
process beyond the tool...
I've seen in Maemo the rule that somebody can only signup for three tasks
at a time to not overcommit himself. But what of these rules do we want to
handle with tool support - and which - and which with written rules?
> > > ** Requirement: at least one tag set
> > > Where the "tag" is?
> >
> > I guess we should define a couple of known tags that then others can
> > search for in the second step.
>
> When you start typing there will be drop down list. Looking at the
> content it appear to me that is not browser attempt to offer words that
> were previously used.
Yes, the browser offers the previously used ones. Still we might want to
define a smaller subset for evaluation.
> > > If that is top left keyword, then it needs some work. Now it is
> > > buggy. One has to write "kernel_driver" to get that added as a
> > > single tag, instead of plain language "kernel driver". It is
> > > intuitive to use comma as separator, just as it will appear after
> > > adding few keywords.
> >
> > Yes, the top left keyword and let's write this one up as well.
> > Adding with commas work.
>
> I used this feature to test adding tags:
> https://features.opensuse.org/305080
>
> Using comma in "runlevel, inittab" result in:
> "You entered an malformed url!"
> and only inittab is added.
>
> "run level" results in added tags "run, level".
>
> In other words it accepts space separated single words.
so, let's get this changed ;)
> ...
>
> > > Where do we put improvements to user interface?
> >
> > See the last part "Additionally the following convenience and
> > usability improvements should be done:" - I split it now on the wiki
> > page.
>
> OK.
>
> > > By now children know what is word "edit", but pencil icon is not so
> > > clear. I haven't seen that kind of edit command often used.
> > >
> > > Editor itself is a bit on user unfriendly side.
> > > You can't see how formatting will look before adding a comment.
> > > Even, 10 years old Wikipedia that is not example of user friendly
> > > editing has Preview button.
> >
> > Added.
> >
> > > Save on top of the screen, that is out of sight even in modestly
> > > commented features, is another "feature" that should be places right
> > > next to the edited part.
> >
> > I'm not sure I understand what you mean, could you rephrase this,
> > please?
>
> It is about save feature after some of entries are changed. I know that
> this is the case for adding the comment. Save feature is on the top of
> the screen. "This feature has unsaved changes! Please save when you are
> done." [Save feature] [Revert changes]
Now I see - could you add this to the wiki, please?
> I just tested on https://features.opensuse.org/305929 that has enough
> comments. Page reloads and user can see warning that feature is not
> saved, but comment is few scrolls away below that.
> Preview, Save, Cancel (or discard changes) should be next to the edit
> window, like in MediaWiki. (added this to the wiki page)
>
> BTW, in this moment I can only "discard changes" loosing all that is
> written, there is no way to go back to edit window. Workflow as it is
> now is really useless.
>
> > > On the other hand anyone can change whole feature description
> > > changing completely what the feature is about. Again, Wikipedia has
> > > that solved with history for a very long time.
> > >
> > > Maybe good old MediaWiki with few extensions should be considered as
> > > feature tracker.
> >
> > An option as well - it just does not integrate with the way Novell
> > works right now but if it benefits us so much then let's use the
> > superior solution, Perhaps we need to step also back and discuss the
> > whole process first more instead of deciding on tools,
>
> I think so.
> Current tool is replica of Bugzilla that has only one advantage comments
> can be threaded, but at the same time more then one missing feature,
> like easy editing of entries, but also one "feature" - easy editing of
> description.
Extra feature is multi-product handling - not really needed for openSUSE as
well as several evaluation steps and a handling of roles.
> We should rethink how to connect feature request with pages that will
> track progress on feature development. Currently openFATE is isolated
> island used to receive feature request, nothing else that will make
> life of potential contributors easier is there.
>
> One option is to use Sourceforge for project (feature) development, as
> they offer complete set of tools for that. The only missing component
> there is Build Sevice, but that can be linked too.
> In that case we need some frame on each site that will link to other
> relevant sites (pages, articles, rpms).
I prefer to have something more integrated and don't want to rely on
sourceforge at all.
> > Thanks for the feedback, I'm reworking the page now a bit, hope this
> > helps, Andreas
>
> You are welcome and thanks for prompt response.
Sorry, it took me a bit longer this time ;)
Andreas
--
Andreas Jaeger, Program Manager openSUSE, aj(a){novell.com,opensuse.org}
Twitter: jaegerandi | Identica: jaegerandi
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
14 years, 1 month
Re: [opensuse-factory] openSUSE 11.3 Milestone 6: The Dust Begins to Settle
by Sid Boyce
On 03/05/10 16:21, James Mason wrote:
> http://news.opensuse.org/2010/05/03/opensuse-11-3-milestone-6-the-dust-begi…
>
> -----
> Milestone 6 (of 7), a snapshot of the Factory “work in progress”
> build, leading up to openSUSE 11.3 release in July, is now available
> for download.
>
> M6 is the first release during the “Stablizing Freeze”: focus has
> transitioned away from the inclusion of new features and applications
> toward increasing stability and usability. To that end, 162 bugs were
> resolved during the M5 – M6 timeframe!
>
> Updates
>
> General & Hardware-related
>
> * radeon video driver has superseded radeonhd, providing KMS/DRI
> support. (Bug #574749, Bug #590248, Bug #595653, Bug #598123)
> * using the radeon video driver on an Atom-based system no longer
> causes graphical corruption. (Bug #589022, kernel commit message)
> * Added xorg.conf.d snippets so you can easily override defaults
> if your monitor has not been detected via DDC. (Bug #598125)
> * cups 1.4.2 now works properly on 64-bit systems. (Bug #575544)
> * Suspend works again.(Bug #586953, Bug #587779)
> * a buffer overflow issue in lockdev has been resolved. (Bug #588325)
> * a kernel-bootsplash bug issue causing corrupted terminal editing
> has been resolved. (Bug #594209)
> * a dependency issue with yum and createrepo has been resolved,
> allowing Live images to be built from Factory again. (Bug #588628)
> * libsane had some dependency issues resolved. (Bug #592143)
> * sane-backends, cups-backends, and yast-scanner no longer depend
> on hal (deprecated). (Bug #590707, Bug #593946).
> * libvdpau, the vendor-neutral component of vdpau is now packaged
> separately from the Nvidia vdpau component. (Bug #596481)
> * Thinkpad scroll wheel emulation has been repaired. (Bug #597214)
>
> Installation
>
> * X11 server properly handles language preference specified in
> grub. (Bug #591048)
> * nm-applet.conf was moved to the NetworkManager package, instead
> of being in each NetworkManager frontend package. (Bug #476502)
> * NTP can now be configured during setup. (Bug #537859)
> * “Boot From Hard Disk” option on the DVD boot menu has been
> repaired. (Bug #597167)
> * perl-bootloader hdd detection has been altered to match the
> behavior of libstorage, resolving issues with incorrect grub
> configuration when installing to a drive other than the first detected
> (hd0,1). (Bug #597774)
> * sax2-tools has been added back to the LiveCD images resolving a
> YaST dependency issue in installation stage 2. (Bug #585432)
> * open-vm-tools are installed on LiveCDs to enable VMWare drivers.
> (Bug #591085)
> * Typos in start-ttys.conf (from upstart) were fixed. (Bug #591705)
> * LanguageTool is now included in patterns-openSUSE-office_opt,
> therefore installed by default. (Bug #592752)
> * YaST sw_single will now switch to the installation summary when
> resolving a conflict. (Bug #596519)
> * mkinitrd was patched to resolve an issue with SELinux. (Bug #598075)
>
> Security & Administration
>
> * SSH login with a key is now prevented by pam_nologin when
> /etc/nologin is present. (Bug #530885)
> * SELinux packages are available and working, although there is
> currently no config for openSUSE. (Bug #581505)
> * serviceRefresh in yast2-pkg-bindings reloads the repos list and
> refreshes cache after a service change. (Bug #581766)
> * upgrade to syslog-ng 3.1.1. (Bug #590348)
> * upgrade to openSSL 1.0.0. (Bug #592955)
> * yast2-printer now checks if a CUPS server is accessible. (Bug #595612)
>
> Development
>
> * A gcc segfault condition was identified and reported upstream.
> (Bug #593923, gcc bug report)
>
> Gnome Desktop
>
> * reverted back to at-spi due to issues with at-spi2 preventing a
> usable accesibility stack. (Bug #595197)
> * gnome-desktop-sharp2 has been updated to reference Gnome 2.30 on
> openSUSE 11.3; this resolves an issue with gnome-do not reading
> .desktop files. ([Bug #584612, commit message)
> * a dbus issue with couchdb was resolved; this was causing gwibber
> to crash. (Bug #592720)
> * pulseaudio had some dependency issues resolved. (Bug #592155)
>
> KDE Desktop
>
> * A crasher in System Monitor triggered by killing a process has
> been reported upstream. (Bug #597156)
> * xrdb configuration was changed to resolve some application
> crashes due to undefined color names. (Bug #598020)
> * powerdevil/kidletime no longer consumes excessive CPU cycles on
> idle. (Bug #584919)
> * KSystemLog now has proper paths to logs by default. (Bug #567615)
> * Sysinfo Display shows version information about the proprietary
> Nvidia video driver, if installed. (Bug #570200)
> * Smb4K starts properly. (Bug #593664)
> * Amarok informs users when they attempt to playback an
> unsupported format, and suggests a codec download. (Bug #537875)
> * Amarok can fetch cover art (again). (Bug #539978)
>
> LXDE Desktop
>
> * vte was patched to resolve a segfault in lxterm when using a
> transparent background. (Bug #594590)
> * Files and folders can be selected in PCManFM. (Bug #593094)
> * xdg-open has been patched to successfully find a browser in more
> cases. (Bug #591714)
>
> Multimedia
>
> * rpmlint no longer treats rosegarden files as scripts. (Bug #574650)
>
> Party (Planning) Time
>
> Now is a great time to start organizing 11.3 release parties; there’s
> no better way to enjoy the new release than with your fellow openSUSE
> users! If you, your LUG or openSUSE User Group are hosting one, go
> ahead and add it to this list at
> http://en.opensuse.org/OpenSUSE_11.3_Launch_Party_Locations
>
> Testing! Testing! Testing!
>
> As this is a milestone and not a final release, 11.3 M6 does contain
> bugs both known and unknown, but should not stand between courageous
> contributors and release testing.
>
> The following annoyances have already been reported:
>
> * gconf2-branding-openSUSE isn’t installed by default, which
> causes no default settings (e.g. Sonar theme isn’t used by default,
> two panels instead one-panel arrangement, etc…). Workaround: install
> gconf2-branding-openSUSE package.
> * nouveau video driver for Nvidia hardware has some issues
> detecting monitors via DDC. Bug #596740 – workaround: use nomodeset
> and configure monitor manually.
> * KDE System Monitor crashes when killing a process Bug #597156
> * A number of issues have been encountered using KMS with
> Intel/nouveau/radeon drivers and specific hardware configurations.
> Workaround: use nomodeset boot flag to disable KMS.
>
> Please see http://en.opensuse.org/Bugs:Most_Annoying_Bugs_11.3_dev#openSUSE_11.3_Miles…
> for the current list.
>
> What are you waiting for? Grab the milestone release from
> http://software.opensuse.org/developer today!
> -----
>
> - James Mason 'bear454'
# rpm -q hplip hplip-hpijs cups cups-backends foomatic-filters
hplip-3.10.2-1.5.x86_64
hplip-hpijs-3.10.2-1.5.x86_64
cups-1.4.3-2.1.x86_64
cups-backends-1.0-260.1.x86_64
foomatic-filters-4.0.1-5.2.x86_64
Network attached printer
==========================
# lpq
Photosmart_D7400 is not ready
no entries
USB attached printer
==========================
lipstream:~ # lpq -PPhotosmart-C4100-series
Photosmart-C4100-series is ready
Rank Owner Job File(s) Total Size
1st lancelo 14 Mini+filter+Parts+placement+(2) 4288512 bytes
2nd root 21 (stdin) 0 bytes
slipstream:~ # lprm -PPhotosmart-C4100-series 14
slipstream:~ # lprm -PPhotosmart-C4100-series 21
slipstream:~ # lpq -PPhotosmart-C4100-series
Photosmart-C4100-series is ready
no entries
slipstream:~ # lpr -PPhotosmart-C4100-series /etc/hosts
I may have to use yast to set up the printers again as it seems to do
the same after a zypper update.
Bug #575544 refers.
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
14 years, 6 months
RE: [opensuse-factory] M1 problem with backlisting nouveau
by Roelof Wobben
----------------------------------------
> Date: Sun, 12 Jun 2011 17:27:35 +0100
> Subject: Re: [opensuse-factory] M1 problem with backlisting nouveau
> From: alinm.elena(a)gmail.com
> To: rwobben(a)hotmail.com
> CC: opensuse-factory(a)opensuse.org
>
> On 12 June 2011 17:21, Roelof Wobben wrote:
> >
> >
> >
> > ----------------------------------------
> >> Date: Sun, 12 Jun 2011 15:49:01 +0100
> >> From: sboyce(a)blueyonder.co.uk
> >> To: opensuse-factory(a)opensuse.org
> >> Subject: Re: [opensuse-factory] M1 problem with backlisting nouveau
> >>
> >> On 12/06/11 15:27, Roelof Wobben wrote:
> >> >
> >> >
> >> >> Date: Sun, 12 Jun 2011 15:32:18 +0200
> >> >> From: bruno(a)ioda-net.ch
> >> >> To: opensuse-factory(a)opensuse.org
> >> >> Subject: Re: [opensuse-factory] M1 problem with backlisting nouveau
> >> >>
> >> >> On 06/12/2011 03:17 PM, Roelof Wobben wrote:
> >> >>> Hello,
> >> >>>
> >> >>> When I want to blacklist nouveau with M1 and systemd I get this message :
> >> >>>
> >> >>> sudo echo "blacklist nouveau">> /etc/modprobe.d/50-blacklist.conf
> >> >>> bash: /etc/modprobe.d/50-blacklist.conf: Toegang geweigerd
> >> >>>
> >> >>>
> >> >>> Can this be solved on a way so I can enjoy Gnome3 with Gnome-shell
> >> >>>
> >> >>> Roelof
> >> >>>
> >> >>> --
> >> >>> To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> >> >>> For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
> >> >>>
> >> >> If you want to blacklist nouveau, then you want to use the nvidia proprio.
> >> >> For getting latest drivers (275.09.04) actually installed and working use the following path
> >> >>
> >> >> Download the drivers from ftp://download.nvidia.com/XFree86/
> >> >> then reboot with added to the boot line
> >> >> nomodeset blacklist=nouveau 3
> >> >>
> >> >> Login as root, then build the new drivers
> >> >> sh NVIDIA-Linux-x86_64-275.09.04.run
> >> >>
> >> >> Follow instructions, and add the 32bits compatibility
> >> >> Then the installer push automatically a file
> >> >> /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
> >> >>
> >> >> For me I remove that one and replace it by
> >> >>
> >> >> /etc/modprobe.d/50-nvidia.conf
> >> >> blacklist nouveau
> >> >> options nouveau modeset=0
> >> >> options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=33 NVreg_DeviceFileMode=0660
> >> >>
> >> >> For xorg I didn't have a xorg.conf file I use the new xorg.conf.d layout
> >> >> and have just added in 50-devices.conf
> >> >> drivers "nvidia"
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >>
> >> >> Bruno Friedmann
> >> >> Ioda-Net Sàrl www.ioda-net.ch
> >> >>
> >> >> openSUSE Member& Ambassador
> >> >> GPG KEY : D5C9B751C4653227
> >> >> irc: tigerfoot
> >> >> --
> >> >> To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> >> >> For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
> >> >>
> >> >
> >> >
> >> > Oke,
> >> >
> >> > I did all the steps except replacing and get now these error messages when starting x :
> >> >
> >> > Fatal : inserting nvidia ….. no such device
> >> > (EE) NVIDIA : Failed to load the nvidia kernel module. Please check the
> >> > (EE) system's kernel log for additional errror messages.
> >> > (EE) Failed to load module "nvidia" (module-specific error,0)
> >> > (EE) No drivers found.
> >> >
> >> > Can i repair this one ?
> >> >
> >> > Roelof --
> >> > To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> >> > For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
> >> >
> >> >
> >> Check /var/log/nvidia-installer.log to make sure the module was built.
> >> If it was successful there should be a file "/lib/modules/`uname
> >> -r`/kernel/drivers/video/nvidia.ko".
> >> I'm about to reboot and run NVIDIA-Linux-x86_64-275.09.04.run to see if
> >> there is a problem.
> >> Regards
> >> Sid.
> >>
> >> --
> >> Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
> >> Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
> >> Senior Staff Specialist, Cricket Coach
> >> Microsoft Windows Free Zone - Linux used for all Computing Tasks
> >>
> >> --
> >> To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> >> For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
> >>
> >
> > Anyone know how I can blacklist the nouveau driver in M1 ?
> >
> > Roelof
> > --
> > To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> > For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
> >
> >
>
> add this at boot time
> rdblacklist=nouveau nouveau.modeset=0
>
> Alin
> --
> To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
>
Hello,
That did the trick.
I have now a desktop only problem is that it's the fall back gnome and not gnome3
This says glxinfo about it :
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
So i hope that I get Gnome3 working?
Roelof
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
13 years, 5 months
[opensuse-factory] New Tumbleweed snapshot 20201124 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
clazy
mutt (1.14.7 -> 2.0.2)
rubygem-rubocop (1.2.0 -> 1.3.1)
technisat-usb2-firmware
=== Details ===
==== clazy ====
- Make sure the clang executables matching the libraries we link
to are installed (mitigates boo#1178637).
==== mutt ====
Version update (1.14.7 -> 2.0.2)
Subpackages: mutt-doc mutt-lang
- update to 2.0.2:
* CVE-2020-28896: Ensure IMAP connection is closed after a
connection error to avoid sending credentials over an
unencrypted connection boo#1179035
- update to 2.0.0 (2020-11-07):
+ Domain-literal support for email addresses, e.g user@[IPv6:fcXX:...]
! Buffy completion only occurs for the "change-folder" set of functions.
It has been disabled for <attach-message>, <write-fcc>, the fcc
mailbox prompt, and the autocrypt scan mailbox prompt.
! The "save/copy message to mailbox" set of functions use the "mailbox"
history list, instead of the "filename" list.
! Message-ID extraction permits values missing angle brackets and '@'
to allow properly threading the garbage sent by some providers.
Mutt will add missing angle brackets when sending out replies, however.
! When adding multiple attachments, via <attach-file> in the compose menu,
the browser menu can be exiting via <quit> after tagging the files.
Previously, <select-entry> had to be used.
! ctrl-p/ctrl-n are by default bound to <history-up>/<history-down> in the
editor menu.
+ The "cd" command allows changing the current working directory.
As part of this, Mutt expands relative paths internally. There
may be a change to some "prettified" relative paths because of this.
! Some configuration variable default values are localizable by
translators. Currently these are: $attribution, $compose_format,
$forward_attribution_intro, $forward_attribution_trailer, $status_format,
$ts_icon_format, $ts_status_format.
+ Mutt will try to automatically reconnect to an IMAP mailbox on error,
and will merge unsync'ed changes if possible.
! $crypt_protected_headers_subject defaults to "...", following the
protected headers revised specification.
! Date, From, To, Cc, and Reply-To headers are stored as protected headers.
+ XOAUTH2 support. Please see the manual, contrib script mutt_oauth2.py,
and mutt_oauth.py.README for more details.
+ $tunnel_is_secure, default set, assumes a connection via $tunnel is
encrypted. Unsetting this will cause $ssl_starttls and $ssl_force_tls
to be respected.
+ Patterns are tab-completable in the editor menu.
! $reply_to is consulted before $reply_self.
+ $copy_decode_weed, default unset, controls header weeding for <decode-copy>
and <decode-save>.
+ $pipe_decode_weed, default set, enables header weeding for <pipe-message>.
+ $print_decode_weed, default set, enables header weeding for <print-message>.
! format=flowed attachments are space-unstuffed when viewed, saved,
piped, and printed.
+ The "run" command will execute MuttLisp. $muttlisp_inline_eval, if set, will
execute unquoted parenthesized command arguments as MuttLisp. Please see
the manual for more details about both.
+ $cursor_overlay, when set, will overlay the indicator, tree,
sidebar_highlight, and sidebar_indicator colors onto the current line.
"default" colors will be overridden and attributes will be merged.
! The message-id generation algorithm uses a random number instead of
the step counter and PID.
! $ssl_force_tls defaults set. (Trying this again for 2.0).
! $hostname is set *after* muttrc processing. It can be manually set
in the muttrc to avoid using DNS calls to obtain the FQDN.
+ $attach_save_dir specifies a directory to use when saving attachments.
- Port the patches to mutt 2.0.0
* aw.listreply.diff
* bug-676388-largefile.patch
* mutt-1.10.1-imap.patch
* mutt-1.13.3.dif
* mutt-1.5.15-wrapcolumn.diff
* mutt-1.5.20-sendgroupreplyto.diff
* mutt-1.5.21-mailcap.diff
* mutt-1.5.23-carriage-return.path
* mutt-1.6.1-opennfs.dif
* mutt-Fix-SIGQUIT-handling.patch
* patch-1.5.24.vk.pgp_verbose_mime
* widechar.sidebar.dif
==== rubygem-rubocop ====
Version update (1.2.0 -> 1.3.1)
New upstream release 1.3.1
[#]# 1.3.1 (2020-11-16)
[#]## Bug fixes
* [#9037](https://github.com/rubocop-hq/rubocop/pull/9037): Fix `required_ruby_version` issue when using `Gem::Requirement`. ([@cetinajero][])
* [#9039](https://github.com/rubocop-hq/rubocop/pull/9039): Fix stack level too deep error if target directory contains `**`. ([@unasuke][])
* [#6962](https://github.com/rubocop-hq/rubocop/issues/6962): Limit `Layout/ClassStructure` constant order autocorrect to literal constants. ([@tejasbubane][])
* [#9032](https://github.com/rubocop-hq/rubocop/issues/9032): Fix an error for `Style/DocumentDynamicEvalDefinition` when using eval-type method with interpolated string that is not heredoc without comment doc. ([@koic][])
* [#9049](https://github.com/rubocop-hq/rubocop/issues/9049): Have `Lint/ToEnumArguments` accept `__callee__`. ([@marcandre][])
* [#9050](https://github.com/rubocop-hq/rubocop/issues/9050): Fix a false positive for `Style/NegatedIfElseCondition` when `if` with `!!` condition. ([@koic][])
* [#9041](https://github.com/rubocop-hq/rubocop/issues/9041): Fix a false positive for `Naming/VariableNumber` when using integer symbols. ([@koic][])
[#]## Changes
* [#9045](https://github.com/rubocop-hq/rubocop/pull/9045): Have `cut_release` handle "config/default" and generate cops doc. ([@marcandre][])
* [#9036](https://github.com/rubocop-hq/rubocop/pull/9036): Allow `enums` method by default for `Lint/ConstantDefinitionInBlock`. ([@koic][])
* [#9035](https://github.com/rubocop-hq/rubocop/issues/9035): Only complain about `SafeYAML` if it causes issues. ([@marcandre][])
[#]# 1.3.0 (2020-11-12)
[#]## New features
* [#8761](https://github.com/rubocop-hq/rubocop/issues/8761): Read `required_ruby_version` from gemspec file if it exists. ([@HeroProtagonist][])
* [#9001](https://github.com/rubocop-hq/rubocop/pull/9001): Add new `Lint/EmptyClass` cop. ([@fatkodima][])
* [#9025](https://github.com/rubocop-hq/rubocop/issues/9025): Add `AllowedMethods` option to `Lint/ConstantDefinitionInBlock`. ([@koic][])
* [#9014](https://github.com/rubocop-hq/rubocop/pull/9014): Support auto-correction for `Style/IfInsideElse`. ([@koic][])
* [#8483](https://github.com/rubocop-hq/rubocop/pull/8483): Add new `Style/StaticClass` cop. ([@fatkodima][])
* [#9020](https://github.com/rubocop-hq/rubocop/pull/9020): Add new `Style/NilLambda` cop to check for lambdas that always return nil. ([@dvandersluis][])
* [#8404](https://github.com/rubocop-hq/rubocop/pull/8404): Add new `Lint/DuplicateBranch` cop. ([@fatkodima][])
[#]## Bug fixes
* [#8499](https://github.com/rubocop-hq/rubocop/issues/8499): Fix `Style/IfUnlessModifier` and `Style/WhileUntilModifier` to prevent an offense if there are both first-line comment and code after `end` block. ([@dsavochkin][])
* [#8996](https://github.com/rubocop-hq/rubocop/issues/8996): Fix a false positive for `Style/MultipleComparison` when comparing two sides of the disjunction is unrelated. ([@koic][])
* [#8975](https://github.com/rubocop-hq/rubocop/issues/8975): Fix an infinite loop when autocorrecting `Layout/TrailingWhitespace` + `Lint/LiteralInInterpolation`. ([@fatkodima][])
* [#8998](https://github.com/rubocop-hq/rubocop/issues/8998): Fix an error for `Style/NegatedIfElseCondition` when using negated condition and `if` branch body is empty. ([@koic][])
* [#9008](https://github.com/rubocop-hq/rubocop/pull/9008): Mark `Style/InfiniteLoop` as unsafe. ([@marcandre][])
[#]## Changes
* [#8978](https://github.com/rubocop-hq/rubocop/issues/8978): Update `Layout/LineLength` autocorrection to be able to handle method calls with long argument lists. ([@dvandersluis][])
* [#9015](https://github.com/rubocop-hq/rubocop/issues/9015): Update `Lint/EmptyBlock` to allow for empty lambdas. ([@dvandersluis][])
* [#9022](https://github.com/rubocop-hq/rubocop/issues/9022): Add `NOTE` to keywords of `Style/CommentAnnotation`. ([@koic][])
* [#9011](https://github.com/rubocop-hq/rubocop/issues/9011): Mark autocorrection for `Lint/Loop` as unsafe. ([@dvandersluis][])
* [#9026](https://github.com/rubocop-hq/rubocop/issues/9026): Update `Style/DocumentDynamicEvalDefinition` to detect comment blocks that document the evaluation. ([@dvandersluis][])
* [#9004](https://github.com/rubocop-hq/rubocop/pull/9004): Remove obsolete gem `SafeYAML` compatibility. ([@marcandre][])
* [#9023](https://github.com/rubocop-hq/rubocop/issues/9023): Mark unsafe for `Style/CollectionCompact`. ([@koic][])
* [#9012](https://github.com/rubocop-hq/rubocop/issues/9012): Allow `AllowedIdentifiers` to be specified for `Naming/VariableNumber`. ([@dvandersluis][])
==== technisat-usb2-firmware ====
- use %_firmwaredir
4 years
Re: i586: zypper on Coppermine Pentium III segfaults
by Larry Finger
On 5/28/23 11:01, Felix Miata wrote:
> Felix Miata composed on 2023-05-28 03:08 (UTC-0400):
>
>> TW20230526:
>> zypper dup segfaults
>> zypper in segfaults
>> zypper se works
>> zypper ref segfaults
>> zypper ve segfaults
>
>> Is all this expected when there is no sse2?
>
> # zypper ref
> Segmentation fault (core dumped)
> # gdb zypper ref
> GNU gdb (GDB; openSUSE Tumbleweed) 12.1
> Copyright (C) 2022 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> Type "show copying" and "show warranty" for details.
> This GDB was configured as "i586-suse-linux".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://bugs.opensuse.org/>.
> Find the GDB manual and other documentation resources online at:
> <http://www.gnu.org/software/gdb/documentation/>.
>
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from zypper...
> (No debugging symbols found in zypper)
> /var/cache/zypp/packages/OSS/i586/ref: No such file or directory.
> Missing separate debuginfos, use: zypper install zypper-debuginfo-1.14.60-1.2.i586
> (gdb) run
> Starting program: /usr/bin/zypper
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/libthread_db.so.1".
> [New Thread 0xb5f54b40 (LWP 986)]
> [Detaching after fork from child process 987]
> [New Thread 0xb54ffb40 (LWP 989)]
>
> Usage:
>
> zypper [--GLOBAL-OPTIONS] <COMMAND> [--COMMAND-OPTIONS] [ARGUMENTS]
> zypper <SUBCOMMAND> [--COMMAND-OPTIONS] [ARGUMENTS]
>
> Global Options:
>
> --help, -h Help.
> --version, -V Output the version number.
> --promptids Output a list of zypper's user prompts.
> --config, -c <FILE> Use specified config file instead of the default.
> --userdata <STRING> User defined transaction id used in history and plugins.
> --quiet, -q Suppress normal output, print only error messages.
> --verbose, -v Increase verbosity.
> --color
> --no-color Whether to use colors in output if tty supports it.
> --no-abbrev, -A Do not abbreviate text in tables. Default: false
> --table-style, -s <INTEGER>
> Table style (0-11).
> --non-interactive, -n Do not ask anything, use default answers automatically. Default: false
> --non-interactive-include-reboot-patches
> Do not treat patches as interactive, which have the rebootSuggested-flag
> set. Default: false
> --xmlout, -x Switch to XML output.
> --ignore-unknown, -i Ignore unknown packages. Default: false
> --terse, -t Terse output for machine consumption. Implies --no-abbrev and
> --no-color.
>
>
> --reposd-dir, -D <DIR> Use alternative repository definition file directory.
> --cache-dir, -C <DIR> Use alternative directory for all caches.
> --raw-cache-dir <DIR> Use alternative raw meta-data cache directory.
> --solv-cache-dir <DIR> Use alternative solv file cache directory.
> --pkg-cache-dir <DIR> Use alternative package cache directory.
>
> Repository Options
>
> --no-gpg-checks Ignore GPG check failures and continue. Default: false
> --gpg-auto-import-keys Automatically trust and import new repository signing keys.
> --plus-repo, -p <URI> Use an additional repository.
> --plus-content <TAG> Additionally use disabled repositories providing a specific keyword. Try
> '--plus-content debug' to enable repos indicating to provide debug
> packages.
> --disable-repositories Do not read meta-data from repositories.
> --no-refresh Do not refresh the repositories.
> --no-cd Ignore CD/DVD repositories.
> --no-remote Ignore remote repositories.
> --releasever Set the value of $releasever in all .repo files (default: distribution
> version)
>
> Target Options
>
> --root, -R <DIR> Operate on a different root directory.
> --installroot <DIR> Operate on a different root directory, but share repositories with the
> host.
> --disable-system-resolvables
> Do not read installed packages.
>
> Commands:
>
> help, ? Print zypper help
> shell, sh Accept multiple commands at once.
>
> Repository Management:
>
> repos, lr List all defined repositories.
> addrepo, ar Add a new repository.
> removerepo, rr Remove specified repository.
> renamerepo, nr Rename specified repository.
> modifyrepo, mr Modify specified repository.
> refresh, ref Refresh all repositories.
> clean, cc Clean local caches.
>
> Service Management:
>
> services, ls List all defined services.
> addservice, as Add a new service.
> modifyservice, ms Modify specified service.
> removeservice, rs Remove specified service.
> refresh-services, refs
> Refresh all services.
>
> Software Management:
>
> install, in Install packages.
> remove, rm Remove packages.
> removeptf, rmptf Remove (not only) PTFs.
> verify, ve Verify integrity of package dependencies.
> source-install, si Install source packages and their build dependencies.
> install-new-recommends, inr
> Install newly added packages recommended by installed packages.
>
> Update Management:
>
> update, up Update installed packages with newer versions.
> list-updates, lu List available updates.
> patch Install needed patches.
> list-patches, lp List available patches.
> dist-upgrade, dup Perform a distribution upgrade.
> patch-check, pchk Check for patches.
>
> Querying:
>
> search, se Search for packages matching a pattern.
> info, if Show full information for specified packages.
> patch-info Show full information for specified patches.
> pattern-info Show full information for specified patterns.
> product-info Show full information for specified products.
> patches, pch List all available patches.
> packages, pa List all available packages.
> patterns, pt List all available patterns.
> products, pd List all available products.
> what-provides, wp List packages providing specified capability.
>
> Package Locks:
>
> addlock, al Add a package lock.
> removelock, rl Remove a package lock.
> locks, ll List current package locks.
> cleanlocks, cl Remove useless locks.
>
> Locale Management:
>
> locales, lloc List requested locales (languages codes).
> addlocale, aloc Add locale(s) to requested locales.
> removelocale, rloc Remove locale(s) from requested locales.
>
> Other Commands:
>
> versioncmp, vcmp Compare two version strings.
> targetos, tos Print the target operating system ID string.
> licenses Print report about licenses and EULAs of installed packages.
> download Download rpms specified on the commandline to a local directory.
> source-download Download source rpms for all installed packages to a local directory.
> needs-rebooting Check if the reboot-needed flag was set.
> ps List running processes which might still use files and libraries deleted
> by recent upgrades.
> purge-kernels Remove old kernels.
>
> Subcommands:
>
> subcommand Lists available subcommands.
> log Zypper logfile reader
>
> Type 'zypper help <COMMAND>' to get command-specific help.
> [Thread 0xb5f54b40 (LWP 986) exited]
> [Thread 0xb54ffb40 (LWP 989) exited]
> [Inferior 1 (process 983) exited normally]
> (gdb)
Felix,
sudo gdb --args zypper ref
Larry
1 year, 5 months
Fwd: checksum fails for downloaded ISO
by Luna Jernberg
---------- Forwarded message ---------
From: Carlos E. R. <robin.listas(a)telefonica.net>
Date: Wed, Sep 14, 2022 at 2:58 PM
Subject: Re: checksum fails for downloaded ISO
To: oS-support <support(a)lists.opensuse.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday, 2022-09-14 at 13:21 +0100, Dave Howorth wrote:
>> El 2022-09-14 a las 11:47 +0100, Dave Howorth escribió:
>>>> On Tuesday, 2022-09-13 at 17:22 -0600, Darryl Gregorash wrote:
>>>>> On 2022-09-13 16:26, Christian Boltz wrote:
...
>>>>>> Or if it's really that easy, just tell us what we need to
>>>>>> configure on the server, and we'll do it. With your instructions,
>>>>>> I'm sure it will even take us less than a minute.
>>>>>
>>>>> On the download page, https://get.opensuse.org/leap/15.4/
>>>>>
>>>>> For all platforms, the links to the ISO image files point to
>>>>> *Build243.2-Media.iso while the links to all the checksum files
>>>>> are for files without the "Build243.2" in them.
>>>>
>>>>
>>>> You have to be more specific. What exact URL?
>>>>
>>>> I try:
>>>>
>>>> - --> https://get.opensuse.org/leap/15.4/#download
>>>>
>>>>
https://fastmirror.pp.ua/opensuse/distribution/leap/15.4/iso/openSUSE-Leap-…
>>>
>>> I'm with Darryl on this one. *YOU* have to be more specific. You
>>> need to explain how you got that fastmirror link. If I simply do
>>> the obvious following Darryl's instructions, I don't see anything
>>> like it.
>>
>> Because the action is hidden, there is a rediretion to a mirror.
>>
>> Well, I simply clicked on download the file using firefox, then
>> aborted it, and right clicked on the partial file obtained to the the
>> actual download link that firefox was using. You get redirected to a
>> mirror each time, that's the normal working of the
>> download.opensuse.org server.
>>
>> Right click on the download icon, copy link in firefox, I obtain this
>> address:
>>
>>
https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4…
>
> Agreed
>
>> I download the checksum files:
>>
>> cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp> wget -v
>>
https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4…
>
> But where does that URL come from? It certainly doesn't come as you
> stated above from saving the URL from the right click (a) wrong
> architecture, (b) wrong file iso vs sha256 (c) presence of build ID
Typo, sorry.
Let's try again, then.
cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> wget -v
https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4…
--2022-09-14 14:45:33--
https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4…
Resolving download.opensuse.org (download.opensuse.org)
195.135.221.134, 2001:67c:2178:8::13
Connecting to download.opensuse.org
(download.opensuse.org)|195.135.221.134|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 105 [application/x-download]
Saving to: ‘openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256’
openSUSE-Leap-15.4-DVD-x86_64-Med
100%[==========================================================>] 105
--.-KB/s in 0s
2022-09-14 14:45:33 (46,8 MB/s) -
‘openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256’ saved [105/105]
cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> wget -v
https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4…
--2022-09-14 14:46:21--
https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4…
Resolving download.opensuse.org (download.opensuse.org)
195.135.221.134, 2001:67c:2178:8::13
Connecting to download.opensuse.org
(download.opensuse.org)|195.135.221.134|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 117 [application/x-download]
Saving to: ‘openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256’
openSUSE-Leap-15.4-DVD-x86_64-Bui
100%[==========================================================>] 117
--.-KB/s in 0s
2022-09-14 14:46:21 (35,6 MB/s) -
‘openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256’ saved [117/117]
cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> ls -l
total 16664
-rw-r--r-- 1 cer users 117 Sep 14 14:46
openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso.sha256
-rw-r--r-- 1 cer users 17055744 Sep 14 14:45
openSUSE-Leap-15.4-DVD-x86_64-Media.iso
-rw-r--r-- 1 cer users 105 Sep 14 14:45
openSUSE-Leap-15.4-DVD-x86_64-Media.iso.sha256
cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2>
cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2> cat *sha256
4683345f242397c7fd7d89a50731a120ffd60a24460e21d2634e783b3c169695
openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso
4683345f242397c7fd7d89a50731a120ffd60a24460e21d2634e783b3c169695
openSUSE-Leap-15.4-DVD-x86_64-Media.iso
cer@Telcontar:/data/storage_b/Isos/Leap/15.4/greg/tmp2>
Both files contain the expected text.
> [snip]
>
>> I'm getting the non versioned file on each link :-?
>>
>> Let me try to download "checksum" using firefox.
>> I get "openSUSE-Leap-15.4-DVD-x86_64-Media.iso". It is correct.
>>
>> Let's try the main download, not the drop list.
>> I get "openSUSE-Leap-15.4-DVD-x86_64-Build243.2-Media.iso"
>>
>> Bingo! There is the issue.
>
> So at last you agree there is a problem! We're getting somewhere :)
Yes.
>> Ok, but this is what the people in the
>> factory mail list are saying it is a firefox issue.
>
> Sorry, but I don't read the factory list, so posting a remark like that
> without a URL is not very helpful.
The problem is, the people that can solve this issue are on the factory
mail list, and Luna Jernberg is forwarding all these emails to the factory
mail, where people are reacting.
It is this same thread, but in factory. URL:
<
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/…
>
> But I fail to see how it can be a
> Firefox issue. The URLs are supplied by opensuse. And even if it is a
> Firefox issue, the opensuse devs need to work around it. Don't use HTML
> that provokes the issue, if that really is the problem. Just make the
> page list the actual URLs in a straightforward text list. Or at worst
> detect the problem FF version, add words that explain the problem and
> suggest using another browser and point to the bug report.
>
> But having said that, I just tried in chromium and saw the same
> problem. So it's not an FF issue.
Me, I don't know, that's beyond me. They said that. You will have to argue
this with them ;-)
- --
Cheers,
Carlos E. R.
(from openSUSE 15.3 x86_64 at Telcontar)
-----BEGIN PGP SIGNATURE-----
iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCYyHP4Bwccm9iaW4ubGlz
dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVeRkAoIRHvf7Orx64L0JiwJA5
2rsBdeBPAJ9hyEsOgjYL5e0BqP3Xr58VMy0MUA==
=WrSY
-----END PGP SIGNATURE-----
2 years, 2 months
New Tumbleweed snapshot 20230703 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Imath (3.1.6 -> 3.1.9)
SDL2 (2.28.0 -> 2.28.1)
kbd (2.5.1 -> 2.6.1)
perl-Image-ExifTool (12.63 -> 12.64)
rubygem-actioncable-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-actionmailbox-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-actionmailer-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-actionpack-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-actiontext-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-actionview-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-activejob-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-activemodel-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-activerecord-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-activestorage-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-activesupport-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-rails-7.0 (7.0.4.3 -> 7.0.5.1)
rubygem-railties-7.0 (7.0.4.3 -> 7.0.5.1)
=== Details ===
==== Imath ====
Version update (3.1.6 -> 3.1.9)
- update to 3.1.9:
* Fix Heap-buffer-overflow in internal_huf_decompress
* Support for DWA compression in OpenEXRCore
* Fix for threadpool deadlocks during shutdown on Windows
* Stack-buffer-overflow in DwaCompressor_readChannelRules
==== SDL2 ====
Version update (2.28.0 -> 2.28.1)
- Update to release 2.28.1
* Added support for the Nintendo Online Famicom controllers
* Improved support for third-party Nintendo Switch controllers
* Fixed setting the player LED on Nintendo Switch controllers
* Added Linux controller mapping for the Logitech Chillstream
==== kbd ====
Version update (2.5.1 -> 2.6.1)
Subpackages: kbd-legacy
- Update to version 2.6.1:
- libkfont:
* Fix font saving from linux kernel if KD_FONT_OP_GET_TALL is available.
* Respect font height when writing psf2 header.
- keymaps:
* Create new 'mac-fr' layout for contemporary French Macs.
- Version 2.6.0 changelog:
- libkfont:
* Leverage KD_FONT_OP_GET/SET_TALL font operations. The new
KD_FONT_OP_GET/SET_TALL font operations allow to load fonts taller
than 32 pixels by dropping the VGA-specific vertical pitch limitation
(requires kernel 6.2 or later).
* Use threadsafe strtok_r.
* Increase soname version.
- setvtrgb:
* Fix read from pipe. The pipe is not rewindable, but we don't really
need to rewind() but we need to unread one character.
- keymaps:
* i386/dvorak/dvorak-de.map: Add dvorak-de.map from console-data.
* i386/qwerty/is-latin1.map: the circumflex should also be available in
its original level-3 position.
* i386/qwerty/la-latin1.map: Convert the characters expressed in Latin-1
to the named constants, to ease up transition to Unicode.
* pine/en.map: New version of pinephone keyboard map file.
- unimaps:
* Add mapping for U+25CF. The unicode maps in font files like
eurlatgr.psfu and cp850-8x16.psfu have an entry for U+25CF, but the
plaintext unimap files do not.
- tests:
* Use strace to track syscalls. Now strace is powerful enough to show
ioctls specific to console configuration.
- po:
* Update translations (from translationproject.org)
==== perl-Image-ExifTool ====
Version update (12.63 -> 12.64)
Subpackages: exiftool perl-File-RandomAccess
- Update to 12.64:
* Added a new Sony LensType (thanks Jos Roost)
* Added config_files/guano.config to the distribution (thanks StarGeek)
* Added support for Garmin Low-resolution Video (GLV) files
* Added JUMBF to the list of deletable groups
* Added (untested) read support for spherical video tags in Matroska videos
* Decode a number of new Nikon Z9 tags (thanks Warren Hatch)
* Decode AmbisonicAudio tags in spherical MP4 vidoes
* Decode another Apple tag
* Improved French translations (thanks Philippe Bonnaure of GraphicConverter)
* Patched to allow writing QuickTime-based videos where the audio/video sample
description comes after the sample pointers
* Fixed parsing of GPS from Insta360 videos to properly skip void fixes
* Fixed problem where Apple iPhone 14 images produced invalid XML in -X
output when using -struct option
* API Changes:
+ Added StructFormat option[1] to allow JSON-format serialized structures
+ Added NoDups option to eliminate duplicate items from queued values
when writing List-type tags
==== rubygem-actioncable-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-actionmailbox-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-actionmailer-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-actionpack-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-actiontext-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-actionview-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-activejob-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-activemodel-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-activerecord-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-activestorage-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-activesupport-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-rails-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
==== rubygem-railties-7.0 ====
Version update (7.0.4.3 -> 7.0.5.1)
- updated to version 7.0.5.1
* https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-…
- updated to version 7.0.5
* https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released
1 year, 4 months
New Tumbleweed snapshot 20221004 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa
Mesa-drivers
iputils
kernel-firmware (20220902 -> 20220930)
libebml (1.4.2 -> 1.4.3)
lirc
live555 (2022.07.14 -> 2022.10.01)
llvm15 (14.0.6 -> 15.0.1)
lttng-ust (2.13.4 -> 2.13.5)
postgresql (14 -> 15)
postgresql15 (14.5 -> 15~rc1)
yast2-trans (84.87.20220923.15c6c6ee84 -> 84.87.20220930.817f83073b)
=== Details ===
==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Add build_orig conditional switch for video codecs define.
==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium Mesa-libva libxatracker2
- Add build_orig conditional switch for video codecs define.
==== iputils ====
- Backport 2 fixes for bsc#1203957:
0001-ping-Add-SA_RESTART-to-sa_flags.patch
0002-ping-Make-ping_rts-struct-static.patch
==== kernel-firmware ====
Version update (20220902 -> 20220930)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network
- Update to version 20220930 (git commit fdf1a6525852):
* linux-firmware: Update AMD cpu microcode
* mediatek: mt8195: Update scp.img to v2.0.11956
* mediatek: Add new mt8195 SOF firmware
* mediatek: Update mt8186 SOF firmware to v0.2.1
* linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
* rtl_bt: Update RTL8852A BT USB firmware to 0xD9B8_8207
* linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
* linux-firmware: update firmware for MT7922 WiFi device
* linux-firmware: update firmware for MT7921 WiFi device
* cxgb4: Update firmware to revision 1.27.0.0
* i915: Add versionless HuC files for current platforms
* i915: Add GuC v70.5.1 for DG1, DG2, TGL and ADL-P
* qca: Update firmware files for BT chip WCN3991.
* Removing crnv32
* amdgpu: update yellow carp DMCUB firmware
* amdgpu: add firmware for VCN 3.1.2 IP block
* amdgpu: add firmware for SDMA 5.2.6 IP block
* amdgpu: add firmware for PSP 13.0.5 IP block
* amdgpu: add firmware for GC 10.3.6 IP block
* amdgpu: add firmware for DCN 3.1.5 IP block
* qcom: rename Lenovo ThinkPad X13s firmware paths
* rtw89: 8852c: update fw to v0.27.42.0
* rtw89: 8852c: update fw to v0.27.36.0
- Fix install-split.sh for dealing with a symlink of directory
==== libebml ====
Version update (1.4.2 -> 1.4.3)
- update to 1.4.3:
* A C++14 compliant C++ compiler is now required.
* Fix compilation with g++ 11. Fixes #80.
* Remove Coremake project files
* Updated the bundled utf8cpp to v3.2.1.
* Fixed several problems in `EbmlBinary:` potential segfault by
writing to a `nullptr`, potential memory leak under certain error
conditions.
* Fixed problems with the generated `pkg-config` files if any of the
installation paths are absolute.
- drop 0001-include-appropriate-header-files-for-std-numeric_lim.patch (upstream)
==== lirc ====
- Fix up timestamps from patching generated files
==== live555 ====
Version update (2022.07.14 -> 2022.10.01)
Subpackages: libBasicUsageEnvironment1 libUsageEnvironment3 libgroupsock30 libliveMedia107
- update to 2022.10.01:
- Updated the previous revision so that the virtual function "specialHandlingOfAuthenticationFailure()"
is now called only if there is an actual authentication failure - not on the first time that
we send back a "401 Unauthorized" response.
- Added a new virtual function "specialHandlingOfAuthenticationFailure()" to "RTSPServer" to
allow a subclassed "RTSPServer" to take special action (e.g., statistics logging)
whenever an authentication failure occurs.
==== llvm15 ====
Version update (14.0.6 -> 15.0.1)
Subpackages: clang-tools libc++-devel libc++1 libc++abi-devel libc++abi1 libclang13
- Update to version 15.0.1.
* This release contains bug-fixes for the LLVM 15.0.1 release.
This release is API and ABI compatible with 15.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== lttng-ust ====
Version update (2.13.4 -> 2.13.5)
- Update to version 2.13.5:
* Fix: bytecode validator: reject specialised load field/context
ref instructions.
* Fix: bytecode validator: reject specialised load instructions.
* Fix: event notification capture: validate buffer length.
* Fix: event notification capture error handling.
* Fix: lttng-ust-comm: wait on wrong child process.
* fix: 'make dist' without javah.
==== postgresql ====
Version update (14 -> 15)
Subpackages: postgresql-contrib postgresql-llvmjit postgresql-server
- avoid bashisms in /bin/sh based startup script
- Bump to postgresql 15
==== postgresql15 ====
Version update (14.5 -> 15~rc1)
- Fix source URLs
- Update to 15~rc1
https://www.postgresql.org/about/news/p-2516/
- Create mechanism to specify the latest supported LLVM version.
Automatically pin to that version if the distribution has a newer
unsupported default version.
- Disable LLVM JIT on riscv64
- Update to 15~beta4
https://www.postgresql.org/about/news/p-2507/
- Update to 15~beta3
https://www.postgresql.org/about/news/p-2496/
==== yast2-trans ====
Version update (84.87.20220923.15c6c6ee84 -> 84.87.20220930.817f83073b)
Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu
- Update to version 84.87.20220930.817f83073b:
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* Translated using Weblate (Russian)
* New POT for text domain 'base'.
* Translated using Weblate (Czech)
* Translated using Weblate (Romanian)
* Translated using Weblate (Romanian)
* New POT for text domain 'journal'.
* Translated using Weblate (Slovak)
* Translated using Weblate (Dutch)
* Translated using Weblate (French)
* Translated using Weblate (Catalan)
* Translated using Weblate (Japanese)
* New POT for text domain 'storage'.
* New POT for text domain 'ntp-client'.
2 years, 1 month
[opensuse-factory] New Tumbleweed snapshot 20201023 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
filesystem
freetype2 (2.10.2 -> 2.10.4)
gdm
ghostscript (9.52 -> 9.53.3)
git (2.28.0 -> 2.29.0)
ibus-libpinyin (1.11.93 -> 1.11.94)
issue-generator (1.10 -> 1.12)
iw (5.4 -> 5.9)
libpinyin (2.4.91 -> 2.4.92)
patterns-base
plasma5-thunderbolt (5.20.0 -> 5.20.1)
python-matplotlib
python-passlib
sssd (2.3.1 -> 2.4.0)
system-tuning-common-SUSE
vm-install (0.10.08 -> 0.10.10)
whois (5.5.6 -> 5.5.7)
yast2 (4.3.37 -> 4.3.38)
yast2-firstboot (4.3.6 -> 4.3.7)
yast2-network (4.3.26 -> 4.3.27)
=== Details ===
==== filesystem ====
- Add /usr/etc/skel (boo#1173321)
- Move additional /etc/skel directories to /usr/etc/skel
==== freetype2 ====
Version update (2.10.2 -> 2.10.4)
Subpackages: freetype2-devel libfreetype6 libfreetype6-32bit
- Update to version 2.10.4
* Fix a heap buffer overflow has been found in the handling of embedded
PNG bitmaps, introduced in FreeType version 2.6 (CVE-2020-15999 bsc#1177914)
* Minor improvements to the B/W rasterizer.
* Auto-hinter support for Medefaidrin script.
* Fix various memory leaks (mainly for CFF) and other issues that
might cause crashes in rare circumstances.
==== gdm ====
Subpackages: gdm-lang gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0
- Update gdm-suse-xsession.patch: Handle the fact that xdm moved
its files from /etc to /usr/etc (boo#1177918).
==== ghostscript ====
Version update (9.52 -> 9.53.3)
Subpackages: ghostscript-x11
- 41ef9a0bc36b9db7115fbe9623f989bfb47bbade.patch
fixes compilation with FreeType 2.10.3+
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=41ef9a0bc36b9db71…
c.f. https://bugs.ghostscript.com/show_bug.cgi?id=702985
- Version upgrade to 9.53.3
Highlights in this release include
(excerpts from the Ghostscript upstream release summary
in https://www.ghostscript.com/doc/9.53.3/News.htm)
* The 9.53.3 release is primarily maintenance.
* Issues arose with 9.53.0/1/2 that prompted the release
of a .3 patch:
A crash related to management of ICC profile objects.
A parameter type mismatch that would cause Ghostscript
to error out during initialisation, which
affected 64 big, big endian architectures.
An unexpected side effect of another change that prevented
multithreaded rendering and background rendering
from working correctly.
* The most obvious change is the (re-)introduction of the
patch level to the version number, this helps facilitate
a revised policy on handling security related issues.
To clarify: in the event we decide to release a patch revision,
it will replace the release with the previous patch number.
Release notes, highlights and warnings will remain the same,
except for the addition of whatever fix(es) prompted the patch.
* Our efforts in code hygiene and maintainability continue.
* We have added Python bindings for the gsapi interface, can be
found in demos/python. These are experimental, and we welcome
feedback from interested developers.
* For those integrating Ghostscript/GhostPDL via the gsapi
interface, we have added new capabilities to that, specifically
in terms of setting and interrogating device parameters. These,
along with the existing interface calls, are documented in:
Ghostscript Interpreter API at
https://www.ghostscript.com/doc/9.53.3/API.htm
* The usual round of bug fixes, compatibility changes,
and incremental improvements.
* For a list of open issues, or to report problems, please visit
bugs.ghostscript.com
Incompatible changes:
* As of 9.53.0, we have (re-)introduced the patch level to the
version number, this helps facilitate a revised policy
on handling security related issues.
Note for GSView Users: The patch level addition breaks
GSView 5 (it is hardcoded to check for versions 704-999).
It is possible, but not guaranteed that a GSView update might
be forthcoming to resolve this.
For a release summary see:
https://www.ghostscript.com/doc/9.53.3/News.htm
For details see the News.htm and History9.htm files.
- CVE-2020-15900.patch is no longer needed
because it is fixed in the upstream sources.
- Ghostscript 9.53.3 fixes in particular txtwrite memory issues
(boo#1177922).
==== git ====
Version update (2.28.0 -> 2.29.0)
Subpackages: git-core git-cvs git-daemon git-email git-gui git-svn git-web gitk
- git 2.29.0:
* The transport protocol v2 has become the default again
* "git worktree" gained a "repair" subcommand, "git init
- -separate-git-dir" no longer corrupts administrative data
related to linked worktrees
* "git maintenance" introduced for repository maintenance tasks
* enhancements to multiple workflows, addition of configuration
options and supported parameters, and bug fixes
==== ibus-libpinyin ====
Version update (1.11.93 -> 1.11.94)
- Update version to 1.11.94
* support cloud input
* bug fixes
==== issue-generator ====
Version update (1.10 -> 1.12)
- Update to version 1.12
- Update manual page
- Use python3 instead of python 2.x
- Update to version 1.11
- Don't display issue.d/*.issue files, agetty will do that [bsc#1177891]
- Ignore /run/issue.d in issue-generator.path, else issue-generator will
be called too fast too often [bsc#1177865]
- Ignore *.bak, *~ and *.rpm* files [bsc#1118862]
==== iw ====
Version update (5.4 -> 5.9)
- Update to version 5.9:
* iw: support HE rate configuration in 6 GHz band Rajkumar Manoharan 1 -2/+38
* iw: add HE rate/gi/ltf support Miles Hu 1 -15/+163
* iw: update nl80211.h Johannes Berg 1 -22/+174
* iw: add TID specific Tx bitrate configuration Tamizh Chelvam 3 -8/+58
* iw: fix tid config help entries
==== libpinyin ====
Version update (2.4.91 -> 2.4.92)
Subpackages: libpinyin-data libpinyin13 libzhuyin13
- Update version to 2.4.92
* update pinyin data
* bug fixes
==== patterns-base ====
Subpackages: patterns-base-apparmor patterns-base-base patterns-base-basesystem patterns-base-basic_desktop patterns-base-console patterns-base-documentation patterns-base-enhanced_base patterns-base-minimal_base patterns-base-sw_management patterns-base-transactional_base patterns-base-x11 patterns-base-x11_enhanced
- Have pattern enhanced_base recommend documentation:
patterns-base-documentation in turn recommends man-pages (man cp)
and pam-doc (boo#1177828).
==== plasma5-thunderbolt ====
Version update (5.20.0 -> 5.20.1)
Subpackages: plasma5-thunderbolt-lang
- Update to 5.20.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma-5.20.1
- No code changes since 5.20.0
==== python-matplotlib ====
Subpackages: python3-matplotlib python3-matplotlib-cairo python3-matplotlib-gtk3
- Copy updated transparent_markers.pdf from upstream commit
https://github.com/matplotlib/matplotlib/pull/18604 to fix
test failure Ghostscript 9.53
==== python-passlib ====
- Add optional dependencies: bcrypt, argon2_cffi, cryptography
and scrypt.
==== sssd ====
Version update (2.3.1 -> 2.4.0)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-32bit sssd-krb5-common sssd-ldap
- Update to release 2.4.0
* Session recording can now exclude specific users or groups
when scope is set to all (see exclude_users and
exclude_groups options).
* Active Directory provider now sends CLDAP pings over UDP
protocol to Domain Controllers in parallel to determine site
and forest to speed up server discovery.
==== system-tuning-common-SUSE ====
- Remove mq-deadline selection from 60-io-scheduler.rules (bsc#1177490)
==== vm-install ====
Version update (0.10.08 -> 0.10.10)
- jsc#SLE-11981 - Dev: vm-install: sync SLE and openSUSE Leap
differences
Modify the PV PXE booting feature to only allow a pxe server
address passed on command line. The use of udhcp to lookup a pxe
server is removed.
- Drop vm-install-extra-args.patch by folding fix into new tarball
- Version 0.10.10
==== whois ====
Version update (5.5.6 -> 5.5.7)
- update to 5.5.7:
* Implemented support for CIDR queries to whois.arin.net.
The old behaviour caused the server to return no results, now when
querying for ip/length the server returns a result if there is an
exact match.
==== yast2 ====
Version update (4.3.37 -> 4.3.38)
Subpackages: yast2-logs
- Added support for nested items in CWM::Table (bsc#1176402)
- 4.3.38
==== yast2-firstboot ====
Version update (4.3.6 -> 4.3.7)
- Adapt to changes done in ntp-client (bsc#1177797)
- 4.3.7
==== yast2-network ====
Version update (4.3.26 -> 4.3.27)
- fix crash when hostname file missing (bsc#1177904)
- 4.3.27
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
4 years, 1 month