openSUSE Factory
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
February 2015
- 92 participants
- 78 discussions
Hi,
doing a zypper dup (after zypper ref) shows a conflict:
Problem: util-linux-lang-2.25.1-5.2.noarch benötigt util-linux = 2.25.1, was
aber nicht angeboten werden kann
Nicht installierbare Anbieter: util-linux-2.25.1-5.2.i586[repo-oss]
Lösung 1: Folgende Aktionen werden ausgeführt:
util-linux-2.25.1-5.2.i586 trotz der nachrangigen Architektur installieren
libsmartcols1-2.25.1-5.2.i586 trotz der nachrangigen Architektur
installieren
Lösung 2: veraltetes util-linux-lang-2.25.2-1.2.noarch behalten
Lösung 3: util-linux-lang-2.25.1-5.2.noarch beschädigen durch Ignorieren
einiger Abhängigkeiten
Any Suggestions?
Thanks,
Stefan
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
2
1
23 Feb '15
Changed packages:
==== autofs ====
- add autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
(bsc#911720)
==== automake ====
Version update (1.14.1 -> 1.15)
- Update to 1.15:
New in 1.15:
* Improvements and refactorings in the install-sh script:
- It has been modernized, and now makes the following assumptions
* unconditionally*:
(1) a working 'dirname' program is available;
(2) the ${var:-value} shell parameters substitution works;
(3) the "set -f" and "set +f" shell commands work, and, respectively,
disable and enable shell globbing.
- The script implements stricter error checking, and now it complains
and bails out if any of the following expectations is not met:
(1) the options -d and -t are never used together;
(2) the argument passed to option -t is a directory;
(3) if there are two or more SOURCEFILE arguments, the
DESTINATION argument must be a directory.
* Automake-generated testsuites:
- The default test-driver used by the Automake-generates testsuites
now appends the result and exit status of each "plain" test to the
associated log file (automake bug#11814).
- The perl implementation of the TAP testsuite driver is no longer
installed in the Automake's scripts directory, and is instead just
distributed as a "contrib" addition. There should be no reason to
use this implementation anyway in real packages, since the awk+shell
implementation of the TAP driver (which is documented in the manual)
is more portable and has feature parity with the perl implementation.
- The rule generating 'test-suite.log' no longer risk incurring in an
extra useless "make all" recursive invocation in some corner cases
(automake bug#16302).
* Distribution:
- Automake bug#18286: "make distcheck" could sometimes fail to detect
files missing from the distribution tarball, especially in those cases
where both the generated files and their dependencies are explicitly
in $(srcdir). An important example of this are *generated* makefile
fragments included at Automake time in Makefile.am; e.g.:
...
$(srcdir)/fragment.am: $(srcdir)/data.txt $(srcdir)/preproc.sh
cd $(srcdir) && $(SHELL) preproc.sh <data.txt >fragment.am
include $(srcdir)/fragment.am
...
If the use forgot to add data.txt and/or preproc.sh in the distribution
tarball, "make distcheck" would have erroneously succeeded! This issue
is now fixed.
- As a consequence of the previous change, "make distcheck" will run
using '$(distdir)/_build/sub' as the build directory, rather than
simply '$(distdir)/_build' (as it was the case for Automake 1.14 and
earlier). Consequently, the './configure' and 'make' invocations
issued by the distcheck recipe now have $(srcdir) equal to '../..',
rather than to just '..'. Dependent and similar variables (e.g.,
'$(top_srcdir)') are also changed accordingly.
Thus, Makefiles that made assumptions about the exact values of the
build and source directories used by "make distcheck" will have to
be adjusted. Notice that making such assumptions was a bad and
unsupported practice anyway, since the exact locations of those
directories should be considered implementation details, and we
reserve the right to change them at any time.
* Miscellaneous bugs fixed:
- The expansion of AM_INIT_AUTOMAKE ends once again with a trailing
newline (bug#16841). Regression introduced in Automake 1.14.
- We no longer risk to use '$ac_aux_dir' before it's defined (see
automake bug#15981). Bug introduced in Automake 1.14.
- The code used to detect whether the currently used make is GNU make
or not (relying on the private macro 'am__is_gnu_make') no longer
risks causing "Arg list too long" for projects using automatic
dependency tracking and having a ton of source files (bug#18744).
- Automake tries to offer a more deterministic output for generated
Makefiles, in the face of the newly-introduced randomization for
hash keys order in Perl 5.18.
- In older Automake versions, if a user defined one single Makefile
fragment (say 'foo.am') to be included via Automake includes in
his main Makefile.am, and defined a custom make rule to generate that
file from other data, Automake used to spuriously complain with some
message like "... overrides Automake target '$(srcdir)/foo.am".
This bug is now fixed.
- The user can now extend the special .PRECIOUS target, the same way
he could already do with the .MAKE .and .PHONY targets.
- Some confusing typos have been fixed in the manual and in few warning
messages (automake bug#16827 and bug#16997).
- Remove automake-fix-ac_aux_dir-used-before-initialized.patch as the
change is incorporated now.
- Refresh automake-SuSE.patch and automake-require_file.patch so that
they apply cleanly.
==== caribou ====
Version update (0.4.16 -> 0.4.17)
Subpackages: caribou-common caribou-gtk-module-common caribou-gtk2-module caribou-gtk3-module libcaribou0 typelib-1_0-Caribou-1_0
- Update to version 0.4.17:
+ Bundle tools to generate and manipulate keyboard layout files.
+ bgo#691811: Add support for azerty layout as seen in french.
+ bgo#743267: Caribou does 100-130 syscalls for each keypress.
+ bgo#743880: String that is hard to understand.
+ Updated translations.
==== cups ====
Version update (1.5.4 -> 2.0.2)
Subpackages: cups-client cups-devel cups-libs cups-libs-32bit
- Add back the posttrans cleanup script as it is needed
- Add patch cups-systemd-socket.patch to fix socket activation
and to match socket approach Fedora has.
- Version bump to 2.0.2:
* Security: cupsRasterReadPixels buffer overflow with invalid page header and
compressed raster data (STR #4551)
* Mapping of PPD keywords to IPP keywords did not work if the PPD keyword was
already an IPP keyword (<rdar://problem/19121005>)
* cupsGetPPD* sent bad requests (STR #4567)
* For detailed list see CHANGES.txt file
- Enable PIE for build
- Remove legacy paralel-port support as it is not really needed
as most do not want it
- Update descriptions to just state what changed and let user
find it out.
- Add back comment about %fdupes
- Remove exit 0 on scriptlets as it is provided by the %service bla
ones already
- Fix the comment about openSUSE version on tmpfilesdir declaration
- cups-2.0.1 update:
* lengthy list of changes see the upstream CHANGES.txt that is
distributed with the package
* Disabling of sslv3 to mitigate poodle
- Use gnutls to provide SSLOPtions configuration directive
* openssl is no longer supported upstream
* Remove the with-openssl-exception from license
- Remove cups.sysconfig as it is not used with systemd based distros
- Purposely lose support for SLE11 as it doubles size of some of the
sections and keep suppor for openSUSE+SLE12
* even with the conditions we would have to go unencrypted only
as needs newer gnutls, so don't bother with keeping the compat
- Use upstream service and socket files to allow more working tools
- Removed patches:
* cups-0001-systemd-add-systemd-socket-activation-and-unit-files.patch
* cups-0002-systemd-listen-only-on-localhost-for-socket-activation.patch
* cups-0003-systemd-secure-cups.service-unit-file.patch
* cups-1.3.6-access_conf.patch
* cups-1.5-additional_policies.patch
* cups-1.5.4-CVE-2012-5519.patch
* cups-1.5.4-strftime.patch
* cups-move-everything-to-run.patch
* cups-polld_avoid_busy_loop.patch
* cups-provides-cupsd-service.patch
* str4190.patch
* str4351.patch
* str4450.CVE-2014-3537.str4455.CVE-2014-5029.CVE-2014-5030.CVE-2014-5031.CUPS-1.5.4.patch
- Refreshed patches:
* cups-1.3.9-desktop_file.patch
* cups-config-libs.patch
- Added patches:
* cups-1.7-additional_policies.patch
* cups-systemd-socket.patch
- change BuildRequires for systemd to pkgconfig(systemd)
and pkgconfig(libsystemd-daemon) to avoid build-cycles
- Version upgrade to 1.7.5:
CUPS 1.7.5 addresses some minor issues and expands upon the
symlink security protection. Changes include (excerpt):
* Security: Addressed some more situations where symlinked
files would be served by the web interface (CVE-2014-5029
CVE-2014-5030 CVE-2014-5031 STR #4455 and bnc#887240).
* The LPD backend did not work with some versions
of glibc (STR #4452)
* CGI scripts did not work (STR #4454)
- str4455-1.7.patch (see the previous entry below)
is obsolete because it is fixed upstream since CUPS 1.7.5.
- Let fdupes only create symlinks in /usr/share/cups/templates/ to
avoid a symlink /usr/share/cups/webcontent/images/cups-icon.png
because since CUPS 1.7.4/1.7.5 the cupsd web server does
no longer follow symlinks to avoid the security issues
mentioned in the previous two entries below
(fixes bnc#892587 a regression of bnc#887240).
- str4455-1.7.patch complements the incomplete fix for
CVE-2014-3537 STR#445 in the CUPS 1.7.4 sources
to fix the subsequent CVE-2014-5029 CVE-2014-5030
CVE-2014-5031 STR#4455 (bnc#887240).
- Version upgrade to 1.7.4:
CUPS 1.7.4 fixes several networking and build issues,
and addresses a symlink security issue CVE-2014-3537.
Changes since 1.7.3 include (excerpt):
* Security: The web interface incorrectly served symlinked files
and files that were not world-readable, potentially leading to
a disclosure of information (CVE-2014-3537, STR #4450,
and bnc#887240).
* The "snmp" option did not work with the network backends
(STR #4422).
* The User directive in client.conf did not override the USER
environment variable (STR #4426).
* The web interface now properly shows a "Go" button for
all text-based browsers (STR #4425).
* The MaxJobTime directive now properly supports time
values (STR #4434).
* Fixed an "IPP read error" race condition issue (STR #4440).
- Version upgrade to 1.7.3:
CUPS 1.7.3 includes a number of general bug fixes.
Changes since 1.7.2 include (excerpt):
* Fixed mapping of OutputBin values such as "Tray1".
* Several ippGet* functions incorrectly returned -1
instead of 0 on error.
* Fixed an authentication race condition in
cupsSendRequest (STR #4403).
* The scheduler did not add the "job-hold-until-specified"
reason when holding a job using the lp command (STR #4405).
* Auto-typing of PWG Raster files did not work (STR #4417).
* IPP queues using hardcoded credentials would ask
for credentials (STR #4371).
- Version upgrade to 1.7.2:
CUPS 1.7.2 addresses a web interface redirection security issue,
some scheduler crashed on Linux, and other general bug fixes.
Changes since 1.7.1 include (excerpt):
* CVE-2014-2856: The scheduler now blocks URLs containing
embedded HTML (STR #4356 and bnc#873899).
* cupsDoIORequest could miss the server status, causing failed
lpadmin and other administrative commands (STR #4386).
* Fixed a D-BUS threading issue that caused the scheduler
to crash (STR #4347).
* The scheduler now automatically reconnects to Avahi
as needed (STR #4370, STR #4373).
- str4351.patch that fixed STR #4351: cups-lpd hugh jobs (>2G) fail
is obsolete because it is fixed upstream since CUPS 1.7.2.
- Removed the CUPS banner files in /usr/share/cups/banners/ and
the CUPS testpage /usr/share/cups/data/testprint (which is also
a CUPS banner file type) because they do no longer work
since CUPS >= 1.6 (see http://www.cups.org/str.php?L4120)
because there is no longer a filter for Linux that can convert
the CUPS banner files. Since CUPS >= 1.6 only the banner files
and testpage in the cups-filters package work via the
cups-filters PDF workflow and the cups-filters package also
provides the matching bannertopdf filter (bnc#873376).
- In case of systemd use --with-rundir=/run/cups
instead of --with-rundir=/run (bnc#871640).
- str4351.patch from CUPS upstream fixes
https://www.cups.org/str.php?L4351
"STR #4351 cups-lpd hugh jobs (>2G) fail"
(bnc#864782).
- Version upgrade to 1.7.1 (fate#314630):
CUPS >= 1.6 has major incompatible changes compared to CUPS
up to version 1.5.4 in particular when printing via network:
* The IPP protocol default version increased form 1.1 to 2.0.
Older IPP servers like CUPS 1.3.x (e.g. in SLE11)
reject IPP 2.0 requests with "Bad Request" (STR #4231).
By adding '/version=1.1' to ServerName in client.conf
(e.g. ServerName older.server.example.com/version=1.1)
or the CUPS_SERVER environment variable value or by
adding it to the server name value of the '-h' opion
(e.g. lpstat -h older.server.example.com/version=1.1 -p)
the older IPP protocol version for older servers
must be explicitly specified.
* CUPS Browsing is dropped in CUPS but the new package
cups-filters provides the cups-browsed that provides
basic CUPS Browsing and Polling functionality.
The native protocol in CUPS for automatic client discovery
of printers is now DNS-SD.
* Some printing filters and backends are dropped in CUPS
but the new package cups-filters provides them so that
cups-filters is usually needed (recommended by RPM)
but cups-filters is not strictly required.
* The cupsd configuration directives are split into two files
cupsd.conf (can also be modified via HTTP PUT e.g. via cupsctl)
and cups-files.conf (can only be modified manually by root)
to have better default protection against misuse of privileges
by normal users who have been specifically allowed
by root to do cupsd configuration changes
(STR #4223 CVE-2012-5519 bnc#789566).
See the entries below for more information.
For details see the openSUSE Bugzilla bnc#735404 issue.
CUPS 1.7.1 improves network and USB printing, fixes some
scheduler issues, and addresses a minor security issue
in the lppasswd program.
Changes since 1.7.0 include (excerpt):
* Security: the lppasswd program incorrectly used settings
from ~/.cups/client.conf (STR #4319)
* ATTR messages could cause string pool memory corruption
in the scheduler (<rdar://problem/15382819>)
* Printing to a raw queue could result in corrupt output
due to opportunistic compression (<rdar://problem/15008524>)
* Japanese PPDs using with the Shift-JIS encoding
did not work (<rdar://problem/15427759>)
* The libusb-based USB backend incorrectly used write
timeouts (<rdar://problem/15564888>)
* The IPP backend did not wait for a busy printer
to become available before attempting to print
(<rdar://problem/15465667>)
* Using "@IF(name)" in an Allow or Deny rule
did not work (STR #4328)
* The D-BUS notifier did not remove its lockfile (STR #4314)
* CUPS incorrectly used the USER environment variable when
the name did not match the user ID (STR #4327)
For details see the CHANGES.txt file.
- cups-1.7-additional_policies.patch adds the 'allowallforanybody'
policy to cupsd.conf (fate#303515) and replaces
cups-1.6.2-adapt_cupsd.conf_defaults_for_SUSE.patch
- Clean up of systemd unit files (bnc#857372):
Make it working again as simple and secure as it worked
all the time in the past by providing only one single
systemd unit file cups.service. In particular currently YaST
cannot manage services with additional other systemd unit files.
Furthermore systemd socket activation is currently insecure
in case of IPv6 (CVE-2012-6094 bnc#795624).
- Clean up how cupsd is launched (via SysVinit or systemd)
by maintaining strictly separated sections in cups.spec:
Either for launching cupsd via systemd (if have_systemd is set)
or for launching cupsd via SysVinit (if have_systemd is not set).
SysVinit support cannot be removed because CUPS 1.7.1 still
builds and can be used even for SLE11.
- The default group of users who are allowed to do cupsd
configuration changes via requests to the running cupsd
(i.e. the SystemGroup directive in cupsd.conf) is set
to 'root' only (related to STR #4223 CVE-2012-5519 bnc#789566).
In this context a general security advice:
When root allows normal users to do system administration tasks
(in particular when root allows normal users to administer
system processes - i.e. processes that run as root), then
this or that kind of privilege escalation will be possible.
Only trustworthy users who do not misuse their privileges
may get allowed to do specific system administration tasks.
- Version upgrade to 1.7.0
CUPS >= 1.6 has major incompatible changes compared to CUPS 1.5.
See the entries below for more information.
For details see the openSUSE Bugzilla bnc#735404 issue.
Changes since 1.7rc1 include (excerpt):
* The lpadmin command did not send the PPD name from
the "-m" option (<rdar://problem/15264697>).
* The scheduler did not respond using the hostname
specified by the client (<rdar://problem/14583574>).
* Fixed a couple memory leaks in ippfind that were
reported by Clang.
* Fixed a compile issue on 64-bit Linux with Clang - need
to use the -pie option instead of -Wl,-pie now
(<rdar://problem/14480938>).
* The scheduler incorrectly did not pass a FINAL_CONTENT_TYPE
environment variable to the filters or backend
(<rdar://problem/14355011>).
For details see the CHANGES.txt file.
- Version upgrade to 1.7rc1 only for testing purpose.
CUPS >= 1.6 has major incompatible changes compared to CUPS 1.5.
After a version upgrade to CUPS >= 1.6 printing in the network
would no longer work as it did up to CUPS 1.5.
For details regarding incompatible changes in CUPS >= 1.6 see
https://bugzilla.novell.com/show_bug.cgi?id=735404
and follow the links therein.
The 1.7 series is primarily a "polish" release with improved
support for paid, PIN, and release printing, expanded support
for IPP Everywhere, automatic support for data compression,
and improved CUPS APIs.
CUPS 1.7rc1 is the first release candidate for CUPS 1.7.0
and includes the fixes from CUPS 1.6.3, adds a new
ippfind utility, fixes some issues in the ipptool utility,
and fixes some general printing bugs.
For details what is new in CUPS 1.7 see the CHANGES.txt file.
Excerpt:
* Printer xxx-default values were not reported by
Get-Printer-Attributes or lpoptions (<rdar://problem/14401795>)
* Added a new ippfind tool for finding IPP printers and
other Bonjour services (<rdar://problem/13876199>)
- Version upgrade to 1.6.3
CUPS 1.6.3 fixes some compatibility issues with servers
running CUPS 1.3.12 or older, fixes some general printing bugs,
and fixes some minor security issues.
For details what is new in CUPS 1.6 see the CHANGES-1.6.txt file.
Excerpt:
* The lp, lpq, lpr, and lpstat now display an error message
advising the use of the /version=1.1 ServerName option
(<rdar://problem/14290628>)
* Added documentation about the /version=1.1 option to ServerName
in client.conf (<rdar://problem/14216262>)
* The lp, lpq, lpr, and lpstat commands incorrectly ignored
the default printer set in the lpoptions file
(<rdar://problem/14216472>)
* Printing using "ipps" URIs was not encrypted.
- Version upgrade to 1.6.2.
CUPS 1.6 has major incompatible changes compared to CUPS 1.5.
For details regarding incompatible changes in CUPS 1.6 see
https://bugzilla.novell.com/show_bug.cgi?id=735404
and follow the links therein.
For details what is new in CUPS 1.6 see the CHANGES.txt file.
Excerpt:
* Security: All file, directory, user, and group settings
are now stored in a separate cups-files.conf configuration
file that cannot be set through the CUPS web interface
or APIs (STR #4223).
* The IPP backend could crash if the printer disconnects
early (STR #4284).
* cupsGetPPD did not work with statically-configured CUPS
shared queues (STR #4178).
* Bad IPP responses could crash ipptool (STR #4262).
* Updated USB quirk rules for various printers
(STR #4217, STR #4263, STR #4286).
* Added USB blacklisting for printers that require a custom
backend (STR #4218).
* The CUPS library did not always detect a timed out connection
to the server which could cause temporary loss of printing
from applications (STR #4187).
* The IPP backend now stops queues when the server configuration
prevents successful job submission (STR #4125).
* CUPS 1.6 clients using the ServerName directive in client.conf
did not work with CUPS 1.3.x or older servers
(STR #4231, STR #4291).
* The scheduler could crash when using Avahi
(STR #4183, STR #4192, STR #4200, STR #4213).
* The IPP backend could get stuck in an endless loop on certain
network errors (STR #4194).
* The scheduler no longer allows job-name values that are
not valid network Unicode strings (STR #4072).
* The network backends now support disabling of SNMP supply
level queries via the "snmp" URI option (STR #4106).
* The IPP backend did not specify the compression used
(STR #4181).
* The scheduler did not recognize dnssd: or ipps: URIs as
Bonjour shared queues (STR #4158).
* Applications could not get the PPD file for
statically-configured Bonjour-shared print queues (STR #4159).
* Fixed a USB backend compatibility issue on systems using
libusb (STR #4155, STR #4191).
* Some Bonjour features were not available on systems
with Avahi (STR #4156).
- cups-1.6.1-revertSTR3929_to_default_IPP_1.1_again.patch is
obsolete because it is fixed upstream (STR #4231, STR #4291).
- cups-1.6.2-adapt_cupsd.conf_defaults_for_SUSE.patch
replaces cups-1.6.1-adapt_cupsd.conf_defaults_for_SUSE.patch
- Adapted cups-client.conf template file for CUPS 1.6.
- cups-1.6.1-adapt_cupsd.conf_defaults_for_SUSE.patch
adapts the defaults in cupsd.conf for SUSE.
It replaces cups-1.3.6-access_conf.patch that
added 'Allow 127.0.0.2' to cupsd.conf to allow access
for the loopback IP address 127.0.0.2 which is set for
the hostname by SUSE in /etc/hosts at least up to
SLE10 products.
It also replaces cups-1.5-additional_policies.patch
that added the 'allowallforanybody' policy to cupsd.conf
see https://fate.novell.com/303515
Furthermore it fixes some issues with the CUPS upstream
defaults i.e. removal of no longer supported keywords
BrowseOrder BrowseAllow DefaultAuthType (otherwise cupsd
prints error messages of the form "Unknown directive
BrowseOrder on line 22").
- cups-1.6.1-revertSTR3929_to_default_IPP_1.1_again.patch
reverts the incompatible change in CUPS 1.6
that makes IPP version 2.0 default
(see https://www.cups.org/str.php?L3929)
back to using IPP version 1.1 by default.
Otherwise CUPS 1.6 on clients cannot talk to older CUPS
servers in particular not to CUPS 1.3.9 on SLE11.
E.g. on a CUPS 1.6 client "lpstat -h sle11.cups.server -p"
would fail on the client with "lpstat: Bad Request" and
the CUPS 1.3.9 server logs in /var/log/cups/error_log the
lines "E ... cupsdReadClient: ... IPP Read Error!"
and "D ... cupsdSendError: ... code=400 (Bad Request)".
- Version upgrade to 1.6.1.
CUPS 1.6 has major incompatible changes compared to CUPS 1.5.
After a version upgrade to CUPS 1.6 printing in the network
would no longer work as it did up to CUPS 1.5.
For an overview about what is new in CUPS 1.6 see
http://www.cups.org/documentation.php/doc-1.6/whatsnew.html
For details regarding incompatible changes in CUPS 1.6 see
https://bugzilla.novell.com/show_bug.cgi?id=735404
and follow the links therein.
For details what is new in CUPS 1.6 see the CHANGES.txt file.
Excerpt:
* CUPS now supports color management using colord (STR #3808).
* CUPS now supports Bonjour using Avahi (STR #3066).
* The "brightness", "columns", "fitplot", "gamma", "hue",
"natural-scaling", "penwidth", "position", "ppi",
"saturation", and "scaling" options are not longer
supported (STR #4010).
* Added new destination connection and enumeration functions
via new dynamic destination APIs (STR #3924).
* Added new option, localization, and job submission functions
via new APIs that do not depend on PPD files (STR #3925).
* The scheduler now supports a DefaultAuthType of "auto" to
automatically choose between Basic (username/password)
and Negotiate (Kerberos) authentication.
* CUPS no longer supports automatic remote printers or
implicit classes via the CUPS, LDAP, or SLP protocols
(STR #3922, STR #3923).
* The PPD APIs are now deprecated and will be removed
in a future version of CUPS (STR #3927).
* The default IPP version for requests is now 2.0 (STR #3929).
* The IPP APIs no longer expose the ipp_t or ipp_attribute_t
structures and instead provide accessor functions (STR #3928).
* The scheduler will no longer run programs with group write
permission.
* The PHP module has been removed (STR #3932).
* The bannertops, commandtoescpx, commandtopclx, imagetops,
imagetoraster, pdftops, rastertoescpx, rastertopclx,
and texttops filters have been removed (STR #3930).
* The serial and parallel backends have been removed (STR #3935).
- Adapted cups-config-libs.patch for CUPS 1.6.1
(IMGLIBS is no longer present in cups-config.in).
- buildrequire systemd through the pkgconfig provide to get
systemd-mini in build environment (to break cycle)
- Version upgrade to 1.5.4 (mainly a bugfix release) that fixes
some IPP printing issues.
Excerpt:
* The IPP backend no longer tries to get the job status for
printers that do not implement the required operation
(STR #4083).
* Sending a document in an unsupported format to an IPP printer
now automatically cancels the job (STR #4093).
* The IPP backend now treats the client-error-not-possible
status code as a job history issue, allowing IPP printing to
Windows to work(STR #4047).
For a complete list see the CHANGES.txt file.
- revert_cups-ssl.m4_to_1.5.2.patch is now obsolete because of
an upstream fix.
- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
Apple grant an openssl linking exception (and an exception for
linking on Apple owned operating systems).
- Save /etc/cups/cupsd.conf and /etc/cups/cupsd.conf.default
from becoming hardlinked via the fdupes run in cups.spec
(see the 'Wed Aug 26 21:43:03 CEST 2009' entry below)
by making their content different and at the same time
fix the misleading comment (openSUSE Bugzilla bnc#773971).
- Minor clean-up in cups.spec (the "Remove unpackaged files"
via "rm -rf <some_man-pages>") is no longer needed because
those man pages are no longer installed.
- Upgraded to CUPS 1.5.3 (mainly a bugfix release) that fixes
a number of PostScript, SSL, authenticated printing,
and networking issues.
Excerpt:
* The scheduler could crash if a PPD file contained
an invalid paper size (STR #4049).
* Missing localizations caused empty output (STR #4033).
* Changed how timeouts are implemented in the LPD backend
(STR #4013).
* The default InputSlot setting was never used (STR #3957).
* Fixed the IPP backend's handling of HTTP/1.0 compatibility
(STR #3988).
For a complete list see the CHANGES.txt file.
- revert_cups-ssl.m4_to_1.5.2.patch reverts cups-ssl.m4 to what
it was in CUPS 1.5.2 so that autoconf produces a syntactically
correct configure script otherwise "bash -n configure" fails
with "syntax error: unexpected end of file",
see http://www.cups.org/str.php?L4084
- No longer require Ghostscript but only "Recommends: ghostscript"
because the Ghostscript device "cups" is needed by several CUPS
filters (in particular the "rasterto..." filters) but those
filters are not used on all systems (e.g. on a print server
with only "raw" queues) so that a weak Recommends fits better.
Furthermore this avoids a build dependency cycle between the
main-packages cups and ghostscript.
- No longer require /usr/bin/pdftops but only a "Recommends"
because the CUPS filter /usr/lib/cups/filter/pdftops
(which calls /usr/bin/pdftops) is not used on all systems
(e.g. on a print server with only "raw" queues) so that
a weak Recommends fits better.
- In cups.spec only "Requires: ghostscript" but no longer require
ghostscript-fonts-std in cups.spec because in ghostscript.spec
there is already "Requires: ghostscript-fonts-std"
(related to openSUSE Bugzilla bnc#735824).
- In cups.spec remove the Obsoletes/Provides cups-SUSE-ppds-dat
because cups-SUSE-ppds-dat.rpm existed only up to SLE10
but it does no longer exist since 11.1/SLE11
and CUPS 1.5.x is not provided for SLE10.
- Use traditional bash scriptlets for post/postun with
an explicite "exit 0" line at the end to be fail safe and
therefore also "PreReq: /sbin/ldconfig" explicitly for the
cups-libs sub-package, see the "Shared_libraries" section in
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
- Upgraded to CUPS 1.5.2 (mainly a bugfix release). This release
fixes a number of printing, encryption, and ipptool issues.
Excerpt:
* The scheduler incorrectly used free() on a POSIX ACL value,
which could cause a crash (STR #3970).
* Encryption was broken with OpenSSL (probably STR #3933
and bnc#739410 ).
* Badly formed GIF files could cause the image filters
to crash (STR #3914).
For a complete list see the CHANGES.txt file.
- Use explicit buildrequires on the needed libraries.
otherwise build will fail after libtiff-devel deps cleanup
- Cleanup requires of -devel package, which only needs glibc-devel
- cups-config-libs.patch fixes cups-config script,
which with option --libs adds:
LIBS="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto
- lz -lpthread -lm -lcrypt "
IMGLIBS="-ltiff -ljpeg -lpng"
This only makes sense when using static linking but we do not
ship static libraries and it will only bloat dependant packages.
- Update systemd patch, Bind to datagram socket as well in
systemd cups.socket unit file, to prevent that port being
stolen by another service (from RH).
- There is no need to use -fno-strict-aliasing
in cflags any longer.
- Update systemd patch to a newer version that uses
libsystemd-daemon instead of bundling sd-daemon wrappers.
- cups-0001-systemd-add-systemd-socket-activation-and-unit-files.patch
adds complete systemd support, the hardware stuff is handled in
builtin udev rules (see /lib/udev/rules.d/99-systemd.rules).
See also http://0pointer.de/blog/projects/socket-activation2.html
- Upgraded to CUPS 1.5.0 (openSUSE Bugzilla bnc#722057)
Backward incompatible changes:
* The main header cups/cups.h no longer includes the PPD header
cups/ppd.h which may require code changes to applications.
* CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files
from CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions
files that were introduced in CUPS 1.2 must now be used.
* The scheduler now requires that filters and backends
have group write permissions disabled (security).
* The HP-GL/2 filter is no longer included (STR #3322).
* The SCSI backend is no longer included (STR #3500).
Other changes:
* Updated the PostScript filter to support IncludeFeature
in more circumstances (STR #3417).
* The scheduler now sets the process group for child processes
and manages the group (STR #2829).
* The scheduler now more carefully creates and removes
configuration, cache, and state files (STR #3715).
* The lpadmin command now allows default option values
to be deleted (STR #2959).
* Restored support for GNU TLS and OpenSSL with threading
enabled (STR #3605, STR #3461).
Therefore cups-1.4.4-str3461-1.4.reverted.patch
is no longer needed (openSUSE Bugzilla bnc#617026).
* Increased the default RIPCache value to 128MB (STR #3535).
Therefore cups-1.4.4-set_default_RIPCache_128m.patch
is no longer needed (openSUSE Bugzilla bnc#628233).
* Updated PDF filter to support Ghostscript ps2write (STR #3766).
* Updated PDF filter to support Poppler option to preserve page
sizes in PDF files when the user has not selected a particular
media size (STR #3689).
* Added new PWG Raster filter for IPP Everywhere printer support.
* Added support for a new cupsFilter2 keyword in PPD files
to allow for the propagation of the actual MIME media type
produced by a filter.
* Name resolution errors no longer no longer cause
queues to stop (STR #3719, STR #3753). See also
https://bugzilla.novell.com/show_bug.cgi?id=337794#c16
* Added a new cups-exec helper program that applies security
profiles to filters, port monitors, backends, CGI programs,
and mini-daemons.
* The web interface can now be disabled using the WebInterface
directive in cupsd.conf (STR #2625).
* The ipptest tool is now a first-class user program (STR #3484).
For a complete list see the CHANGES.txt file.
- cups-1.4.4-str3461-1.4.reverted.patch (bnc#617026) and
cups-1.4.4-set_default_RIPCache_128m.patch (bnc#628233)
are no longer needed because the issues are fixed upstream.
cups-1.5-additional_policies.patch (fate#303515) replaces the
cups-1.4-additional_policies.patch which does no longer apply.
- add libtool as buildrequire to make the spec file more reliable
- Reverted the change from meissner below dated
"Fri Sep 23 09:54:39 CEST 2011" so that baselibs.conf again
contains only one line "cups-libs" as before because the
submitrequest 85423 Printing/cups -> openSUSE:Factory/cups
was declined by coolo with the following reason:
"cups-devel-32bit requires cups-32bit (default requires),
which does not exist".
- Upgraded to CUPS 1.4.8
* network backends could crash if a printer returned a value
of 0 for the maximum capacity for a supply (STR #3875)
* For a complete list see the CHANGES.txt file.
- Upgraded to CUPS 1.4.7
* imageto* filters could crash with bad GIF files (STR #3867)
* CUPS did not work with some printers that incorrectly
implemented the HTTP/1.1 standard (STR #3778, STR #3791)
* Fixed crash in scheduler when the application/octet-stream
MIME type was not defined (STR #3690)
* The web interface no longer tries to use multi-part delivery
when adding printers (STR #3455) using Epiphany or IE
* "lp" and "lpr" failed with Kerberos enabled (STR #3768)
* Remote printer URIs with options did not work (STR #3717)
* The scheduler now only looks up interface hostnames
if HostNameLookups are enabled (STR #3737)
* The scheduler could crash if a browsed printer times out
while a job is printing (STR #3754)
* For a complete list see the CHANGES.txt file.
- cups-1.4.4-set_default_RIPCache_128m.patch enlarges
the CUPS upstream default RIPCache from 8m to 128m
to avoid various kind of printout failures
(STR #3535, and Novell/openSUSE Bugzilla bnc#628233).
- cups-devel baselibs package for Wine 32bit on 64bit building
(added "cups-devel requires cups-libs..." to baselibs.conf).
- Remove redundant tags/sections from specfile
(removed "norootforbuild" and the "clean" section).
- "no" locale is "nb" (norwegian bokmal) these days
(move /usr/share/locale/no to /usr/share/locale/nb).
- "zh" is probably meant as "zh_CN", as "zh_TW" exists
(move /usr/share/locale/zh to /usr/share/locale/zh_CN).
- Cleaned up the RPM Requires:
Removed the needless "Suggests: poppler-tools" because there
is "Requires: /usr/bin/pdftops" which should be sufficient.
Replaced the RPM Requires for foomatic-filters by Recommends
because foomatic-rip is only needed by CUPS in a few cases
and printer driver packages which need foomatic-rip require
foomatic-filters on their own.
- Upgraded to CUPS 1.4.6
CUPS 1.4.6 fixes in particular a regression:
* A change was made in CUPS 1.4.5's pstops filter
that it did not support landscape printing
of PostScript files (STR #3722)
* For a complete list see the CHANGES.txt file.
- Fixed coolo's quick and ditry unconditioned
"PreReq: sysvinit(syslog)" stuff from below because build fails
everywhere except openSUSE:Factory (i.e. openSUSE 11.4)
because sysvinit(syslog) is nowhere else provided.
Now the PreReq is only if suse_version > 1130.
- prereq init script syslog
- Upgraded to CUPS 1.4.5
CUPS 1.4.5 fixes several scheduler and printing bugs
as well as a reported security bug, in particular:
* Fixed a IPP parsing memory corruption bug
(CVE-2010-2941, STR #3648, Novell/Suse Bugzilla bnc#649256)
* Fixed a PPD loader bug that could crash the cupsd (STR #3680)
* The scheduler restarts jobs while shutting down (STR #3679)
* Did not initialize Kerberos in all cases (STR #3662)
* The socket backend could go into an infinite loop
with certain printers (STR #3622)
* Moving a job via the web interface failed without
asking for authentication (STR #3559)
* The web interface did not allow a user to change
the driver (STR #3537, STR #3601)
* For a complete list see the CHANGES.txt file.
- Fixed /etc/init.d/cups (cups.init source file) so that stopping
the cupsd waits up to 10 seconds until the cupsd had actually
finished (if not SIGKILL would be sent to it) to make sure
that "rccups restart" and "rccups stop ; rccups start" work
correctly (see Novell/Suse Bugzilla bnc#622058).
- cups-1.4.4-str3461-1.4.reverted.patch reverts changes
by CUPS STR #3461 as band-aid workaround for now to avoid
that Mozilla.org applications crash when they try to print
(STR #3461, STR #3605, and Novell/Suse Bugzilla bnc#617026).
- Upgraded to CUPS 1.4.4
CUPS 1.4.4 fixes several security, scheduler, printing,
and conformance issues, in particular:
* The web interface now includes additional CSRF protection
(CVE-2010-0540, STR #3498, STR #3593, and
Novell/Suse Bugzilla bnc#601830)
* The texttops filter did not check the results of allocations
(CVE-2010-0542, STR #3516, Novell/Suse Bugzilla bnc#601352)
* The web admin interface could disclose the contents of memory
(CVE-2010-1748, STR #3577, Novell/Suse Bugzilla bnc#604271)
* The fix for CVE-2009-3553 (STR #3200) was incomplete
for systems that use kqueue or epoll (STR #3490)
* CUPS could overwrite files as root in directories owned or
writable by non-root users (STR #3510)
* The OpenSSL interfaces have been made thread-safe and
the GNU TLS interface is explicitly forbidden
when threading is enabled (STR #3461)
* The scheduler could crash on restart if classes
were defined (STR #3524)
* The socket backend no longer waits for back-channel data
on platforms other than Mac OS X (STR #3495)
* For a complete list see the CHANGES.txt file.
- Update cups-1.3.9-desktop_file.patch: add the Settings category
(required since we use HardwareSettigns) and add NotShowIn=GNOME:
in GNOME, the configuration tool we want to use is
system-config-printer.
- Explicitly set configure option '--enable-debug' because
otherwise the cups-debuginfo RPM would be empty.
- Removed no longer recognized configure option '--enable-pie'
(it compiles and links with '-pie -fPIE -fPIC' by default).
- Disabled .SILENT in Makedefs.in so that make is verbose as usual.
- In cups.spec removed '-r' from the suse_update_desktop_file call
to not replace valid (and previously patched via
cups-1.3.9-desktop_file.patch) categories of the desktop file
so that it shows up in the right place (this is particularly
an issue with the LXDE/XFCE menu).
- cups-1.4.3-default-webcontent-path.patch changes the default path
whereto the web content is installed from /usr/share/doc/...
to /usr/share/cups/webcontent because the files of the CUPS
web content are no documentation (see CUPS STR #3578 and
Novell/Suse Bugzilla bnc#546023 starting at comment#6).
- In cups.spec replaced usage of the RPM macro 'name' by the
explicite value 'cups' (except for the BuildRoot) so that
CUPS could be built as well with a different package name
(e.g. when someone likes to provide a CUPS SVN revision
as 'cupsSVN' or a specifically adapted CUPS as 'cups4me').
- cups-krb5-config wrapper script for krb5-config is no longer
needed because since April 2008 krb5-config works correctly
(see Novell/Suse Bugzilla bnc#378270 and compare STR #3556).
- In cups.xinetd replaced '@LIB@' by '/usr/lib' and removed
the perl substitute calls regarding '@LIB@' in cups.spec because
since the upstream compliant CUPS 1.4 it is '/usr/lib/cups/'
on all platforms (see Novell/Suse Bugzilla bnc#575544).
- Upgraded to CUPS 1.4.3:
* The scheduler could try responding on a closed client
connection, leading to a crash
(CVE-2009-3553, STR #3200, and bnc#554861).
* The lppasswd program allowed the localization files
to be overridden when running in setuid mode
(CVE-2010-0393, STR #3482, and bnc#574336).
* The scheduler would crash when an active printer was deleted.
* The DBUS notifier did not build (STR #3447).
* The scheduler did not reset the SIGPIPE handler
of child processes (STR #3399).
* For a complete list see the CHANGES.txt file.
- cups-1.3.9-CVE-2009-3553.patch has become
obsolete because it is fixed in the source.
- CUPS 1.3 -> 1.4 version upgrade and major cleanup:
For the CUPS upstream changes see the CHANGES.txt file.
Such a major version upgrade is the perfect chance
to drop almost all our own patches to enforce a
reset to almost 100% compliance with upstream.
Here our openSUSE CUPS versions and their number of patches
(i.e. the "Patch" entries in the cups.spec files):
CUPS version 1.2.12 in openSUSE 10.3: 37
CUPS version 1.3.7 in openSUSE 11.0: 29
CUPS version 1.3.9 in openSUSE 11.1: 26
CUPS version 1.3.11 in openSUSE 11.2: 17
Of course this includes patches with backported bug fixes
via our maintenance but nevertheless there were really
too much openSUSE specific patches.
Therefore I would like to provide CUPS 1.4 "as is" to the
furthest possible extent (there are still 6 patches left).
Then let's see if we get bug reports because of this.
I did such a reset to 100% compliance with upstream
already in the past for sane-backends and guess what:
I got no single bug report at all because of this.
I guess what they do at upstream is actually not so bad ;-)
- Added the explicite path to '--with-cachedir=/var/cache/cups'
in cups.spec to avoid that the fallback value 'yes' results
the cache directory '/etc/cups/yes/'.
- cups-1.3.11-CVE-2009-2820-regression-fix.patch and
cups-1.3.11-CVE-2009-2820.patch have become
obsolete because it is fixed in the source.
- cups-1.4-full_path_to_configure_with-pdftops.patch has become
obsolete because it is fixed in the source.
- add baselibs.conf as a source
- enable parallel building
- Fixed the URL and MD5 sum comments for Source0 in cups.spec.
- cups-1.3.9-CVE-2009-3553.patch fixes a use-after-free bug
in the scheduler which leads to remote denial of service,
(CVE-2009-3553, CUPS STR #3200,
and Novell/Suse Bugzilla bnc#554861)
- cups-1.3.11-CVE-2009-2820-regression-fix.patch
fixes a regression which was introduced by
the previous cups-1.3.11-CVE-2009-2820.patch
which lets adding a class via CUPS Web Interface fail
with an 'Unknown operation "{op}"' error message
(CUPS STR #3401 and
Novell/Suse Bugzilla bnc#548317 starting at comment #24).
- cups-1.3.11-CVE-2009-2820.patch fixes CUPS Web Interface
Cross-Site Scripting (XSS) and CRLF injection in HTTP headers
(CVE-2009-2820 and CUPS STR #3367 and
Novell/Suse Bugzilla bnc#548317).
- updated patches to apply with fuzz=0
- Fixed as-needed issues when compiling additional tools
by using the right ordering of source and linked library
in 'gcc -opoll_ppd_base ... SOURCE1 -lcups'
and 'gcc -olphelp ... SOURCE2 -lcups' which
obsoletes the 'export SUSE_ASNEEDED=0' workaround,
see the 'Fri Jul 10 12:34:54 CEST 2009' entry below.
- Run fdupes.
- full_path_to_configure_with-pdftops.patch
adds support to specify a full path in
'configure --with-pdftops=/usr/bin/pdftops'
to avoid 'BuildRequires: xpdf-tools' which would
bloat the build system but would be only needed to
satisfy 'AC_PATH_PROG(CUPS_PDFTOPS, pdftops)'
in cups-pdf.m4 if only 'configure --with-pdftops=pdftops'
was possible (Novell/Suse Bugzilla bnc#526847).
- Upgraded to CUPS 1.3.11:
* The scheduler and cupsfilter utility would crash with
certain MIME .types rules (CUPS STR #3159).
* cups-1.3.10-fix-DNS-rebinding-protection.patch
(Novell/Suse Bugzilla bnc#516511 and CUPS STR #3238)
is obsolete since CUPS 1.3.11 because it is fixed
in the source (it is fixed via CUPS STR #3164).
* For a complete list see the CHANGES.txt file.
- Set 'export SUSE_ASNEEDED=0' in cups.spec because build fails
with --as-needed so that this is for now simply disabled.
- cups-1.3.10-fix-DNS-rebinding-protection.patch fixes
a regression of the CUPS 1.3.10 DNS rebinding protection which
lets e.g. "lpoptions -h localhost -p <queue> -l" fail with
"lpoptions: Unable to get PPD file for <queue>: Bad Request"
and in /var/log/cups/error_log there is the warning
W ... Request from "localhost" using invalid Host: field "::1"
but "::1" is the IPv6 loopback IP address for "localhost"
(Novell/Suse Bugzilla bnc#489624 comment#19 and bnc#516511).
- Upgraded to CUPS 1.3.10:
* Use a wrapper program filter/pdftops.c which only calls
/usr/bin/pdftops (via configure --with-pdftops=/usr/bin/pdftops)
instead of the CUPS fork of the Xpdf source code which was in
the pdftops directory (CUPS STR #3129). Because of this
cups-1.4svn-pdftops_as_filter.patch and
cups-1.4svn-pdftops_dont_fail_on_cancel.patch are obsolete
since CUPS 1.3.10 (the latter was fixed via CUPS STR #2808).
* The scheduler now protects against DNS rebinding attacks
(CUPS STR #3118 and Novell/Suse Bugzilla bnc#489624).
* cups-1.3.9-cupstestppd.patch is obsolete since CUPS 1.3.10
because it is fixed in the source (CUPS STR #2979).
* cups-1.3.9-max_subscription.patch is obsolete
since CUPS 1.3.10 because it is fixed in the source
(no CUPS STR but mentioned in CHANGES.txt "The scheduler
would crash if you exceeded the MaxSubscriptions limit").
* cups-1.3.9-filter_png_overflow2.patch is obsolete
since CUPS 1.3.10 because it is fixed in the source
(CUPS STR #2974 and Novell/Suse Bugzilla bnc#448631).
* cups-1.3.9-hpgltops2.patch is obsolete since CUPS 1.3.10
because it is fixed in the source (CUPS STR #2966 which is the
successor of CUPS STR #2911 and Novell/Suse Bugzilla bnc#430543).
* cups-1.3.9-cupsImageReadTiff.patch is obsolete
since CUPS 1.3.10 because it is fixed in the source
(CUPS STR #3031 and Novell/Suse Bugzilla bnc#485895).
* For a complete list see the CHANGES.txt file.
- cups-1.1.21rc2-preauth_security.patch and
cups-1.1.21rc2-usermode.patch and
cups-1.1.21-umlaut_printer.patch and
cups-1.1.23-testpage.patch are finally removed
since CUPS 1.3.10 because they were made for CUPS 1.1 and
were no longer applied since CUPS 1.2 in Suse Linux 10.3.
In particular cups-1.1.21rc2-usermode.patch can no longer
apply since CUPS 1.2 because RunAsUser in cupsd.conf is
no longer supported since CUPS 1.2, for more info see e.g. the
"RunAsUser removed; reassurance wanted" mails on cups(a)easysw.com.
Furthermore we neither got any Suse Linux/openSUSE user request
nor any SLE11 beta-tester/customer request for them.
- Replaced "--enable-static" by "--disable-static" in configure
so that the static libraries /usr/lib[64]/libcups.a and
/usr/lib[64]/libcupsimage.a are no longer built and included
in the cups-devel package to enforce detection of other software
which might be built with static CUPS libraries so that those
other software could be fixed to use the dynamic libraries
(see also Novell/Suse Bugzilla bnc#509945).
- Set BROADCAST="ipp" in cups.SuSEfirewall2 source file (which
gets installed as /etc/sysconfig/SuSEfirewall2.d/services/cups)
so that adding "cups" to allowed services in the firewall
also allows CUPS Browsing information via UDP broadcasts
(Novell/Suse Bugzilla bnc#498429).
- cups-1.3.9-cupsImageReadTiff.patch fixes an integer overflow
in the "_cupsImageReadTIFF()" function CVE-2009-0163
(CUPS STR #3031 and Novell/Suse Bugzilla bnc#485895).
==== dejagnu ====
Version update (1.5.1 -> 1.5.2)
- Update to dejagnu 1.5.2
* New boards and bugfixes
==== docbook5-xsl-stylesheets ====
- Slightly adapted %post and %postun section to fix bsc#918565
==== docbook_5 ====
Version update (5.0 -> 5.1CR3)
- Fixed subtle XML catalog bug (bsc#918565)
- Added DocBook 5.1CR3
- Spec file changes:
. Make post and postun sections work
. Lots of entries in XML catalogs need to be generated, so it's
easier to use for loops
==== dracut ====
- Do no longer package 02caps: patch 90 takes care of removing it.
==== elfutils ====
Subpackages: libasm1 libdw1 libelf1 libelf1-32bit
- Make ebl modversion predictable to allow build-compare (bnc#916043)
==== cpp ====
Subpackages: gcc gcc-c++ gcc-fortran gcc-gij gcc-info gcc-java gcc-objc libgcj-devel libstdc++-devel
- add a gcc-PIE subpackage, which enables building PIE binaries
by default using the defaults.spec file. bsc#912298
- Add libstdc++-devel-32bit and libstdc++-devel-64bit packages.
[bnc#890226]
==== gnome-control-center ====
Subpackages: gnome-control-center-color gnome-control-center-user-faces
- Add
gnome-control-center-power-fix-initial-state-of-Bluetooth.patch:
The initial state of the switch was never set, so if it happened
to be on, the switch didn't match reality (bgo#725654).
==== gnome-font-viewer ====
Version update (3.14.0 -> 3.14.1)
- Update to version 3.14.1:
+ Fix a crash due to an uninitialized variable.
+ Updated translations.
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi grub2-x86_64-xen
- add luks, gcry_rijndael, gcry_sha1 to signed EFI image to support
LUKS partition in default setup (boo#917427)
- enable i386-xen (boo#891043)
==== haveged ====
Subpackages: libhavege1
- haveged-dracut.module: include haveged into the initrd for
randomness generation.
- haveged.service: adjust so it is started before journald
and also make sure it is shutdown quite late.
- regenerate initrd on installation.
==== inn ====
- fix bashisms
- updated patches:
+ inn-2.5.4.diff
==== kbd ====
- Convert changelog to utf8
==== kernel-default ====
Subpackages: kernel-default-devel
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== kernel-desktop ====
Subpackages: kernel-desktop-devel
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== kernel-docs ====
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== kernel-pv-devel ====
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== kernel-devel ====
Subpackages: kernel-macros kernel-source
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== kernel-syms ====
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== kernel-xen ====
Subpackages: kernel-xen-devel
- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places,
so let's disable it until a proper solution to fix it is found.
References: bko#92581
(cherry picked from commit a26077781b14f8b6c48517927216eb5b923de54d)
- commit 1133f88
==== libbluray1 ====
- Use proper homepage.
==== libcaca0 ====
Version update (0.99.beta18 -> 0.99.beta19)
- Update to version 0.99beta19
* No changelog available
- Remove automake-1.12.patch; fixed on upstream release
==== libdiscid0 ====
Version update (0.5.2 -> 0.6.1)
- Add baselibs.conf as source
- Update to version 0.6.1
* LIB-59: windows: fix bug preventing ISRC reads
- Changes from version 0.6.0
* LIB-41: add discid_get_troc_string() for fuzzy toc lookup
* LIB-54: add libmusicbrainz example with fuzzy toc lookup
* LIB-43: windows: the default drive is the first cd drive letter
* LIB-45: Linux/BSD/Solaris: try several possible default device names
* LIB-28: Mac: allow drive numbers as devices, default now "1"
* LIB-55, LIB-56: allow drive numbers for Windows and Linux
* LIB-53: discid_get_submission_url() returns the new NGS url
currently no functional change, the old url was redirected
* LIB-52: more validation for parameters of discid_put()
* LIB-48: assert successful read/put when API is used
* the discisrc example prints the name of the device used
- Add pkgconfig(libmusicbrainz5) build require; new upstream dependency
- Update libdiscid-no-crypto.patch
==== libpipeline1 ====
Version update (1.2.6 -> 1.4.0)
- Update to version 1.4.0
* Various portability fixes for Solaris. This includes a
PIPELINE_QUIET environment variable which suppresses the error
message normally emitted when a subprocess is terminated by a signal.
* Add `pipecmd_fchdir', which is analogous to `pipecmd_chdir' but
takes an open file descriptor rather than a path.
==== libQt5Core5 ====
Subpackages: libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk2
- Added patches from upstream:
Fix-Meta-shortcuts-on-XCB.patch (qtbug#43572),
Fix-detection-of-GCC5.patch,
Fix-physical-DPI-and-size-for-rotated-screens-on-X11.patch
(qtbug#43688), Fix-typo-in-Qt5CoreMacroscmake.patch,
Make-sure-theres-a-scene-before-using-it.patch (qtbug#44509),
Multi-screen-DPI-support-for-X11.patch (qtbug#43713),
QSystemTrayIcon-handle-submenus-correctly.patch,
Update-mouse-buttons-from-MotionNotify-events.patch
(qtbug#32609, qtbug#35065, qtbug#43776, qtbug#44166, qtbug#44231),
X11-devicePixelRatio-screen-mapping-fix.patch (qtbug#43713) and
xcb-Dont-return-0-from-QXcbKeyboard-possibleKeys.patch
(qtcreatorbug#9589)
==== libreoffice ====
Subpackages: libreoffice-base libreoffice-base-drivers-mysql libreoffice-calc libreoffice-calc-extensions libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-icon-theme-galaxy libreoffice-icon-theme-hicontrast libreoffice-icon-theme-oxygen libreoffice-icon-theme-sifr libreoffice-icon-theme-tango libreoffice-impress libreoffice-kde4 libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-ru libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-writer libreoffice-writer-extensions
- Reduce bit the compilation preparations as we prepped most of the
things by _constraints and it is no longer needed
- %pre is not enough the script needs to be rewritten in lua
- Move removal of obsolete dirs from %pretrans to %pre bnc#916181
==== gdk-pixbuf-loader-rsvg ====
Version update (2.40.6 -> 2.40.7)
Subpackages: librsvg-2-2 librsvg-devel typelib-1_0-Rsvg-2_0
- Update to version 2.40.7:
+ Fixed unfiled bug from fuzz testing, where the convolution
filter had an integer multiplication overflow.
+ Fix build of rsvg-convert on Windows.
+ Fix a bunch of compiler warnings.
+ Bugs fixed from fuzz testing: bgo#703102, bgo#738050,
bgo#738169, bgo#744270, bgo#744299.
==== libstorage-ruby ====
Subpackages: libstorage6
- mount subvolumes of btrfs root filesystem during installation
(for fate#318392)
==== libtasn1 ====
Subpackages: libtasn1-6 libtasn1-6-32bit libtasn1-devel
- Put C API documentation into -devel package.
Use modern %make_install. Description fix.
==== libyui-ncurses6 ====
Version update (2.46.8 -> 2.46.10)
- NCTimeField input validity check
- NCDateField input validity check
- Implementation of optional widget YTimeField
- Implementation of optional widget YDateField
- new class NCInputText to share code between NCTimeField, NCDateField
and NCInputField
- 2.46.10
- don't use internal ncurses (_nc_) functions (bnc #915945)
- 2.46.9
==== libncurses5 ====
Subpackages: libncurses5-32bit libncurses6 ncurses-devel ncurses-utils tack terminfo terminfo-base
- Add ncurses patch 20150124
+ add configure check to determine if "local: _*;" can be used in the
".map" files to selectively omit symbols beginning with "_". On at
least recent FreeBSD, the wildcard applies to all "_" symbols.
+ remove obsolete/conflicting rule for ncurses.map from
ncurses/Makefile.in (cf: 20130706).
- Apply symbol versioning only for SUSE version greater that 1320
- Now with symbol version control
- Add ncurses patch 20150117
+ improve description in INSTALL of the --with-versioned-syms option.
+ add combination of --with-hashed-db and --with-ticlib to
configurations for ".map" files (report by Werner Fink).
- Add ncurses-5.9-avoid-line-markers.dif to pass -P to the preprocessor
when generating lib_gen.c to avoid breaking the parsing with AWK
of the preprocessor output of GCC 4.9 and up.
- Add ncurses patch 20150110
+ add a step to generating ".map" files, to declare any remaining
symbols beginning with "_" as local, at the last version node.
+ improve configure checks for pkg-config, addressing a variant found
with FreeBSD ports.
+ modify win_driver.c to provide characters for special keys, like
ansi.sys, when keypad mode is off, rather than returning nothing at
all (discussion with Eli Zaretskii).
+ add "broken_linker" and "hashed-db" configure options to combinations
use for generating the ".map" and ".sym" files.
+ avoid using "ld" directly when creating shared library, to simplify
cross-compiles. Also drop "-Bsharable" option from shared-library
rules for FreeBSD and DragonFly (FreeBSD #196592).
+ fix a memory leak in form library Free_RegularExpression_Type()
(report by Pavel Balaev).
- Add ncurses patch 20150103
+ modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
+ change map files to make _nc_freeall a global, since it may be used
via the Ada95 binding when checking for memory leaks.
+ improve sed script used in 20141220 to account for wide-, threaded-
variations in ABI 6.
- Add ncurses patch 20141227
+ regenerate ".map" files, using step overlooked in 20141213 to use
the same patch-dates across each file to match ncurses.map (report by
Sven Joachim).
- Add ncurses patch 20141221
+ fix an incorrect variable assignment in 20141220 changes (report by
Sven Joachim).
- Add ncurses patch 20141220
+ updated Ada95/configure with macro changes from 20141213
+ tie configure options --with-abi-version and --with-versioned-syms
together, so that ABI 6 libraries have distinct symbol versions from
the ABI 5 libraries.
+ replace obsolete/nonworking link to man2html with current one,
regenerate html-manpages.
==== libopenal1 ====
Version update (1.15.1 -> 1.16.0)
Subpackages: libopenal1-32bit openal-soft
- Update to version 1.16.0
* Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor
effects.
* Implemented high-pass and band-pass EFX filters.
* Implemented the high-pass filter for the EAXReverb effect.
* Implemented SSE2 and SSE4.1 linear resamplers.
* Implemented Neon-enhanced non-HRTF mixers.
* Implemented a QSA backend, for QNX.
* Implemented the ALC_SOFT_pause_device, AL_SOFT_deferred_updates,
* AL_SOFT_block_alignment, AL_SOFT_MSADPCM, and AL_SOFT_source_length
extensions.
* Fixed resetting mmdevapi backend devices.
* Fixed clamping when converting 32-bit float samples to integer.
* Fixed modulation range in the Modulator effect.
* Several fixes for the OpenSL playback backend.
* Fixed device specifier names that have Unicode characters on Windows.
* Added support for filenames and paths with Unicode (UTF-8) characters on
Windows.
* Added support for alsoft.conf config files found in XDG Base Directory
* Specification locations (XDG_CONFIG_DIRS and XDG_CONFIG_HOME, or their
defaults) on non-Windows systems.
* Added a GUI configuration utility (requires Qt 4.8).
* Added support for environment variable expansion in config options (not
keys or section names).
* Added an example that uses SDL2 and ffmpeg.
* Modified examples to use SDL_sound.
* Modified CMake config option names for better sorting.
* HRTF data sets specified in the hrtf_tables config option may now be
relative or absolute filenames.
* Made the default HRTF data set an external file, and added a data set for
48khz playback in addition to 44.1khz.
* Added support for C11 atomic methods.
* Improved support for some non-GNU build systems.
- Add gcc-c++ requirement; new dependency
- Use %cmake macro
==== perl ====
Subpackages: perl-32bit perl-base perl-doc
- use rm with -f to avoid prompts for rpmbuild in terminals
==== apache2-mod_php5 ====
Subpackages: php5 php5-bcmath php5-bz2 php5-calendar php5-ctype php5-curl php5-dba php5-devel php5-dom php5-exif php5-fastcgi php5-ftp php5-gd php5-gettext php5-gmp php5-iconv php5-imap php5-json php5-ldap php5-mbstring php5-mcrypt php5-mysql php5-odbc php5-openssl php5-pdo php5-pear php5-pgsql php5-shmop php5-snmp php5-sockets php5-sqlite php5-suhosin php5-sysvsem php5-sysvshm php5-tidy php5-tokenizer php5-wddx php5-xmlreader php5-xmlwriter php5-xsl php5-zip php5-zlib
- added README.default_socket_timeout [bnc#907519]
- fix sle_11_sp3 build
==== libruby2_1-2_1 ====
Subpackages: ruby2.1 ruby2.1-devel ruby2.1-stdlib
- add make-gem-build-reproducible.patch to make sure the gems created
with gem build don't use the time of the build, but the mtime of
the Gemfile
==== libsqlite3-0 ====
Version update (3.8.8.1 -> 3.8.8.2)
Subpackages: libsqlite3-0-32bit sqlite3 sqlite3-devel sqlite3-doc
- SQLite 3.8.8.2:
* Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that
it truncates the WAL file even if there is no checkpoint work
to be done.
==== sysconfig ====
Subpackages: sysconfig-netconfig
- dhcp: add variables for handling of DHCPv4 user-class (bsc#909307)
[+ 0001-dhcp-network-variables-for-dhcp4-user-class.909307.patch]
==== tar ====
- extract files recursively with --files-from (bnc#913058)
* added tar-recursive--files-from.patch
- call autoreconf in %prep
==== valgrind ====
Subpackages: valgrind-devel
- gcc-version.patch: Add support for GCC 5.
==== yast2-country ====
Version update (3.1.18 -> 3.1.19)
Subpackages: yast2-country-data
- Propose local time when running in a VMware VM, do not display
a warning when local time is selected (bnc#773323)
- 3.1.19
==== yast2-hardware-detection ====
Version update (3.1.5 -> 3.1.6)
- added VMware and VirtualBox VM detection (bnc#773323)
(paths .probe.is_vmware and .probe.is_vbox)
- 3.1.6
Removed packages:
juk
libQt5Sql5-unixODBC
libtunepimp
> libtunepimp-devel
> libtunepimp5
Added packages:
cups-filters
> cups-filters-cups-browsed
ibus-libpinyin
libQt5Sql5-mysql
libopencc2
> opencc
> opencc-data
libqpdf13
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0
[opensuse-factory] libsigsegv build fail with kernel 3.18.3
by Dimstar / Dominique Leuenberger 22 Feb '15
by Dimstar / Dominique Leuenberger 22 Feb '15
22 Feb '15
Dear Kernel hackers,
We're having an interesting case that needs urgent diagnosis in Factory
(as it's a ring-1 package, it blocks anything else from entering, as the
staging areas all show the same issue).
The issue: libsigsegv fails the test suite since the kernel has been
updated to 3.18.3 (before we had 3.18.1).
The test suite is intentionally 'badly written' and is supposed to cause
sigsegv for various cases. The current tests failing are around stack
overflows. Up to kernel 3.18.1, those reported SIGSEGV back, but it
seems nowadays we get a SIGBUS (which is not in scope of a library
called libSIGSEGV to be caught).
Are you aware of or can think of any change in the kernel that would
cause this to happen?
Or is the error the stackoverflow sample tries to catch, simply no
longer meant to be caught by a sigsegv?
One of the tests failing is the code to be found at
http://git.savannah.gnu.org/cgit/libsigsegv.git/tree/tests/stackoverflow1.c
Thanks a lot for your help!
Dominique
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
11
31
Hello,
On two of my Factory systems, sudo does not work (but does on others).
They have the same trivial /etc/sudoers.d/af file granting my user
unrestricted rights, and the authentication/authorization part does seem
to work okay. However when running "sudo reboot" or "sudo echo foo",
simply nothing happens beyond the password request if not cached, i.e.
it seems as if the argument does not get executed.
su with interactive commands works just fine though.
I've already tried to forcefully reinstall "sudo" and "permissions"
packages, and removing and reinstalling "sudo" package with no luck.
Using yast2-sudo to write back the settings did not help either.
The file permissions look identical on both config files and on the
executable, including the sticky bit.
The nosuid option is _not_ set on the ext4 root filesystem.
If I try to run "strace sudo echo foo", then it complains about the
effective UID not being 0, both on working and non-working systems.
Could this be due to some kernel config option? Most of my armv7hl
Factory systems are running the latest linux-next.git next-20150220, but
it happened also with earlier kernels on those systems.
Any ideas what else to check?
Thanks,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
7
11
I'm getting the same when i'm running mono with a (windows) .NET code
(opensimulator.org) not sure if this is a Opensuse bug so maybe ask on
the mono mailing lists. Or a "gdb-heap" package for OpenSUSE 13.x
here's my log file, its rather big so open it online or download it...
online:
http://goo.gl/MmjeAm
______________________________________________________________________________________
My Twitter Page:
http://twitter.com/OpenSimFan
My Facebook page (be my friend, please )
http://www.facebook.com/andre.verwijs
My Google+ page (follow me please )
André Verwijs - Google+ https://plus.google.com/111310545842863442992
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0
I'm getting the same when i'm running mono with a (windows) .NET code
(opensimulator.org) not sure if this is a Opensuse bug so maybe ask on
the mono mailing lists. Or a "gdb-heap" package for OpenSUSE 13.x
here's my log file, its rather big so open it online or download it...
online:
http://goo.gl/MmjeAm
______________________________________________________________________________________
My Twitter Page:
http://twitter.com/OpenSimFan
My Facebook page (be my friend, please )
http://www.facebook.com/andre.verwijs
My Google+ page (follow me please )
André Verwijs - Google+ https://plus.google.com/111310545842863442992
1
0
[opensuse-factory] [Fixed] kde4 mime-list is broken for iso file associations -- they appear as text files
by Roman Bysh 22 Feb '15
by Roman Bysh 22 Feb '15
22 Feb '15
Hello List Mates,
A patch was submitted earlier today by maintainers of shared-mime-info.
This fixes the broken iso file associations appearing as plain text files.
Bumping priority for ISO images glob matching.
See: https://bugs.freedesktop.org/show_bug.cgi?id=80877#c14
I have passed the information to my Bugzilla report.
See: https://bugzilla.opensuse.org/show_bug.cgi?id=904100#c21
If you can't wait for the new release it can be fixed quite easily.
Open /usr/share/mime/packages/freedesktop.org.xml
Search for the x-cd-image entry
The original glob pattern entry is:
<glob pattern="*.iso"/>
Changed it to:
<glob pattern="*.iso" weight="80"/>
Close Dolphin or Konqueror.
Run as root:
update-mime-database /usr/share/mime/
Restart Dolphin or Konqueror to view the changes.
--
Cheers!
Roman
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
4
8
21 Feb '15
Changed packages:
==== Mesa ====
Subpackages: Mesa-32bit Mesa-devel Mesa-dri-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libEGL1-32bit Mesa-libGL-devel Mesa-libGL1 Mesa-libGL1-32bit Mesa-libGLESv1_CM-devel Mesa-libGLESv1_CM1 Mesa-libGLESv2-2 Mesa-libGLESv2-devel Mesa-libglapi-devel Mesa-libglapi0 Mesa-libglapi0-32bit libOSMesa-devel libOSMesa9 libOSMesa9-32bit libgbm-devel libgbm1 libgbm1-32bit libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libwayland-egl-devel libwayland-egl1 libxatracker2
- moved definition of Mesa-libd3d package above definition of
libxatracker packages in order to fix version requires
- fixed Requires for libd3d-devel
- enabled build of Direct3D 9 (Gallium3D Nine) state tracker (bnc#910109)
- removed obsolete patch u_be_assert_include.patch, addressed by
upstream commit 2a13ff9 "gallium/util: add missing u_debug include"
(bnc#910109)
- Set xvmc_support also on ppc
==== abiword ====
Version update (3.0.0 -> 3.0.1)
Subpackages: libabiword-3_0
- Update to version 3.0.1:
+ See http://www.abiword.org/release-notes/3.0.1.phtml for an
overview of all bugs fixed in this release.
- Drop upstream fixed patches: abiword-3.0.0-html_segfault.patch,
abiword-boost.patch, abiword-gcrypt-1.6.0.patch and
abiword-librevenge.patch.
- Drop libtool, autogen and automake BuildRequires: we don't touch
the buildsystem anymore.
- Drop the in-file copy of upstream's autogen.sh: as we don't have
to bootstrap, there is no need to preserve this code piece. If
we ever need it again, we better sync up with upstreams changes
at that moment again.
- Add abiword.appdata.xml to the package.
==== abiword-docs ====
Version update (3.0.0 -> 3.0.1)
- Update to version 3.0.1:
+ Documentation updated for abiword 3.0.1.
==== accountsservice ====
Version update (0.6.39 -> 0.6.40)
Subpackages: libaccountsservice0 typelib-1_0-AccountsService-1_0
- Update to version 0.6.40:
+ Support large UIDs better.
+ Don't require X11 display to fetch user with X11 session.
+ Ensure accountsservice doesn't start before NSS works.
==== alsa ====
Subpackages: alsa-devel libasound2 libasound2-32bit
- Backport upstream fixes: new OXFW hwdep definition, chmap print
overflow fix, improvement of UCM parser, GoogleNyan UCM config,
removal of gethostbyname() usages:
0061-hwdep-add-OXFW-driver-support.patch
0062-pcm-fix-buffer-overflow-in-snd_pcm_chmap_print.patch
0063-control-enable-octal-and-hexadecimal-parse.patch
0064-autotools-fix-ucm-partial-build.patch
0065-conf-ucm-GoogleNyan-Add-configuration.patch
0066-ucm-add-binary-configure-file-parse.patch
0067-Remove-unused-hostname-resolution-in-shm-plugins-and.patch
- Suppress timestamps in the generated documents for make the
package comparison easier:
alsa-docs-suppress-timestamp.patch
==== binutils ====
Subpackages: binutils-devel
- eh-frame-hdr-on-shared-lib-bfd.patch: Don't create .eh_frame_hdr on
shared lib bfd, fixes building libgcj on ppc64
==== bison ====
Version update (3.0.2 -> 3.0.3)
- Update to version 3.0.3
Bug fixes
* C++ with Variants (lalr1.cc)
Problems with %destructor and '%define parse.assert' have been fixed.
* Named %union support (yacc.c, glr.c)
Bison 3.0 introduced a regression on named %union such as
%union foo { int ival; };
The possibility to use a name was introduced "for Yacc compatibility".
It is however not required by POSIX Yacc, and its usefulness is not clear.
* %define api.value.type union with %defines (yacc.c, glr.c)
The C parsers were broken when %defines was used together with "%define
api.value.type union".
* Redeclarations are reported in proper order
Documentation
* Bison now installs various files in its docdir (which defaults to
'/usr/local/share/doc/bison'), including the three fully blown examples
extracted from the documentation:
- rpcalc
Reverse polish calculator, a simple introductory example.
- mfcalc
Multi-function Calc, a calculator with memory and functions and located
error messages.
- calc++
a calculator in C++ using variant support and token constructors.
- Split out translation files
- Pass "--docdir=%{_docdir}/%{name}" and do not perform %doc anymore
==== btrfsprogs ====
Version update (3.18.1 -> 3.18.2)
Subpackages: libbtrfs0
- version 3.18.2
* qgroup show: print human readable sizes, options to say otherwise
* check: new option to explicitly say no to writes
* mkfs: message about trimming is not printed to stderr
* fi show: fixed return value
* tests: new infrastructure
* btrfstune: force flag can be used together with seeding option
* backtrace support is back
* getopt cleanups
* doc and help updates
==== calibre ====
Version update (2.17.0 -> 2.18.0)
- Update to version 2.18.0:
* New features:
_ Edit Book: Add 'Style Classes' and 'Links' report pages to the Reports tool
- Tag browser: Allow expanding all children of a node by right clicking and choosing 'Expand All'
- Preferences: Re-arrange the controls to avoid needing to move the mouse from the top to the bottom of the dialog when closing the dialog after making some changes
* Bug fixes:
- Save to Disk: Fix a bug where when multiple books are being saved to disk, if the save to disk template results in identical filenames, the filenames were not being properly disambiguated.
- Preferences: Use a dialog instead of a main window to workaround Qt's poor handling of full screen mode on OS X Yosemite
* Improved news sources:
- Al Jazeera in English
==== checkmedia ====
Version update (3.3 -> 3.4)
- updated git2log script
- 3.4
==== clamav ====
- Don't need sendmail for building clamav-milter anymore,
sendmail-devel is enough (bnc#915414).
- bnc#914505: Config file merging and temp file creation got moved
to %pre by mistake. Put them back to %post.
- Restore the updateclamconf script (bnc#908731).
- Fix a step backwards in the soname version from 0.98.4 to 0.98.5
(https://bugzilla.clamav.net/show_bug.cgi?id=11193,
clamav-soname.patch).
==== colord ====
Version update (1.2.7 -> 1.2.8)
Subpackages: libcolord2 libcolorhug2
- Update to version 1.2.8:
+ Bugfixes:
- Check for dbus when enabling sane.
- Do not use the deprecated GUsbDeviceList.
- Fix build without gobject-introspection.
- Fix possible critical warning when using g_dbus_watch_name().
==== coreutils ====
- Add upstream patches for df(1) from upstream, thus aligning with SLES12:
* df: improve mount point selection with inaccurate mount list:
- coreutils-df-improve-mount-point-selection.patch
* doc: mention that df -a includes duplicate file systems (deb#737399)
- coreutils-df-doc-df-a-includes-duplicate-file-systems.patch
* df: ensure -a shows all remote file system entries (deb#737399)
- coreutils-df-show-all-remote-file-systems.patch
* df: only suppress remote mounts of separate exports with --total
(deb#737399, rh#920806, boo#866010, boo#901905)
- coreutils-df-total-suppress-separate-remotes.patch
- Refresh patches:
* coreutils-chroot-perform-chdir-unless-skip-chdir.patch
* coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
==== farstream-data ====
Version update (0.2.6 -> 0.2.7)
Subpackages: gstreamer-plugins-farstream
- Update to version 0.2.7:
+ Add "send-rtcp-mux" parameters to fsrtpsession.
+ Add MTU and buffer splitting to rtpxdatapay.
+ Fix crash if srtpenc/dec is missing.
+ Bug fixes.
- Rename libfarstream-0_2-2 to libfarstream-0_2-5, following
upstreams soname bump.
==== file ====
Version update (5.21 -> 5.22)
Subpackages: file-devel file-magic libmagic1 libmagic1-32bit
- Update to file version 5.22 (also related to bsc#913650 and bsc#913651)
* add indirect relative for TIFF/Exif
* restructure elf note printing to avoid repeated messages
* add note limit, suggested by Alexander Cherepanov
* Bail out on partial pread()'s (Alexander Cherepanov)
* Fix incorrect bounds check in file_printable (Alexander Cherepanov)
* PR/405: ignore SIGPIPE from uncompress programs
* change printable -> file_printable and use it in
more places for safety
* in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
is present print the interpreter name.
- Patch file-5.18-elf.dif is modified and renamed to file-5.22-elf.dif
- Patch file-5.20.dif s modified and renamed to file-5.22.dif
==== libfltk1 ====
- Add fltk-1.3.3-do-not-use-internal-ABI.patch: do not use internal
function Fl_XFont_On_Demand::value(), which changes ABI based on
the configuration. Add a fl_core_font() getter for the same.
==== gitg ====
Subpackages: gitg-lang libgitg-1_0-0 libgitg-ext-1_0-0
- Add gitg-Show-correct-header-bars-buttons.patch: Show the correct
header bars buttons depending on the state.
==== glew-devel ====
Version update (1.11.0 -> 1.12.0)
- update of baselibs.conf
- Version bump to 0.12.0
* support for new extensions
* bugixes:
.pc -I flags inconsistent with *.h includes
Missing defines: GL_COPY_{READ|WRITE}_BUFFER_BINDING
multiple const GLchar *const* errors
PFNGLSHADERSOURCEPROC incorrect in 1.11.x
GL_GEOMETRY_SHADER & GL_FRAGMENT_SHADER
==== gnome-do ====
Version update (0.95.1 -> 0.95.3)
Subpackages: gnome-do-lang
- Update to version 0.95.3:
+ Fixes session-wide hang when Do is set to show the window on
startup.
- Changes from version 0.95.2:
+ Small update to fix the website link and GTK threading crash
with new GLib.
==== gnucash ====
Version update (2.6.4 -> 2.6.5)
Subpackages: gnucash-lang
- Update to version 2.6.5:
+ Pre-compile scm files when building with guile 2.
+ Fix build-time hard-coded path introduced by the guile2
compile changes.
+ Prevent crash when standards-report dir doesn't exist.
+ QIF Import crashes when closing via the 'X' button on the last
page.
+ Omit extension on calls to load-extension.
+ Use one common base directory to store all scheme files and
modules.
+ Guile module structure cleanup.
+ Harmonize variable names used to refer to guile modules in all
makefiles.
+ Add missing comma in call to gtk_tree_store_set().
+ Revert to using numerical indexes for the x-axis on bar charts.
+ Aqbanking: Add display of aqbanking subaccountid in initial
correspondence setup.
+ Aqbanking online SEPA transfer: Allow transfers without BIC,
only IBAN. Also add IBAN checking.
+ Aqbanking transfer: Make IBAN and BIC text entry fields filter
digits or alphas correctly as needed.
+ Adapt german SKR03 account template to updated tax rate.
+ Allow GUILE1_PROGS as m4 name.
+ Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure.
+ Updated translations.
- Drop gnucash-guile1.patch: Fixed upstream.
==== hyper-v ====
- Check return value of setsockopt call
- Improve error logging in VSS daemon.
- Check return value of poll call
- Properly pack the data for file copy functionality
- make struct hv_do_fcopy match Hyper-V host messages
==== iceauth ====
Version update (1.0.6 -> 1.0.7)
- Update to version 1.0.7:
+ autogen.sh: Honor NOCONFIGURE=1.
+ configure: Drop AM_MAINTAINER_MODE.
+ config: Add missing AC_CONFIG_SRCDIR.
+ More constification cleanup.
+ Free old argv array if realloc fails to enlarge it.
+ Print which option was in error along with usage message.
+ Add -V flag to print version.
+ Fix "noexistent" typo in error message.
+ Actually print command list in usage message.
==== ilmbase-devel ====
Version update (2.1.0 -> 2.2.0)
- updated openexr.keyring from the savannah project page.
- Update to version 2.2.0
* Bumped version to track OpenEXR
- Bump so_suffix to 2_2-12 and libHalf11 to libHalf12 according to
upstream changes
- removed arm-build.diff: upstream?
- removed fix-i586.patch: upstream?
- Bump so version in baselibs.conf
==== install-initrd-openSUSE ====
Version update (14.157 -> 14.158)
- add overlayfs module
- 14.158
==== java-1_8_0-openjdk ====
Subpackages: java-1_8_0-openjdk-headless
- Removed patch
* aarch64-b12tob21.patch
- replaced by one that forward-ports to b22
- Added patch
* aarch64-b12tob22.patch
- forward-port the aarch64 hotspot to b22.
==== jing ====
- Fixed name of saxon jar [bsc#914681]
==== libass5 ====
Version update (0.10.2 -> 0.12.1)
- Update to version 0.12.1
* Make ASS drawings with an extremely high number of control points work
This change increases compatibility with VSFilter.
* Bugfixes
- Fix a crash when using newer harfbuzz versions (GH #155)
- Load embedded memory fonts correctly
- Large shadow offsets rendered incorrectly (GH #142)
- Fix incorrect closing of last drawing contour
- Fix issues with undefined behavior in shifts
- Lots of of malloc() error checking
- Update home and download source Url to new project home
- Add baselibs.conf in sources list for Factory
- add versioned Requires to devel pkg, enca is required by pkgconfig
==== libbluray1 ====
Version update (0.6.2 -> 0.7.0)
- Update to version 0.7.0:
+ Add player setting for BD-J persistent storage and cache paths.
+ Add support for system fonts. BD-J fonts in jre/lib/fonts/
are not required anymore.
+ Add BD-J organization ID and disc ID to BLURAY_DISC_INFO.
+ Release still mode when BD-J terminates.
+ Implement BD-J caching.
+ Improve BD-J compability.
+ Java 8 compability fixes.
+ Fix storage size for bdjo object reference in BLURAY_DISC_INFO.
+ Fix BD-J on-disc font usage.
+ Fix animations in some BD-J menus.
+ Fix BD-J storage path charset issues in Windows.
==== libdv4 ====
- libdv-endian.patch : Fix endiannnes tests to rely on the
compiler instead on the precence of C library definitions
This is more important for dv_types.h public header because
BYTE_ORDER is only defined when USE_MISC is.
- libdv-visibility.patch: Export only the public API (dv.h)
private symbols are now hidden so the unprefixed ones
do not name-clash with other components of the system.
==== libdvdread-devel ====
Version update (5.0.0 -> 5.0.1)
Subpackages: libdvdread4
- Update to version 5.0.1:
* support DragonFly BSD bswap
* new md5 implementation, under LGPL
* fix partial reads
* fix warnings and code cleanup
==== libgpg-error-devel ====
Version update (1.17 -> 1.18)
Subpackages: libgpg-error0 libgpg-error0-32bit
- update to 1.18:
* New translations for Hungarian, Portuguese, Russian, and
traditional Chinese. Updated other translations.
* New error codes.
* Interface changes relative to the 1.17 release:
GPG_ERR_FORBIDDEN NEW.
GPG_ERR_OBJ_TERM_STATE NEW.
GPG_ERR_REQUEST_TOO_SHORT NEW.
GPG_ERR_REQUEST_TOO_LONG NEW.
GPG_ERR_LEGACY_KEY NEW.
==== libgweather-3-6 ====
Version update (3.14.2 -> 3.14.3)
Subpackages: libgweather-data libgweather-devel typelib-1_0-GWeather-3_0
- Update to version 3.14.3:
+ Location database fixes (bgo#743092, bgo#743111, bgo#743112).
+ Updated translations.
==== libmbim-glib4 ====
Version update (1.10.0 -> 1.12.0)
- Update to version 1.12.0:
+ New `--enable-mbim-username' option during configure, which
allows specifying which will be the user owning the
/dev/cdc-wdm character devices of all MBIM modems (udev rules
are installed to change file ownership). If this option is
used, the mbim-proxy will only allow connections from processes
running by the specified user or by the root user.
+ Function error messages can now be returned by the MbimDevice
as responses to `Command', `Open' or `Close' messages. Users of
the library should not assume the type of message returned to
the previous actions.
+ The MbimProxy will monitor for 'NotOpened' errors, and when one
detected it will directly close the internal MbimDevice. Any
subsequent request sent by clients to that specific device will
be aborted with a proxy-generated 'NotOpened' error. Clients
will need to explicitly reopen the ports in that case.
+ The API now has a new mbim_message_response_get_result() method
which allows getting a GError from a message which may be of a
specific type (e.g. a `Command Done' message in response to a
`Command' request) or instead the generic `Function Error'
message type. Users of the library can use this new method to
avoid assuming the type of message returned.
+ Other bugfixes and minor improvements:
- Attach timeout and idle events to the thread-default context.
- Fix bashisms in the mbim-network script.
- Drop libmbim-1.10.0-fix-bashisms.patch: fixed upstream.
==== gstreamer-0_10-libnice ====
Version update (0.1.8 -> 0.1.10)
Subpackages: gstreamer-libnice libnice10
- Update to version 0.1.10:
+ Fix bug on component change on the sink.
- Changes from version 0.1.9:
+ Make it possible to statically build the GStreamer plugins.
+ Bug fixes, in particular fix compatibility with coTurn servers.
+ Documentation fixes.
==== libofx ====
Version update (0.9.9 -> 0.9.10)
Subpackages: libofx-devel libofx6
- Update to version 0.9.10:
+ Fix missing balance dates (ledger_balance_date,
available_balance_date).
==== libqmi-glib1 ====
Version update (1.10.2 -> 1.12.0)
Subpackages: libqmi-tools
- Update to version 1.12.0:
+ New `--enable-qmi-username' option during configure, which
allows specifying which will be the user owning the
/dev/cdc-wdm character devices of all QMI modems (udev rules
are installed to change file ownership). If this option is
used, the qmi-proxy will only allow connections from processes
running by the specified user or by the root user.
+ New TLV builder and reader API, which is much more strict and
secure. The autogenerated code will no longer first check if
there is enough space available in the output message buffer
and then write the parsed contents. Instead, the new reader API
will be used, which is able to check for the expected size
directly before writing in the buffer.
+ New unit tests to check messages built by the libqmi-glib
library, using a fake proxy. In order to support these, the
QmiDevice has two new properties:
- "device-no-file-check": instructs the QmiDevice to avoid
checking if the specified file exists.
- "device-proxy-path": specifies a custom abstract socket path
for the QmiProxy, to avoid using the default one.
+ New A-GPS support in the PDS service:
- pds: added "Get Default Tracking Session" request/response.
- pds: added "Set Default Tracking Session" request/response.
- pds: added "Get AGPS Config" request/response.
- pds: added "Set AGPS Config" request/response.
+ Updated minumum available version of several messages:
- dms: "UIM Get IMSI" seems to be available in DMS 1.1 already.
- dms: "UIM Get ICCID" seems to be available in DMS 1.1
already.
+ Other bugfixes and minor improvements:
- Attach timeout and idle events to the thread-default context.
- Fix bashisms in the qmi-network script.
- Fix qmi_message_set_transaction_id() in non-CTL messages.
- Fix segfault due to race condition in the QmiProxy.
- Fixed printing contents of structs with fixed sized strings
in qmi-codegen.
- Drop libqmi-1.10.2-fix-bashisms.patch: fixed upstream.
==== libssh-devel ====
Version update (0.6.3 -> 0.6.4)
Subpackages: libssh4
- removing argument from popd
- add baselibs.conf as source
- Update to version 0.6.4
* Fixed CVE-2014-8132.
* Added SHA-2 for session ID signing with ECDSA keys.
* Added support for ECDSA host keys.
* Added support for more ECDSA hostkey algorithms.
* Added ssh_pki_key_ecdsa_name() API.
* Fixed setting the bindfd only after successful listen.
* Fixed issues with user created sockets.
* Fixed several issues in libssh C++ wrapper.
* Fixed several documentation issues.
* Fixed channel exit-signal request.
* Fixed X11 request screen number in messages.
* Fixed several memory leaks.
==== libwacom-data ====
Version update (0.10 -> 0.11)
Subpackages: libwacom2
- Update to version 0.11:
+ Better detection of wireless tablets on kernels 3.18.
+ New devices: Cintiq Companion.
==== libxml++-2_6-2 ====
Version update (2.37.1 -> 2.37.2)
Subpackages: libxml++-devel
- Update to version 2.37.2:
+ Add version information to libxml++config.h.
+ Document: Avoid possible null pointer dereference (bgo#732604).
+ Element::set_namespace_declaration(): Update the node's
associated namespace. Add dom_update_namespace example program
(bgo#737682).
+ Add Node::add_child_with_new_ns() (bgo#737682).
+ Schema: Don't use null pointers in get_name(),
get_target_namespace() and get_version().
+ Add XsdSchema and XsdValidator. Deprecate Schema and
SchemaValidator.
+ Add RelaxNGSchema and RelaxNGValidator (bgo#737712).
+ Parser: Add input operator>>(std::istream& in, Parser& parser)
(bgo#329281).
+ Documentation: Use doxygen-extra.css from the mm-common
package. Requires mm-common 0.9.7 when configured to use
maintainer-mode.
+ Build: Avoid infinite loop with Doxygen 1.8.6.
==== libyui-qt6 ====
Version update (2.46.14 -> 2.46.15)
- added keyboard shortcuts to Help and Release Notes buttons
(bnc#880983)
- 2.46.15
- added QT-specific dialog for displaying release notes
==== libLLVM ====
Subpackages: libLLVM-32bit
- Add a gcc dependency for clang, this is heavyweight but we need
libgcc_s which comes with the gcc package (bnc#893359)
==== lsb-release ====
- Read /etc/lsb-release.d/* even if /etc/lsb-release does not
contain a LSB_VERSION entry
- codename is not the distribution version
==== device-mapper ====
Subpackages: device-mapper-32bit lvm2
- Don't replace lvm.conf
==== man-pages ====
Version update (3.77 -> 3.78)
- update to 3.78:
- new and rewritten pages
* execveat.2, memfd_create.2, s390_pci_mmio_write.2
- newly documented interfaces in existing pages
* fcntl.2:
Document F_ADD_SEALS and F_GET_SEALS commands
* proc.5:
Document /proc/sys/vm/compact_memory
Document /proc/sys/fs/nr_open
- etc. see Changes for details
==== libmono-2_0-1 ====
Version update (3.10.0 -> 3.12.0)
Subpackages: libmono-2_0-devel libmonoboehm-2_0-1 libmonoboehm-2_0-devel mono-core mono-data mono-data-sqlite mono-extras mono-mvc mono-wcf mono-web mono-winforms mono-winfxcore
- update 3.12.0
* Major performance and memory consumption improvements on SGen.
* Improve the heuristic of the ThreadPool to maximize efficiency and minimize the number of Threads.
* New cert-sync tool automatically syncs Mono?s certificate store against the OS certificate store on Linux
* X86 code now generate pushless code. This is faster on modern CPUs.
* Multiple fixes in the profiler to make statistical sampling reliable and functional without kernel assisted sampling.
* Mono users no longer need to run mozroots to get SSL working.
* Switched to adaptative hill climbing for sizing the pool.
* The supervisor thread now goes into deep sleep when no new jobs are submitted for a while. This should save power on targets running on batteries.
* Reorganized how major heap blocks are manipulated for increased efficiency of the major collection.
* Reduced memory consumption by better sizing of allocation buckets.
* Switched to a simpler heuristics for major heap sizing that is more stable and avoid unexpected spikes.
* Removed the parallel collector, it was an experimental feature that did not provide an effective speedup. It will be brought back in the future with a functioning design.
* Removed the fixed heap configuration, it was an experimental feature that did not deliver enough of a performance improvement.
* Avoid asserts on shutdown when the appdomain unload callbacks are called on the debugger thread during shutdown. Fixes bxc#24342.
* Fix the calculation of the epilog size for EH info. Fixes bxc#24577.
* Fix a class initialization race which happens if a class initializer initializes a got slot before it finishes running. Fixes bxc#23242.
* Fix OP_LOCALLOC on arm so it correctly adjusts sp with the param area size even if the size is large. Fixes bxc#24221.
* Disable the extension of i8/i16 arguments to i32 on arm64, since the ios calling convention passes them differently than i32. Fixes bxc#22800.
* Use NULLIFY_INS () to nullify instructions and use MONO_INST_NEW to create phi node instructions to avoid asserts in the spill pass. Fixes bxc#24006.
* Rewrite the way direct calls are made between llvm methods. Previously all calls were made to plt entries and the plt entry symbols were aliased to point to the corresponding method if the method was directly callable using the .set assembler directive. This doesn?t seem to work with newer LLVM/CLANG versions, so do this completely on the LLVM side using Value::replaceAllUsesWith (). Fixes bxc#23976.
* Make process handles non-shared. Fixes bxc#23423.
* Fix the return of vtypes containing a single fp member from pinvoke methods on OS X/x86. Fixes bxc#23813.
* Fix an SRE assert. Fixes bxc#19039.
* Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a2 for calls made from NEWOBJ too. Fixes bxc#23557.
* Make each CASTCLASS_CACHE patch unique by generating a unique identifier from the method index and an per-method counter. Fixes bxc#23478.
* Disallow generic classes with explicit layout. Fixes bxc#23438.
* Add an option to make debugger invokes virtual. Part of the fix for #23385.
* Allow renaming of threadpool threads. Fixes bxc#23206.
* Fix the unregistration of our exception handler on Windows. Fixes bxc#23221.
* Make calls from gshared to gsharedvt sharable methods indirect since otherwise at runtime we might find an instantiation and we cannot patch the call, leading to performance problems. Fixes bxc#23021.
* Allow the SIZEOF opcode in gsharedvt code if it doesn?t reference a gsharedvt type. Fixes bxc#22711.
* Fix mono_marshal_free_ccw (). Fixes bxc#22414.
* Fixes DbEnumerator current property to clone read data. Fixes bxc#24452
* Allow sending of text data longer than 4000 characters by using a different column type. Fixes bxc#21172.
* Implement MonoGenericClass:GetCustomAttributes () for created types. Fixes bxc#23769.
* Improved BlockingCollection.AddAny. Fixes bxc#22775.
* Implement KnownTypes for DataContractJsonSerializer. Fixes bxc#23058
* HttpQSCollection.ToString now url encodes values. Fixes bxc#22557.
* Call SetupRequestAsync only after ContentType changes. Fixes bxc19529.
* Notify parent task when child task uses NotOnFaulted. Fixes bxc#23594
* Use TZ transitions when AdjustementRules are ignored. Fixes bxc#23170.
* Timespan ticks formatting rewrite. Fixes bxc#23376
* Improved Json deserialization of floating-point numbers. When DataContractJsonSerializer was created from type object, deserialization of floating.point numbers was not possible. Fixes 21583.
* Test Json deserialization of a floating-point number as object. Covers bxc#21583.
* Rss20ItemFormatter.ReadFrom now sets Id when guid is PermaLink. Fixes bxc#23262.
* fix bxc#23318 - XComment.ToString() accepts ?invalid? values.
* Uri made from UNIX path and RelativeOrAbsolute is now relative. Fixes bxc#22954.
* UriParseComponents no longer decodes ?@? in UserInfo. Fixes bxc#23246.
* Update en-NZ designators. Fixes bxc#22212
* Update to my last fix for bxc#22129.
* Copy out/ref parameters on async call; bxc#22129.
* If not specified assume that array items are nullable. Fixes bxc#19012.
* Added optional serialization based on ShouldSerialize{V}. SerializationCodeGenerator and XmlSerializationWriterInterpreter will no longer serialize an attribute named {V} if its object has a method named ShouldSerialize{V}() that returns false. {V}Specified now is also checked to be true before serializating the attribute even if it is a property that is not settable. Fixes bxc#1852.
* GMT DateTimeOffset is now properly parsed. Fixes bxc#22851. GMT date formats set useutc to true, so now useutc is checked to init DateTimeOffset with a zero offset.
* Improved CalendricalCalculations fixed_from_dmy methods. Fixes bxc#21930. In some cases fixed_from_dmy is used with the month parameter greater than the number of months of that year. Year is now incremented until month parameter is valid.
* Enumerate all subdirectories including the first one. Fixes bxc#22857
* Encode ContentDisposition name. Fixes bxc#18422
* When needed serialized objects are now implicitly converted. Fixes bxc#20403.
* Fix ClientWebSocket.ReceiveAsync() with small buffer; bxc#22704.
* Tokenize dash only in range values. Fixes bxc#22764
* Added time format with only offset. Fixes bxc#22558.
* fix bxc#6512 (by Mikkel Kruse Johnsen) - don?t deserialize GET parameters.
* Added support for UriComponents.SerializationInfoString. Fixes bxc#21571.
* Unify handling of default ctor and zero. Fixes bxc#22591
* Make SendAsync state free to handle recursive calls. Fixes bxc#22724
* Actually fix #22179 to allow concurrent requests.
* DateTime.Parse now handles unlimited number of fractional digits. This change was made because .NET can parse ISO8601 format with an unlimited number of fractional digits. Fixes bxc#22417.
* Added test ISO8601FractionalDigits. Covers #22417.
* Delay reflection hit to actual execution point. Workarounds #22522
* Update RequestMessage.RequestUri.AbsoluteUri after redirect. Fixes bxc#22383
* Catch exceptions thrown by SerialPortStream.Dispose () when called from the finalizer. Fixes bxc#15514
* KeyPairPersistence now tries to fix folder permissions. An exception is no longer thrown if the folder permissions can be fixed. Fixes bug bxc#19274.
* A pointer-type may be used as the type of a volatile field. Fixes bxc#23770
* Correctly identify constant switch section when value match is not section start. Fixes bxc#23475
* Check for true/false user operators on unwrapped nullable type. Fixes bxc#23199
* More tweaks to conditional tokenizer. Fixes bxc#23319
* Populate inherited constraints member cache from types not only base types. Fixes bxc#23017
* Fix removing incomplete generic types from eval cache. Fixes bxc#22393
* Parsing of ternary expressions whose then condition is a lambda. Fixes bxc#22523
- add gc-64bit-portability-warning.patch
==== mozilla-nspr ====
Version update (4.10.7 -> 4.10.8)
Subpackages: mozilla-nspr-devel
- update to version 4.10.8
* bmo#573192: remove the stack-based PRFileDesc cache.
* bmo#756047: check for _POSIX_THREAD_PRIORITY_SCHEDULING > 0 instead
of only checking if the identifier is defined.
* bmo#782113: Add NSPR support for FreeBSD ppc/ppc64/arm.
* bmo#782124: Implement PR_GetPhysicalMemorySize on FreeBSD/DragonFly.
* bmo#1060292: Make PR_Assert() and PR_Abort() output visible in the
logcat on Android.
* bmo#1089908: Fix variable shadowing in _PR_MD_LOCKFILE. Use
PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu).
* bmo#1105144: Two places in NSPR's pruthr.c cast a pointer to long,
which isn't correct on 64-bit Windows.
* bmo#1060401: change import library name under mingw.
* bmo#1106600: Replace PR_ASSERT(!"foo") with PR_NOT_REACHED("foo") t
fix clang -Wstring-conversion warnings.
* bmo#1107063: link NSPR libs with -soname on OpenBSD.
* bmo#1120772: Avoid defining snprintf when MSVC provides it.
==== notification-daemon ====
Version update (0.7.6 -> 3.14.1)
- Update to version 3.14.1:
+ Rename existing .desktop file to
notification-daemon-autostart.desktop and add back regular
.desktop file.
- Changes from version 3.14.0:
+ Desktop file moved to autostart.
+ Fix notifications with long text.
+ Updated .doap file.
+ Fix crash with newer glib versions.
+ Fix crash in nd_notification_get_is_transient.
==== ntp ====
Subpackages: ntp-doc
- Add ntp.NetworkManager: install NetworkManager dipatcher hook:
if the DHCP Server delivers NTP Servers, accept those and
configure NTP using the information (boo#900982).
==== libopencv2_4 ====
Subpackages: opencv opencv-devel
- Add specific buildrequires for libpng15, so that we are
building against the system provided libpng.
==== openexr-devel ====
Version update (2.1.0 -> 2.2.0)
- Update to 2.2.0
* DreamWorks Lossy Compression A new high quality, high performance lossy
compression codec contributed by DreamWorks Animation. This codec allows
control over variable lossiness to balance visual quality and file size.
This contribution also includes performance improvements that speed up
the PIZ codec.
* IlmImfUtil A new library intended to aid in development of image file
manipulation utilities that support the many types of OpenEXR images.
* This release also includes improvements to cross-platform build support
using CMake.
- Bumped the soname, and now we have libIlmImf and libIlmImfUtil
- Removed openexr-2.1.0-headers.patch
- Updated openexr.keyring from the savannah project page.
==== pam ====
Subpackages: pam-32bit pam-devel
- Re-add lost patch encryption_method_nis.diff [bnc#906660]
- Update to current git:
- Linux-PAM-git-20150109.diff replaces Linux-PAM-git-20140127.diff
- obsoletes pam_loginuid-log_write_errors.diff
- obsoletes pam_xauth-sigpipe.diff
- obsoletes bug-870433_pam_timestamp-fix-directory-traversal.patch
- increase process limit to 1200 to help chromium users with many tabs
==== pam-config ====
- fix bashism in postun script
==== perl-Bootloader ====
Version update (0.828 -> 0.829)
Subpackages: perl-Bootloader-YAML
- Determine disk device from sysfs tree
- 0.829
==== postfix ====
Subpackages: postfix-doc
- Don't install sysvinit script when systemd is used
- Make explicit PreReq dependencies conditional only for older
systems
- Don't try to set explicit attributes to symlinks
- Cleanup spec file vith spec-cleaner
==== python-qt4 ====
Version update (4.11.2 -> 4.11.3)
Subpackages: python-qt4-devel python-qt4-utils
- Update to 4.11.3
- This is a bug-fix release.
==== python3-pip ====
Version update (6.0.6 -> 6.0.7)
- update to version 6.0.7:
* Fix a regression where Numpy requires a build path without
symlinks to properly build.
* Fix a broken log message when running pip wheel without a
requirement.
* Don?t mask network errors while downloading the file as a hash
failure.
* Properly create the state file for the pip version check so it
only happens once a week.
* Fix an issue where switching between Python 3 and Python 2 would
evict cached items.
* Fix a regression where pip would be unable to successfully
uninstall a project without a normalized version.
==== python3-setuptools ====
Version update (12.0.4 -> 12.0.5)
- update to version 12.0.5:
* Issue #339: Correct Attribute reference in "cant_write_to_target".
==== quilt ====
- dont-substitute-release.patch: mail: Don't include the release
number in User-Agent.
- Update upstream references.
- quilt-el-fix-tramp-support.patch: quilt-el: Fix tramp support.
- quilt-el-fix-patch-select-completion.patch: quilt-el: Fix patch
select completion.
- hackweek-11-13-setup-let-normalize_path-deal-with-dot.patch:
setup: Let normalize_path deal with ".".
- hackweek-11-14-setup-fix-link-creation.patch: setup: Fix link
creation.
==== rpm ====
Subpackages: rpm-32bit rpm-build rpm-devel
- fix bashisms in brp-compress, symset-table and check-rpaths
scripts
- fix shebang in find-supplements.ksyms script that contains
bash-specific constructions
- updated patches:
* modalias.diff
* modalias-kernel_module.diff
* brpcompress.diff
- add patches:
* rpm-4.12.0.1-fix-bashisms.patch
==== sessreg ====
Version update (1.0.8 -> 1.1.0)
- Update to version 1.1.0:
+ Include utmp.h if present, even if we're using utmpx
interfaces.
+ Attempt to modernize and better disentangle utmp vs. utmpx in
the man page.
+ Stop disabling utmpx & wtmpx calls when -u & -w arguments are
passed.
+ If both utmp & utmpx interfaces are available, just use utmpx.
+ Zero initialize struct utmpx, as we already do for struct utmp.
+ Print which option was in error along with usage message.
+ autogen.sh: Honor NOCONFIGURE=1.
+ configure: Drop AM_MAINTAINER_MODE.
==== slrn ====
Version update (1.0.1 -> 1.0.2)
Subpackages: slrn-lang
- Update to version 1.0.2
+ src/misc.c: slrn_verror needed va_copy when writing to the log
file.
+ src/post.c: Move the cursor to the end of the line when
querying for a postpone filename.
+ Added support for building slrnpull on win32.
+ Made a note in the install files that slang+modules+slsh need
to be installed.
+ macros/mime.sl: mime_process_multipart added to the
read_article_hook.
+ Updated the FSF address
+ src/interp.c: The MAKE_INTRINSIC specification for the
get_charset intrinsic wrapper function was incorrect leading
to a SegV.
+ src/interp.c: Fixed a memory leak in the article_as_string
functions.
+ configure: Parse /etc/ld.so.conf to look for additional lib
paths
+ contrib/cleanscore: Fix perl prototypes
+ macros/multipart.sl: Fixed usage of the string_match return value.
+ src/mime.c: Do not mime-encode the In-Reply-To header.
+ src/sltcp.c: Set the gnutls global log level to 0 as a
work-around for a connection issue when a higher value
is used. (deb#728189>
+ src/interp.c: If get_header_flags is called with an optional
non-zero integer argument, then it will return the full set of
header flags associated with the current header. Symbolic
constants that correspond to these flags were also added to the
interpreter interface.
+ po/Makefile.in.in, src/Makefile.in: Ignore install error when GNU
msgfmt is not installed.
+ src/Makefile.in: Add support for CPPFLAGS
+ autoconf/configure.ac: Updated libs for current gnutls
+ src/group.c: Updated default value of query_read_group_cutoff to
1000 to reflect faster networks.
+ doc/score.txt: Added a note about where to find the documentation
for the slang regular expressions
+ src/slrn.c: Added support for SIGQUIT (deb#673529)
+ src/ttymsg.c: Strip \001 highlight characters from messages
written to the terminal when not in fullscreen mode (deb#631021).
+ src/*.c,*.h: Updated copyright year for upcoming release.
+ NEWS file added with release notes.
+ autoconf/: updated configure scripts
+ src/Makefile.in: slang 2.2.3 or greater now required.
+ po/Makefile.in.in: Do not remove .gmo files if msgmerge is not
installed.
- Added:
+ slrn-1.0.2.tar.gz
==== star ====
- Add missing requires for star main package
- Create subpackage with spax binary and compatibility link for pax.
This is needed for LSB compatibility.
==== libamd-2_4_1 ====
Subpackages: libcamd-2_4_1 libccolamd-2_9_1 libcholmod-3_0_5 libcolamd-2_9_1 libsuitesparseconfig-4_4_3 libumfpack-5_7_1
- Fix linking config
- Add linking tests
==== libgudev-1_0-0 ====
Subpackages: libgudev-1_0-devel libudev-devel libudev1 libudev1-32bit systemd systemd-32bit systemd-bash-completion systemd-logger systemd-sysvinit typelib-1_0-GUdev-1_0 udev
- Add patch kbd-model-map.patch to add missed keyboard layouts
which are offered by YaST2 (bsc#910643 and boo#897803)
==== systemd-rpm-macros ====
- Update with new macros from systemd 218
- Remove empty sections from specfile
==== tcsh ====
- Enable tcsh checks but be aware that this can not be done in parallel
- Backup tcsh-6.15.00-blanks.dif away before update a working copy
- Cleanup with spec-cleaner to order header data
- Use %lang_package macro to remove redundant stuff
- Drop unused patch tcsh-6.15.00-blanks.dif
- Run make with more threads
- Move the commented check to check section to silence rpmlint
==== nautilus-totem ====
Version update (3.14.1 -> 3.14.2)
Subpackages: totem totem-plugin-zeitgeist totem-plugins
- Update to version 3.14.2:
+ Stop thumbnailing when starting playback.
+ Keep the controls visible when seeking with the slider.
+ Show popup when seeking with the keyboard.
+ Only show videos longer than 5 seconds.
+ Hide source which provide torrent URLs.
+ Fix translation support in thumbnailer.
+ Fix Totem doubling files added on the cmd line.
+ Handle "Powerpoint" buttons on remotes.
+ Remove spacing around preferences tabs.
==== unzip ====
Subpackages: unzip-doc
- Add Fix-CVE-2014-8139-unzip.patch: fix heap overflow condition in
the CRC32 verification (fixes bnc#909214)
- Add Fix-CVE-2014-8140-and-CVE-2014-8141.patch: fix write error
(*_8349_*) shows a problem in extract.c:test_compr_eb(), and:
read errors (*_6430_*, *_3422_*) show problems in
process.c:getZip64Data() (fixes bnc#909214)
==== libblkid-devel ====
Subpackages: libblkid1 libblkid1-32bit libmount1 libmount1-32bit libsmartcols1 libuuid-devel libuuid1 libuuid1-32bit util-linux
- Remove pam_securetty.so from /etc/pam.d/login. By definition,
local logins are always secure. Remote logins actually use
/etc/pam.d/remote by way of `/bin/login -h` (such as rlogind).
This solves the problem that root logins are erroneously rejected
when using kmscon(8) or `machinectl login`, because they use
ptys.
==== util-linux-systemd ====
- Remove pam_securetty.so from /etc/pam.d/login. By definition,
local logins are always secure. Remote logins actually use
/etc/pam.d/remote by way of `/bin/login -h` (such as rlogind).
This solves the problem that root logins are erroneously rejected
when using kmscon(8) or `machinectl login`, because they use
ptys.
==== gvim ====
Subpackages: vim vim-data
- Add vim-speedup-gc.patch to improve garbage collection performance.
Based on https://github.com/neovim/neovim/pull/1761 (boo#899747)
- Modify vim-7.3-filetype_changes.patch to expand tabs when editing
* .changes files (bnc#900839)
- Update suse.vimrc to stop remembering file positions for git
commit cases. This fixes bnc#538369 and based on msys commits
1ef258e and 65ffc90.
==== virtualbox ====
Subpackages: virtualbox-guest-kmp-default virtualbox-guest-kmp-desktop virtualbox-guest-tools virtualbox-guest-x11 virtualbox-host-kmp-default virtualbox-host-kmp-desktop virtualbox-qt
- Cleanup with spec-cleaner
- Remove really obsolete conditionals due to buildstatus everywhere
==== vm-install ====
Version update (0.8.34 -> 0.8.38)
- bnc#915102 - vm-install is broken
- Version 0.8.38
- bnc#857916 - keymap option not passed to xen vm
- Version 0.8.37
- bnc#913744 - DomU upgrade from SLES 11 SP3 to SLES 12 using
installation source doesn't give you the option to upgrade
- Version 0.8.36
- Fix get_running_vms parsing for libvirt managed VMs.
- Use grub.xen to boot os13.2 PV guests
- Version 0.8.35
==== libwayland-client0 ====
Version update (1.6.0 -> 1.6.91)
Subpackages: libwayland-client0-32bit libwayland-cursor0 libwayland-server0 libwayland-server0-32bit wayland-devel
- Update to new upstream prerelease 1.6.91
* The codebase's doxygen documentation was revamped
- Update to new upstream release 1.6.1
* Maintenance release for Wayland 1.6, with a handful of fixes
pulled from the 1.7 tree that improve handling of several error
situations between server and clients.
==== xdm ====
- /etc/X11/xdm/keytable"
* improved warning message, when mapping for console keyboard
doesn't exist (bnc#914880)
==== xinit ====
- startx.cpp:
* /usr/X11R6/bin/X --> /usr/bin/X
* /var/X11R6/bin/X --> /var/lib/X11/X
- refreshed patches
==== liblzma5 ====
Subpackages: liblzma5-32bit xz xz-devel
- Avoid running configure twice and using -fprofile-generate or
- fprofile-use for compiling configure tests when profiling.
==== yast2-http-server ====
- check for manually created files in order to prevent data loss
(bsc#860856)
==== yast2-installation ====
Version update (3.1.128 -> 3.1.129)
- allow keyboard layout testing in language dialog (bsc#889549)
- 3.1.129
==== yast2-multipath ====
- fixed \r character lost during conversion to Ruby
==== yast2-online-update ====
Version update (3.1.8 -> 3.1.9)
Subpackages: yast2-online-update-frontend
- remove obsolete legacy patch callbacks
- 3.1.9
==== yast2-packager ====
Version update (3.1.56 -> 3.1.57)
- remove obsolete legacy patch callbacks
- 3.1.57
- fixed \r and \b characters lost during conversion to Ruby
==== yast2-sound ====
Version update (3.1.6 -> 3.1.7)
- do not set any icon in Confirm.Detection() call
- 3.1.7
==== yast2-storage ====
Version update (3.1.50 -> 3.1.51)
- fixed callback for mount graph handling
- version 3.1.51
==== yast2-transfer ====
- fixed \r character lost during conversion to Ruby
==== zsh ====
- Add back rpm completion file (bnc#900424)
Removed packages:
bundle-lang-common-nb
libfarstream-0_2-2
libGLEW1_11
libHalf11
> libIex-2_1-11
> libIexMath-2_1-11
> libIlmThread-2_1-11
> libImath-2_1-11
libmsn-devel
> libmsn0_3
libQt5Sql5-postgresql
libIlmImf-Imf_2_1-21
pax
Added packages:
WindowMaker
WindowMaker-themes
bison-lang
libfarstream-0_2-5
libGLEW1_12
libHalf12
> libIex-2_2-12
> libIexMath-2_2-12
> libIlmThread-2_2-12
> libImath-2_2-12
libQt5Sql5-unixODBC
libIlmImf-2_2-22
> libIlmImfUtil-2_2-22
spax
tcsh-lang
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
12
20
21 Feb '15
Changed packages:
==== avogadro ====
Subpackages: avogadro-devel libavogadro1
- fix using 'echo' command in avopkg script
- add patches:
* avogadro-1.1.0-avopkg-fix-echo.patch
==== curl ====
Subpackages: libcurl-devel libcurl4
- Re-enable metalink supoort
- Use pkgconfig() style dependencies
==== dos2unix ====
Version update (7.1 -> 7.2)
- Update to 7.2
* New: Japanese translation of the UI messages.
* New: Support Chinese GB18030 locale.
* Change: On Unix/Linux convert UTF-16 to the locale encoding. It is
no longer required that the locale encoding is UTF-8.
==== install-initrd-openSUSE ====
Version update (14.164 -> 14.165)
- Add new kernel module ipvlan for kernel 3.19.0
- 14.165
==== java-1_8_0-openjdk ====
Subpackages: java-1_8_0-openjdk-headless
- Modified patch
* system-libjpeg.patch
- correct the case mismatch that prevented JPEG decoder from
working correctly (bnc#905950)
==== java-1_9_0-openjdk ====
Version update (1.9.0.0~b48 -> 1.9.0.0~b50)
Subpackages: java-1_9_0-openjdk-headless
- Upgrade to upstream tag jdk9-b50
- Update the aarch64 hotspot to the current tip of aarch64-port
stage repository
- Added patch
* fix-system-jpeg-loading.patch
- correct the case mismatch that prevented JPEG decoder from
working correctly (boo#905950)
==== kernel-default ====
Version update (3.18.3 -> 3.19.0)
Subpackages: kernel-default-devel
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- commit 30e9ca2
- vm: add VM_FAULT_SIGSEGV handling support for XEN (bnc#917060).
- commit 48f695c
- Update Xen patches to 3.19-final.
- commit 7ba6009
- Update to 3.19-final.
- commit b47fe8e
- Linux 3.18.6.
- Delete patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support.
- Delete
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS.
- commit ec2a744
- rpm/kernel-binary.spec.in: Fix build if there is no *.crt file
- commit c5b1275
- Update Xen patches to 3.19-rc7 and c/s 1279.
- Update Xen config files.
- commit f6f5ce5
- Update to 3.19-rc7.
- commit 7505c11
- rpm/constraints.in: Lower the requirement to 4 CPUs on POWER
- commit 9e50821
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
than SIGBUS.
- vm: add VM_FAULT_SIGSEGV handling support.
- commit fe77e87
- Linux 3.18.5.
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
- Refresh patches.xen/xen3-patch-3.15.
- Update config files.
- commit f378da4
- Update to 3.19-rc6.
- Config changes:
- SENSORS_I5500=m (i386/x86_64)
- commit 5dca9d9
- Linux 3.18.4 (bnc#897736 bnc#905329 bnc#911356 bnc#911835).
- Delete
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple.
- Delete patches.drivers/drm-radeon-fix-sad_count-check-for-dce3.
- Delete patches.drivers/hp_accel-Add-support-for-HP-ZBook-15.
- Delete
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete.
- Update config files.
- commit abfc700
- rpm/package-descriptions: Describe kernel-pv (and correct kernel-ec2's).
- commit f7db992
- DocBook: Do not exceed argument list limit.
- commit 6eae009
- rpm/kernel-docs.spec.in: Do not ignore errors from make
- commit 86ebfa7
- Update x86_64 config files: CONFIG_SENSORS_NCT6683=m
The nct6683 driver is already enabled on i386 and history suggests
that it not being enabled on x86_64 is by mistake.
- commit e31f652
- rpm/kernel-binary.spec.in: Drop sparse from BuildRequires
- commit 9777c26
- rpm/kernel-binary.spec.in: Update the comment about NO_BRP_STALE_LINK_ERROR
There is no stale symlink in the installed system anymore, but there is
one during build.
- commit e575cce
- rpm/kernel-binary.spec.in: Own the modules directory in the devel
package (bnc#910322)
- commit d89b963
- Add x86 PV config files.
- commit 297f762
- Update Xen patches to 3.19-rc5 and c/s 1276.
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 9368e4c
- Fix Module.supported handling for external modules (bnc#905304).
- commit 26d68ed
- Update to 3.19-rc5.
- Config changes:
- I40E_FCOE=y
- commit 1548087
==== kernel-desktop ====
Version update (3.18.3 -> 3.19.0)
Subpackages: kernel-desktop-devel
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- commit 30e9ca2
- vm: add VM_FAULT_SIGSEGV handling support for XEN (bnc#917060).
- commit 48f695c
- Update Xen patches to 3.19-final.
- commit 7ba6009
- Update to 3.19-final.
- commit b47fe8e
- Linux 3.18.6.
- Delete patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support.
- Delete
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS.
- commit ec2a744
- rpm/kernel-binary.spec.in: Fix build if there is no *.crt file
- commit c5b1275
- Update Xen patches to 3.19-rc7 and c/s 1279.
- Update Xen config files.
- commit f6f5ce5
- Update to 3.19-rc7.
- commit 7505c11
- rpm/constraints.in: Lower the requirement to 4 CPUs on POWER
- commit 9e50821
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
than SIGBUS.
- vm: add VM_FAULT_SIGSEGV handling support.
- commit fe77e87
- Linux 3.18.5.
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
- Refresh patches.xen/xen3-patch-3.15.
- Update config files.
- commit f378da4
- Update to 3.19-rc6.
- Config changes:
- SENSORS_I5500=m (i386/x86_64)
- commit 5dca9d9
- Linux 3.18.4 (bnc#897736 bnc#905329 bnc#911356 bnc#911835).
- Delete
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple.
- Delete patches.drivers/drm-radeon-fix-sad_count-check-for-dce3.
- Delete patches.drivers/hp_accel-Add-support-for-HP-ZBook-15.
- Delete
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete.
- Update config files.
- commit abfc700
- rpm/package-descriptions: Describe kernel-pv (and correct kernel-ec2's).
- commit f7db992
- DocBook: Do not exceed argument list limit.
- commit 6eae009
- rpm/kernel-docs.spec.in: Do not ignore errors from make
- commit 86ebfa7
- Update x86_64 config files: CONFIG_SENSORS_NCT6683=m
The nct6683 driver is already enabled on i386 and history suggests
that it not being enabled on x86_64 is by mistake.
- commit e31f652
- rpm/kernel-binary.spec.in: Drop sparse from BuildRequires
- commit 9777c26
- rpm/kernel-binary.spec.in: Update the comment about NO_BRP_STALE_LINK_ERROR
There is no stale symlink in the installed system anymore, but there is
one during build.
- commit e575cce
- rpm/kernel-binary.spec.in: Own the modules directory in the devel
package (bnc#910322)
- commit d89b963
- Add x86 PV config files.
- commit 297f762
- Update Xen patches to 3.19-rc5 and c/s 1276.
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 9368e4c
- Fix Module.supported handling for external modules (bnc#905304).
- commit 26d68ed
- Update to 3.19-rc5.
- Config changes:
- I40E_FCOE=y
- commit 1548087
==== kernel-docs ====
Version update (3.18.3 -> 3.19.0)
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- commit 30e9ca2
- vm: add VM_FAULT_SIGSEGV handling support for XEN (bnc#917060).
- commit 48f695c
- Update Xen patches to 3.19-final.
- commit 7ba6009
- Update to 3.19-final.
- commit b47fe8e
- Linux 3.18.6.
- Delete patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support.
- Delete
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS.
- commit ec2a744
- rpm/kernel-binary.spec.in: Fix build if there is no *.crt file
- commit c5b1275
- Update Xen patches to 3.19-rc7 and c/s 1279.
- Update Xen config files.
- commit f6f5ce5
- Update to 3.19-rc7.
- commit 7505c11
- rpm/constraints.in: Lower the requirement to 4 CPUs on POWER
- commit 9e50821
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
than SIGBUS.
- vm: add VM_FAULT_SIGSEGV handling support.
- commit fe77e87
- Linux 3.18.5.
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
- Refresh patches.xen/xen3-patch-3.15.
- Update config files.
- commit f378da4
- Update to 3.19-rc6.
- Config changes:
- SENSORS_I5500=m (i386/x86_64)
- commit 5dca9d9
- Linux 3.18.4 (bnc#897736 bnc#905329 bnc#911356 bnc#911835).
- Delete
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple.
- Delete patches.drivers/drm-radeon-fix-sad_count-check-for-dce3.
- Delete patches.drivers/hp_accel-Add-support-for-HP-ZBook-15.
- Delete
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete.
- Update config files.
- commit abfc700
- rpm/package-descriptions: Describe kernel-pv (and correct kernel-ec2's).
- commit f7db992
- DocBook: Do not exceed argument list limit.
- commit 6eae009
- rpm/kernel-docs.spec.in: Do not ignore errors from make
- commit 86ebfa7
- Update x86_64 config files: CONFIG_SENSORS_NCT6683=m
The nct6683 driver is already enabled on i386 and history suggests
that it not being enabled on x86_64 is by mistake.
- commit e31f652
- rpm/kernel-binary.spec.in: Drop sparse from BuildRequires
- commit 9777c26
- rpm/kernel-binary.spec.in: Update the comment about NO_BRP_STALE_LINK_ERROR
There is no stale symlink in the installed system anymore, but there is
one during build.
- commit e575cce
- rpm/kernel-binary.spec.in: Own the modules directory in the devel
package (bnc#910322)
- commit d89b963
- Add x86 PV config files.
- commit 297f762
- Update Xen patches to 3.19-rc5 and c/s 1276.
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 9368e4c
- Fix Module.supported handling for external modules (bnc#905304).
- commit 26d68ed
- Update to 3.19-rc5.
- Config changes:
- I40E_FCOE=y
- commit 1548087
==== kernel-devel ====
Version update (3.18.3 -> 3.19.0)
Subpackages: kernel-macros kernel-source
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- commit 30e9ca2
- vm: add VM_FAULT_SIGSEGV handling support for XEN (bnc#917060).
- commit 48f695c
- Update Xen patches to 3.19-final.
- commit 7ba6009
- Update to 3.19-final.
- commit b47fe8e
- Linux 3.18.6.
- Delete patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support.
- Delete
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS.
- commit ec2a744
- rpm/kernel-binary.spec.in: Fix build if there is no *.crt file
- commit c5b1275
- Update Xen patches to 3.19-rc7 and c/s 1279.
- Update Xen config files.
- commit f6f5ce5
- Update to 3.19-rc7.
- commit 7505c11
- rpm/constraints.in: Lower the requirement to 4 CPUs on POWER
- commit 9e50821
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
than SIGBUS.
- vm: add VM_FAULT_SIGSEGV handling support.
- commit fe77e87
- Linux 3.18.5.
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
- Refresh patches.xen/xen3-patch-3.15.
- Update config files.
- commit f378da4
- Update to 3.19-rc6.
- Config changes:
- SENSORS_I5500=m (i386/x86_64)
- commit 5dca9d9
- Linux 3.18.4 (bnc#897736 bnc#905329 bnc#911356 bnc#911835).
- Delete
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple.
- Delete patches.drivers/drm-radeon-fix-sad_count-check-for-dce3.
- Delete patches.drivers/hp_accel-Add-support-for-HP-ZBook-15.
- Delete
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete.
- Update config files.
- commit abfc700
- rpm/package-descriptions: Describe kernel-pv (and correct kernel-ec2's).
- commit f7db992
- DocBook: Do not exceed argument list limit.
- commit 6eae009
- rpm/kernel-docs.spec.in: Do not ignore errors from make
- commit 86ebfa7
- Update x86_64 config files: CONFIG_SENSORS_NCT6683=m
The nct6683 driver is already enabled on i386 and history suggests
that it not being enabled on x86_64 is by mistake.
- commit e31f652
- rpm/kernel-binary.spec.in: Drop sparse from BuildRequires
- commit 9777c26
- rpm/kernel-binary.spec.in: Update the comment about NO_BRP_STALE_LINK_ERROR
There is no stale symlink in the installed system anymore, but there is
one during build.
- commit e575cce
- rpm/kernel-binary.spec.in: Own the modules directory in the devel
package (bnc#910322)
- commit d89b963
- Add x86 PV config files.
- commit 297f762
- Update Xen patches to 3.19-rc5 and c/s 1276.
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 9368e4c
- Fix Module.supported handling for external modules (bnc#905304).
- commit 26d68ed
- Update to 3.19-rc5.
- Config changes:
- I40E_FCOE=y
- commit 1548087
==== kernel-syms ====
Version update (3.18.3 -> 3.19.0)
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- commit 30e9ca2
- vm: add VM_FAULT_SIGSEGV handling support for XEN (bnc#917060).
- commit 48f695c
- Update Xen patches to 3.19-final.
- commit 7ba6009
- Update to 3.19-final.
- commit b47fe8e
- Linux 3.18.6.
- Delete patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support.
- Delete
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS.
- commit ec2a744
- rpm/kernel-binary.spec.in: Fix build if there is no *.crt file
- commit c5b1275
- Update Xen patches to 3.19-rc7 and c/s 1279.
- Update Xen config files.
- commit f6f5ce5
- Update to 3.19-rc7.
- commit 7505c11
- rpm/constraints.in: Lower the requirement to 4 CPUs on POWER
- commit 9e50821
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
than SIGBUS.
- vm: add VM_FAULT_SIGSEGV handling support.
- commit fe77e87
- Linux 3.18.5.
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
- Refresh patches.xen/xen3-patch-3.15.
- Update config files.
- commit f378da4
- Update to 3.19-rc6.
- Config changes:
- SENSORS_I5500=m (i386/x86_64)
- commit 5dca9d9
- Linux 3.18.4 (bnc#897736 bnc#905329 bnc#911356 bnc#911835).
- Delete
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple.
- Delete patches.drivers/drm-radeon-fix-sad_count-check-for-dce3.
- Delete patches.drivers/hp_accel-Add-support-for-HP-ZBook-15.
- Delete
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete.
- Update config files.
- commit abfc700
- rpm/package-descriptions: Describe kernel-pv (and correct kernel-ec2's).
- commit f7db992
- DocBook: Do not exceed argument list limit.
- commit 6eae009
- rpm/kernel-docs.spec.in: Do not ignore errors from make
- commit 86ebfa7
- Update x86_64 config files: CONFIG_SENSORS_NCT6683=m
The nct6683 driver is already enabled on i386 and history suggests
that it not being enabled on x86_64 is by mistake.
- commit e31f652
- rpm/kernel-binary.spec.in: Drop sparse from BuildRequires
- commit 9777c26
- rpm/kernel-binary.spec.in: Update the comment about NO_BRP_STALE_LINK_ERROR
There is no stale symlink in the installed system anymore, but there is
one during build.
- commit e575cce
- rpm/kernel-binary.spec.in: Own the modules directory in the devel
package (bnc#910322)
- commit d89b963
- Add x86 PV config files.
- commit 297f762
- Update Xen patches to 3.19-rc5 and c/s 1276.
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 9368e4c
- Fix Module.supported handling for external modules (bnc#905304).
- commit 26d68ed
- Update to 3.19-rc5.
- Config changes:
- I40E_FCOE=y
- commit 1548087
==== kernel-xen ====
Version update (3.18.3 -> 3.19.0)
Subpackages: kernel-xen-devel
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- fix a leak in bch_cached_dev_run() (bnc#910440).
- bcache: unregister reboot notifier when bcache fails to register
a block device (bnc#910440).
- bcache: fix a livelock in btree lock (bnc#910440).
- bcache: [BUG] clear BCACHE_DEV_UNLINK_DONE flag when attaching
a backing device (bnc#910440).
- bcache: Add a cond_resched() call to gc (bnc#910440).
- commit 30e9ca2
- vm: add VM_FAULT_SIGSEGV handling support for XEN (bnc#917060).
- commit 48f695c
- Update Xen patches to 3.19-final.
- commit 7ba6009
- Update to 3.19-final.
- commit b47fe8e
- Linux 3.18.6.
- Delete patches.fixes/vm-add-VM_FAULT_SIGSEGV-handling-support.
- Delete
patches.fixes/vm-make-stack-guard-page-errors-return-VM_FAULT_SIGS.
- commit ec2a744
- rpm/kernel-binary.spec.in: Fix build if there is no *.crt file
- commit c5b1275
- Update Xen patches to 3.19-rc7 and c/s 1279.
- Update Xen config files.
- commit f6f5ce5
- Update to 3.19-rc7.
- commit 7505c11
- rpm/constraints.in: Lower the requirement to 4 CPUs on POWER
- commit 9e50821
- vm: make stack guard page errors return VM_FAULT_SIGSEGV rather
than SIGBUS.
- vm: add VM_FAULT_SIGSEGV handling support.
- commit fe77e87
- Linux 3.18.5.
- Refresh patches.xen/xen3-auto-xen-kconfig.diff.
- Refresh patches.xen/xen3-patch-3.15.
- Update config files.
- commit f378da4
- Update to 3.19-rc6.
- Config changes:
- SENSORS_I5500=m (i386/x86_64)
- commit 5dca9d9
- Linux 3.18.4 (bnc#897736 bnc#905329 bnc#911356 bnc#911835).
- Delete
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple.
- Delete patches.drivers/drm-radeon-fix-sad_count-check-for-dce3.
- Delete patches.drivers/hp_accel-Add-support-for-HP-ZBook-15.
- Delete
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete.
- Update config files.
- commit abfc700
- rpm/package-descriptions: Describe kernel-pv (and correct kernel-ec2's).
- commit f7db992
- DocBook: Do not exceed argument list limit.
- commit 6eae009
- rpm/kernel-docs.spec.in: Do not ignore errors from make
- commit 86ebfa7
- Update x86_64 config files: CONFIG_SENSORS_NCT6683=m
The nct6683 driver is already enabled on i386 and history suggests
that it not being enabled on x86_64 is by mistake.
- commit e31f652
- rpm/kernel-binary.spec.in: Drop sparse from BuildRequires
- commit 9777c26
- rpm/kernel-binary.spec.in: Update the comment about NO_BRP_STALE_LINK_ERROR
There is no stale symlink in the installed system anymore, but there is
one during build.
- commit e575cce
- rpm/kernel-binary.spec.in: Own the modules directory in the devel
package (bnc#910322)
- commit d89b963
- Add x86 PV config files.
- commit 297f762
- Update Xen patches to 3.19-rc5 and c/s 1276.
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 9368e4c
- Fix Module.supported handling for external modules (bnc#905304).
- commit 26d68ed
- Update to 3.19-rc5.
- Config changes:
- I40E_FCOE=y
- commit 1548087
==== liblasem-0_4-4 ====
Version update (0.4.2 -> 0.4.3)
- Update to version 0.4.3:
+ Man page name fix.
+ Updated translations.
==== libpulse-devel ====
Version update (5.99.3 -> 6.0)
Subpackages: libpulse-mainloop-glib0 libpulse0 libpulse0-32bit pulseaudio pulseaudio-bash-completion pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-jack pulseaudio-module-lirc pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils
- Uptade to 6.0
+ a few bug fixes since RC3
- disable oFono support, oFono package is not in distribution
Note that oFono is needed only for Bluetooth HFP (Hands Free profile)
==== python3-setuptools ====
Version update (12.0.5 -> 12.2)
- update to version 12.2:
* Issue #345: Unload all modules under pkg_resources during
"ez_setup.use_setuptools()".
* Issue #336: Removed deprecation from "ez_setup.use_setuptools",
as it is clearly still used by buildout's bootstrap. "ez_setup"
remains deprecated for use by individual packages.
* Simplified implementation of "ez_setup.use_setuptools".
- update to version 12.1:
* Pull Request #118: Soften warning for non-normalized versions in
Distribution.
==== virtualbox ====
Version update (4.3.20 -> 4.3.22)
Subpackages: virtualbox-guest-kmp-default virtualbox-guest-kmp-desktop virtualbox-guest-tools virtualbox-guest-x11 virtualbox-host-kmp-default virtualbox-host-kmp-desktop virtualbox-qt
- Update to version 4.3.22:
+ VMM: refined measurement of TSC frequency on the host, improves timekeeping for guests
+ VMM: decreased CPU load resulting from guest MMIO writes to the virtual APIC
+ VMM: fixed interception of debug exceptions, observed while using the dbx debugger on Solaris guests (VT-x only)
+ GUI: 3D overlay window positioning code improved, fixed potential misplacement of 3D accelerated guest graphics content
+ GUI: fixed accident SSL authentication failures during update check on Windows hosts (bug #12969)
+ GUI: never send the "ACPI power" keyboard scancode to the guest, we have the ACPI power button for that
+ GUI: was unable to properly restore seamless mode VM from snapshot/saved-state under some circumstances
+ VBoxHeadless: don't crash if 3D is enabled in the VM settings (bug #10250)
+ ATA: fixed several passthrough issues (bugs #12310, #1360)
+ Audio: fixed DirectSound failure when the the host has no audio input device (Windows hosts only; bug #9205)
+ SB16: fixed compatibility issue (bug #13769)
+ Storage: fixed broken CD/DVD passthrough when using the IDE controller (bug #12310)
+ NAT: new ping proxy for Windows hosts (bug #11871)
+ NAT: Properly report outbound connect(2) failures to guest with TCP RST or ICMP (bug #10525)
+ NAT Network: no need for frequent wakeups in VBoxNetDHCP and VBoxNetNAT (bug #11681)
+ Host-only adapter: prevent Windows from creating an "Unidentified network" (bug #9688)
+ Bridged Networking: don't leak host-to-guest traffic to the wireless network when bridging to a wireless interface (bug #13714)
+ Main: fixed a possible race when changing the medium leading to a deadlock under rare conditions (bug #13722)
+ VBoxManage: fixed return code if starting a VM failed (bug #13773)
+ API: fixed 2 deadlock opportunities related to medium handling (bugs #13789, #13801, thank you Alexander Urakov)
+ API: fixed bug in XPCOM which created too few worker threads, sporadically resulting in a deadlock (bug #13802, thank you Alexander Urakov)
+ SDK: fixed a garbage collection leak in the Python VirtualBox webservice API binding (bug #13817)
+ Linux hosts: fixes for activated SMAP (Broadwell and later, bug #13820)
+ X11 guests: prevent unwanted hiding of guest screens on multi-monitor guests (bug #13287)
+ X11 guests: added support for X.Org Server 1.17
+ X11 Additions: fixed a memory leak in VBoxService if libdbus is available but dbus-daemon isn't running (bug #13770)
+ Windows Additions: prevent VBox WDDM driver from loading if host reports weak OpenGL capabilities. 3D content now can be shown over Remote Desktop connection.
+ Windows Additions: some fixes for recent Windows 10 Previews
+ Linux Additions: fixed a compatibility issue with 64-bit Linux 2.4 kernels
+ Linux Additions: fixed a potential use-after-free when unloading the VBoxGuest module
+ Linux Additions: Linux 3.19 fixes (bug #13741)
==== xen ====
Version update (4.5.0_02 -> 4.5.0_03)
Subpackages: xen-doc-html xen-kmp-default xen-kmp-desktop xen-libs xen-tools xen-tools-domU
- bnc#918169 - XEN fixes required to work with Kernel 3.19.0
xen.spec
- Package xen.changes because its referenced in xen.spec
Removed packages:
cloop-kmp-default
> cloop-kmp-desktop
> cloop-kmp-xen
esound-daemon
vmware-guest-kmp-default
> vmware-guest-kmp-desktop
pcfclock-kmp-default
> pcfclock-kmp-desktop
Added packages:
bundle-lang-common-ar
kernel-pv-devel
libmetalink3
pulseaudio-esound-compat
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0
How are you today? Hope this email finds you well!
We wish you to use our photo editing/retouching rervices at good rates.
We mainly specialize in : photoshop photo editing/retouching, jewellery
photo retouching, ecommerce products photo editing, photo cutting
out/clipping Path, beauty/skin retouching, wedding image editing, and photo
background manipulation.
You may send us photo for free testing to check our quality
Looking for your soonest Response.
Thanks,
Ralf Tan
Email: ralfcontact(a)sina.com
-------------------------------------------------
This e-mail message and its attachments are intended solely for the use of
the address hereof. In addition, this message and the attachments may
contain information that is confidential, privileged and exempt from
disclosure under applicable law. If you are not the intended recipient of
this message, you are prohibited from reading, disclosing, reproducing,
distributing, disseminating or otherwise using this transmission. Delivery
of this message to any person other than the intended recipient is not
intended to waive any right or privilege. If you have received this message
in error, please promptly notify the sender and immediately delete this
message from your system.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0