Changed packages: ==== adobe-sourcecodepro-fonts ==== - Add a metainfo.xml file for presence in AppStream metadata. ==== appstream-glib ==== Version update (0.3.6+git.20150407 -> 0.3.6+git.20150409) Subpackages: libappstream-builder7 libappstream-glib7 - Update to version 0.3.6+git.20150409: + Fix a crash for an invalid AppData file ==== aria2 ==== Version update (1.18.8 -> 1.18.10) Subpackages: aria2-lang - update to version 1.18.10: * Add encoding specifier to Russian man page Fixes GH-341 * Mingw: Use _wgetenv to get user's home directory Fixes GH-342 * Handle linux getrandom returning EINTR on interrupts/signals Fixes GH-336 - additional changes from 1.18.9: * Support HTTP date ending "+0000" as well as "GMT". Closes GH-330 * Revise getRandom facilities Closes GH-320 * Added debug log of all Metalink URLs with final priorities * Use gcc-4.9 and android-16 API level for android build * Add --bt-force-encryption option * TLS: Fix memory leak with OpenSSL * Warn about insecure SSL connections. Fixed GH-313 * Add --min-tls-version option * LibsslTLSContext: Disable SSLv3 and enable ECDHE cipher suites * Add Dockerfile.mingw * Fix crash when JSON batch response vector is empty * Fix doc: Wrong rpc secret token prefix * Add --bt-detach-seed-only option * mingw: Use MoveFileExW for better atomic move * Work around libintl's vprintf macro messing with OutputFile::vprintf * Fix crash on OSX when proxy is used See GH-275 * Support Adler32 checksum ==== coreutils ==== - If coreutils changes, for consistency, we must regenerate the initrd. - Add gpg signature ==== cracklib ==== Subpackages: libcrack2 libcrack2-32bit - Cleanup spec file with spec-cleaner - Remove old ppc provides/obsoletes ==== libftgl2 ==== Version update (2.1.2.99.5 -> 2.1.3~rc5) - Fix download URL containing percent letters to make "osc service localrun download_files" working - Add baselibs to sources - Use url for source - Use tilde in version - Clenaup spec file with spec-cleaner - Update dependencies - Remove obsolete defines ==== gnutls ==== Version update (3.3.14 -> 3.4.0) Subpackages: libgnutls-devel libgnutls-openssl27 - updated to 3.4.0 (released 2015-04-08) * * libgnutls: Added support for AES-CCM and AES-CCM-8 (RFC6655 and RFC7251) ciphersuites. The former are enabled by default, the latter need to be explicitly enabled, since they reduce the overall security level. * * libgnutls: Added support for Chacha20-Poly1305 ciphersuites following draft-mavrogiannopoulos-chacha-tls-05 and draft-irtf-cfrg-chacha20-poly1305-10. That is currently provided as technology preview and is not enabled by default, since there are no assigned ciphersuite points by IETF and there is no guarrantee of compatibility between draft versions. The ciphersuite priority string to enable it is "+CHACHA20-POLY1305". * * libgnutls: Added support for encrypt-then-authenticate in CBC ciphersuites (RFC7366 -taking into account its errata text). This is enabled by default and can be disabled using the %NO_ETM priority string. * * libgnutls: Added support for the extended master secret (triple-handshake fix) following draft-ietf-tls-session-hash-02. * * libgnutls: Added a new simple and hard to misuse AEAD API (crypto.h). * * libgnutls: SSL 3.0 is no longer included in the default priorities list. It has to be explicitly enabled, e.g., with a string like "NORMAL:+VERS-SSL3.0". * * libgnutls: ARCFOUR (RC4) is no longer included in the default priorities list. It has to be explicitly enabled, e.g., with a string like "NORMAL:+ARCFOUR-128". * * libgnutls: DSA signatures and DHE-DSS are no longer included in the default priorities list. They have to be explicitly enabled, e.g., with a string like "NORMAL:+DHE-DSS:+SIGN-DSA-SHA256:+SIGN-DSA-SHA1". The DSA ciphersuites were dropped because they had no deployment at all on the internet, to justify their inclusion. * * libgnutls: The priority string EXPORT was completely removed. The string was already defunc as support for the EXPORT ciphersuites was removed in GnuTLS 3.2.0. * * libgnutls: Added API to utilize system specific private keys in "gnutls/system-keys.h". It is currently provided as technology preview and is restricted to windows CNG keys. * * libgnutls: gnutls_x509_crt_check_hostname() and friends will use RFC6125 comparison of hostnames. That introduces a dependency on libidn. * * libgnutls: Depend on p11-kit 0.23.1 to comply with the final PKCS #11 URLs draft (draft-pechanec-pkcs11uri-21). * * libgnutls: Depend on nettle 3.1. * * libgnutls: Use getrandom() or getentropy() when available. That avoids the complexity of file descriptor handling and issues with applications closing all open file descriptors on startup. * * libgnutls: Use pthread_atfork() to detect fork when available. * * libgnutls: The gnutls_handshake() process will enforce a timeout by default. * * libgnutls: If a key purpose (extended key usage) is specified for verification, it is applied into intermediate certificates. The verification result GNUTLS_CERT_PURPOSE_MISMATCH is also introduced. * * libgnutls: When gnutls_certificate_set_x509_key_file2() is used in combination with PKCS #11, or TPM URLs, it will utilize the provided password as PIN if required. That removes the requirement for the application to set a callback for PINs in that case. * * libgnutls: priority strings VERS-TLS-ALL and VERS-DTLS-ALL are restricted to the corresponding protocols only, and the VERS-ALL string is introduced to catch all possible protocols. * * libgnutls: Added helper functions to obtain information on PKCS #8 structures. * * libgnutls: Certificate chains which are provided to gnutls_certificate_credentials_t will automatically be sorted instead of failing with GNUTLS_E_CERTIFICATE_LIST_UNSORTED. * * libgnutls: Added functions to export and set the record state. That allows for gnutls_record_send() and recv() to be offloaded (to kernel, hardware or any other subsystem). * * libgnutls: Added the ability to register application specific URL types, which express certificates and keys using gnutls_register_custom_url(). * * libgnutls: Added API to override existing ciphers, digests and MACs, e.g., to override AES-GCM using a system-specific accelerator. That is, (crypto.h) gnutls_crypto_register_cipher(), gnutls_crypto_register_aead_cipher(), gnutls_crypto_register_mac(), and gnutls_crypto_register_digest(). * * libgnutls: Added gnutls_ext_register() to register custom extensions. Contributed by Thierry Quemerais. * * libgnutls: Added gnutls_supplemental_register() to register custom supplemental data handshake messages. Contributed by Thierry Quemerais. * * libgnutls-openssl: it is no longer built by default. * * certtool: Added --p8-info option, which will print PKCS #8 information even if the password is not available. * * certtool: --key-info option will print PKCS #8 encryption information when available. * * certtool: Added the --key-id and --fingerprint options. * * certtool: Added the --verify-hostname, --verify-email and --verify-purpose options to be used in certificate chain verification, to simulate verification for specific hostname and key purpose (extended key usage). * * certtool: --p12-info option will print PKCS #12 MAC and cipher information when available. * * certtool: it will print the A-label (ACE) names in addition to UTF-8. * * p11tool: added options --set-id and --set-label. * * gnutls-cli: added options --priority-list and --save-cert. * * guile: Deprecated priority API has been removed. The old priority API, which had been deprecated for some time, is now gone; use 'set-session-priorities!' instead. * * guile: Remove RSA parameters and related procedures. This API had been deprecated. * * guile: Fix compilation on MinGW. Previously only the static version of the 'guile-gnutls-v-2' library would be built, preventing dynamic loading from Guile. ==== java-1_8_0-openjdk ==== Version update (1.8.0.40 -> 1.8.0.45) Subpackages: java-1_8_0-openjdk-headless - Update the aarch64 tarball to the recent tip * The revision has merged changes up to jdk8u45-b14 - Apply cplusplus-interpreter.patch to the default hotspot tarball only (aarch64 tarball has the patch integrated) - Upgrade to upstream tag jdk8u45-b14 * Security fix release of April 14, 2015 ==== kernel-default ==== Version update (3.19.3 -> 3.19.4) Subpackages: kernel-default-devel - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kernel-desktop ==== Version update (3.19.3 -> 3.19.4) Subpackages: kernel-desktop-devel - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kernel-docs ==== Version update (3.19.3 -> 3.19.4) - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kernel-pv-devel ==== Version update (3.19.3 -> 3.19.4) - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kernel-devel ==== Version update (3.19.3 -> 3.19.4) Subpackages: kernel-macros kernel-source - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kernel-syms ==== Version update (3.19.3 -> 3.19.4) - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kernel-xen ==== Version update (3.19.3 -> 3.19.4) Subpackages: kernel-xen-devel - Update config files. (boo#925479) Do not set CONFIG_SYSTEM_TRUSTED_KEYRING until we need it in future openSUSE version: e.g. MODULE_SIG, IMA, PKCS7(new), KEXEC_BZIMAGE_VERIFY_SIG(new) - commit 74c332b - Linux 3.19.4. - commit 51ddeac - Btrfs: fix inode eviction infinite loop after cloning into it. - commit 0f5134a - btrfs: simplify insert_orphan_item (boo#926385). - commit 6d5e057 - drm: Fixup racy refcounting in plane_force_disable (boo#925946). - commit 7c1f29a - ARMv6: config: Reenable DWC2 host support We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. - commit a30f81d - ARMv6: config: Cleanup default config Previous updates enabled config options that do not make sense on ARMv6. ARMv6 default flavor is actually just a RPi1 kernel, so enabling platform support for hardware that is unavailable there and that conflicts with the Rpi drivers should not be done. This causes the kernel to boot again on a Rpi1. - commit b5dbf85 ==== kiwi ==== Version update (7.02.35 -> 7.02.37) Subpackages: kiwi-desc-isoboot kiwi-desc-netboot kiwi-desc-oemboot kiwi-desc-vmxboot kiwi-doc kiwi-media-requires kiwi-pxeboot kiwi-templates kiwi-tools - v7.02.37 released - DB: rebuild documentation - Update documentation Added information about recovery hooks - Added recovery hooks * preRecovery / postRecovery called before or after the recovery is processed * preRecoverySetup / postRecoverySetup called before or after the setup of the recovery files and tarballs is processed - v7.02.36 released - Fixed OEMFindPartitions * partition size of install target must be greater than the size of the image partition, equal the size is not enough * change error message to exactly point to the partinfo file which contains the information how the requested target partitions must look like * change the partinfo file to include the gpt partition code as gdisk knows it in case of a GPT - Fixed partedGetPartitionID In case of a GPT parted has no information about a partition id Therefore we mapped the id to the known msdos values according to the name kiwi defines for the partition. Any GPT specific partition got the same id 'ee' which results in not being able to distinguish them. However for the partition based install in EFI mode it's required to identify any potential target install partition by an id. Therefore partedGetPartitionID will return the sgdisk partition code and will only map to the old legacy values if sgdisk is not available - Update spec file make the gptfdisk package a requirement for distros which provides it - Fixed setup of GPT partition table kiwi uses parted to create partition tables. In case of GPT a linux default partition table has a guid set which points to a Microsoft base partition. This is wrong and I did not find a way to correct this with parted. Therefore the sgdisk utility will be used to correct the partition code so that we can at least see the right values when using sgdisk ==== libksba8 ==== Version update (1.3.2 -> 1.3.3) - libksba 1.3.3: * Fixed an integer overflow in the DN decoder. * Now returns an error instead of terminating the process for certain bad BER encodings. * Improved the parsing of utf-8 strings in DNs. * Allow building with newer versions of Bison. ==== libmicrohttpd10 ==== Version update (0.9.39 -> 0.9.40) - updated to 0.9.40 - Fix potential deadlock issue in MHD_USE_THREAD_PER_CONNECTION mode if shutdown is initiated while connections are active. -CG - Fix issue in thread-pool mode where a MHD_stop_daemon() might not reach threads that stopped listening because we hit the maximum number of concurrent connections and the option MHD_USE_PIPE_FOR_SHUTDOWN was also not used. Testcase added as well. -CG - Update HTTPS testcases to avoid SSLv3, as SSLv3 is dead. - Do not enforce FD_SETSIZE-limit on worker control pipe when using MHD_USE_EPOLL_LINUX_ONLY (#3751). -MH/CG - Adding MHD_OPTION_NOTIFY_CONNECTION, MHD_CONNECTION_NOTIFY_STARTED, MHD_CONNECTION_NOTIFY_CLOSED and MHD_CONNECTION_INFO_SOCKET_CONTEXT to allow applications to trigger operations when TCP connections start or end, instead of just exposing HTTP requests starting and ending. -RG/CG - Fixing bug that prevented MHD_OPTION_HTTPS_MEM_DHPARAMS from working within a MHD_OPTION_ARRAY. -DD - Adding MHD_OPTION_HTTPS_KEY_PASSWORD as proposed by Andrew Basile. -CG/AB - Fix issue where for HTTP/1.0-clients that set Connection: Keep-Alive header a response of indefinite size was generated with chunked encoding. -CG - Fix potential infinite loop on shutdown in multi-threaded mode under certain conditions. -CG - fixed info deinstall ==== libmtp-devel ==== Version update (1.1.8 -> 1.1.9) Subpackages: libmtp9 - updated to 1.1.9 release - lots and lots of new ids - bugfixes - mtp_DroidTurbo.patch,include-config-h.patch: upstream ==== libnettle-devel ==== Version update (2.7.1 -> 3.1) - nettle 3.1 (libnettle6, libhogweed4) - bug fixes in 3.1: * Fixed a missing include of , which made the camellia implementation fail on all 64-bit non-x86 platforms. * Eliminate out-of-bounds reads in the C implementation of memxor (related to valgrind's --partial-loads-ok flag). [bso#926745) - interface changes in 3.1: * Declarations of many internal functions are moved from ecc.h to ecc-internal.h. - interface changes in 3.0: * contains developer relevant incompatible interface changes - Removed features: * nettle_next_prime, use GMP's mpz_nextprime * Deleted the RSAREF compatibility - New features in 3.1: * Support for curve25519 and for EdDSA25519 signatures. * Support for "fat builds" on x86_64 and arm (not enabled) * Support for building the hogweed library (public key support) using "mini-gmp" (not enabled) * The shared libraries are now built with versioned symbols. * Support for "URL-safe" base64 encoding and decoding - New features in 3.0: * new DSA, AES, Camellia interfaces * Support for Poly1305-AES MAC. * Support for the ChaCha stream cipher and EXPERIMENTAL support for the ChaCha-Poly1305 AEAD mode. * Support for EAX mode. * Support for CCM mode. * Additional variants of SHA512 with output size of 224 and 256 bits * New interface, struct nettle_aead, for mechanisms providing authenticated encryption with associated data (AEAD). * DSA: Support a wider range for the size of q and a wider range for the digest size. * New command line tool nettle-pbkdf2. - Optimizations in 3.1: * New x86_64 implementation of AES, using the "aesni" instructions - Optimizations in 3.0: * New x86_64 assembly for GCM and MD5. Modest speedups on the order of 10%-20%. ==== libloudmouth-1-0 ==== Subpackages: loudmouth-devel - build against openssl-devel, to avoid fixing the gnutls 3.4.0 breakage. ==== nano ==== Version update (2.4.0 -> 2.4.1) Subpackages: nano-lang - GNU nano 2.4.1: * several fixes for issues with the file browser menu * linter and formatter functions fixes * spell checker fixes * fixes to undo/redo with some specific marked-cutting situations * small improvements to the color syntax highlighting definitions ==== perl-Algorithm-Diff ==== Version update (1.1902 -> 1.1903) - updated to 1.1903 see /usr/share/doc/packages/perl-Algorithm-Diff/Changes 1.19_03 2014-11-25 - Fix documentation typos (RT 84981) contributed by dsteinbrunner - add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner - Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld. - droped requirement to patch - it clearly doesn't use patch at all ==== perl-Apache-AuthCookie ==== Version update (3.20 -> 3.22) - updated to 3.22 see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes 3.22 2014-05-07 3.21 2014-05-07 - Bad release - deleted ==== perl-Apache-DBI ==== Version update (1.11 -> 1.12) - updated to 1.12 see /usr/share/doc/packages/perl-Apache-DBI/Changes 1.12 June 12, 2013 - Fix detection of server startup in mod_perl 2, to avoid caching connections in the parent process. Perrin Harkins ==== perl-Apache-Session ==== Version update (1.91 -> 1.93) - updated to 1.93 see /usr/share/doc/packages/perl-Apache-Session/CHANGES 1.93 2014-04-12 - even more test fixes 1.92 2014-03-08 - more test fixes ==== perl-AppConfig ==== Version update (1.66 -> 1.71) - updated to 1.71 see /usr/share/doc/packages/perl-AppConfig/Changes ==== perl-Archive-Zip ==== Version update (1.37 -> 1.46) - updated to 1.46 see /usr/share/doc/packages/perl-Archive-Zip/Changes 1.46 Tue 24 Mar 2015 - "CRC or size mismatch" when extracting member second time [github/AGWA github/pwr22] 1.45 Mon 26 Jan 2015 - FreeBSD unzip sets $? to 0 for empty zip file [github.com/revhippie] 1.44 Fri 23 Jan 2015 - Win32 with ZIP executable cannot create temp file [github.com/revhippie] 1.43 Wed 14 Jan 2015 - Restore 101374 - failing tests were not regressions. 1.42 Sun 11 Jan 2015 - Revert 101374, caused tester regression - https://rt.cpan.org/Public/Bug/Display.html?id=101240 [cpan/PMQS] 1.41 Fri 09 Jan 2015 - https://rt.cpan.org/Public/Bug/Display.html?id=101374 [zefram] 1.40 Sun 04 Jan 2015 - https://rt.cpan.org/Public/Bug/Display.html?id=92205 [cpan/PMQS] - https://rt.cpan.org/Public/Bug/Display.html?id=101092 [cpan/PMQS] 1.39 Tue 21 Oct 2014 - store test data in temp dirs to fix parallelism and shuffling [Graham Knop] 1.38 Tue 02 Sep 2014 - Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas] https://rt.cpan.org/Ticket/Display.html?id=83367 ==== perl-BerkeleyDB ==== Version update (0.54 -> 0.55) - updated to 0.55 see /usr/share/doc/packages/perl-BerkeleyDB/Changes 0.55 30 March 2014 * Error opening ErrFile with PerlIO_findFILE [RT =#101883] * Minor updates for BDB 6.1 ==== perl-Capture-Tiny ==== Version update (0.27 -> 0.28) - updated to 0.28 see /usr/share/doc/packages/perl-Capture-Tiny/Changes 0.28 2015-02-11 06:39:51-05:00 America/New_York Tests: - Removes test that optionally uses Inline::C to avoid spurious test failures. Also Inline::C had become a fairly heavy (if optional) dependency. Docs: - Clarify that PERL_CAPTURE_TINY_TIMEOUT is an internal control, not a timeout of the code reference being captured. ==== perl-Carp-Assert ==== Version update (0.20 -> 0.21) - updated to 0.21 see /usr/share/doc/packages/perl-Carp-Assert/Changes ==== perl-Class-Load ==== Version update (0.21 -> 0.22) - updated to 0.22 see /usr/share/doc/packages/perl-Class-Load/Changes 0.22 2014-08-16 - document some of the caveats to using this module, and refer to Module::Runtime as an alternative ==== perl-Class-MethodMaker ==== Version update (2.20 -> 2.24) - updated to 2.24 see /usr/share/doc/packages/perl-Class-MethodMaker/Changes 2.24 Mar 31 2015 - fix missing OUTPUT section - RT#103113 (Zefram) 2.23 Mar 05 2015 - Use strict and warnings everywhere (Neil Bowers) - renamed CommonMethods.pm to CommonMethods.pmt, as it's a template for module code. CPANTS was assuming it's a module from the name, and failing it (Neil Bowers) 2.22 Jan 14 2015 - use File::Temp::tmpnam as needed in Android (Brian Fraser) 2.21 Mar 16 2014 - sync with Debian patches - RT#91658 - fix copyright and license entries - RT#43463 ==== perl-Class-Singleton ==== Version update (1.4 -> 1.5) - updated to 1.5 see /usr/share/doc/packages/perl-Class-Singleton/Changes ==== perl-Compress-Bzip2 ==== Version update (2.20 -> 2.22) - updated to 2.22 see /usr/share/doc/packages/perl-Compress-Bzip2/Changes 2.21 2015-02-17 rurban - Add leaktrace test - Add .gitignore 2.22 2015-02-17 rurban - Fixed huge decompress memory leak, leaking every single XS outbut buffer. - Better memory leak testcase with Memory::Dump, t/090-memory-usage.pl (RT #102211 by Nick Koston) - clarify docs that deflate = compress, inflate = uncompress ==== perl-Convert-ASN1 ==== Version update (0.26 -> 0.27) - updated to 0.27 see /usr/share/doc/packages/perl-Convert-ASN1/ChangeLog 0.27 -- Wed Jun 25 13:47:28 CDT 2014 * Avoid recursion when encountering an invalid tag and length * Avoid negative repetition counts (5.22 compatibility) [Alex Vandiver] * Use pack/unpack instead of chr/org to avoid encoding issues - obsolete Convert-ASN1-0.22-path.diff ==== perl-DBD-CSV ==== Version update (0.44 -> 0.48) - updated to 0.48 see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog 0.48 - 2015-02-11, H.Merijn Brand * Update list of valid Text::CSV_XS attributes 0.47 - 2015-02-11, H.Merijn Brand * Updated copyright to 2015 * Make test-tablename unique for parallel testing * Remove perl recommendation from META as it breaks cpan clients 0.46 - 2014-11-08, H.Merijn Brand * Column type CHAR should return 1 0.45 - 2014-10-23, H.Merijn Brand * Test unauthorized folder access (RT#99508). Requires DBD::File-0.43 * Fix DBI requirement phase (depend more on toolchain) (RT#99732) ==== perl-Devel-StackTrace ==== Version update (1.34 -> 2.00) - updated to 2.00 see /usr/share/doc/packages/perl-Devel-StackTrace/Changes 2.00 2014-11-01 [BACKWARDS INCOMPATIBILITIES] - The no_refs constructor parameter is now deprecated, and has been replace by a new unsafe_ref_capture parameter that defaults to false, meaning no references are captured by default. Capturing references by default caused too many issues that couldn't be worked around, including running DESTROY blocks multiple times on captured objects in the worst case. - Removed support for the long-deprecated no_object_refs constructor parameter (deprecated in 2002!). ==== perl-Email-Date-Format ==== Version update (1.004 -> 1.005) - updated to 1.005 see /usr/share/doc/packages/perl-Email-Date-Format/Changes 1.005 2014-10-13 08:32:03-04:00 America/New_York fix documentation of export names (thanks, Thomas Klausner!) ==== perl-Eval-Closure ==== Version update (0.11 -> 0.12) - updated to 0.12 see /usr/share/doc/packages/perl-Eval-Closure/Changes 0.12 2015-01-17 - fix tests under blead (sprout, #4) ==== perl-HTML-FillInForm ==== Version update (2.20 -> 2.21) - updated to 2.21 see /usr/share/doc/packages/perl-HTML-FillInForm/Changes 2.21 - August 14th, 2014 - Declare CGI.pm as a testing dependency (RT #98012, thanks to Martin McGrath) ==== perl-HTML-Tree ==== Version update (4.2 -> 5.03) - updated to 5.03 see /usr/share/doc/packages/perl-HTML-Tree/Changes ==== perl-HTTP-DAV ==== Version update (0.47 -> 0.48) - updated to 0.48 see /usr/share/doc/packages/perl-HTTP-DAV/Changes v0.48 (released 2015/03/26): * bug fixes "RT#103126", fixed faulty code to add trailing slash to URLs. v0.47 (released 2012/03/24): * bug fixes Improve "propfind()" resilience when server response contains broken, truncated or no XML at all. RT#75011. ==== perl-IO-Tty ==== Version update (1.10 -> 1.12) - updated to 1.12 see /usr/share/doc/packages/perl-IO-Tty/ChangeLog 2014-09-12 Todd Rinaldo 1.12 * Merge pull request from Chris Williams (bingos) to fix "redefinition of typedef" errors with v5.19.4 and above 2014-05-05 Todd Rinaldo * Release 1.11 to CPAN with explicit dropping of support for Win32 (we never supported it) - RT 77813 * Bump version to a devel release 1.11_01 for experimental work. * Fix typo in compilter - RT 75649 * Add support for PERL_MM_OPT ==== exiftool ==== Version update (9.70 -> 9.92) Subpackages: perl-File-RandomAccess perl-Image-ExifTool - Update to 9.92: * Add support for PRISM pmi and prm tags and update to PRISM 3.0. * Add read support for Audible .AA files. * Add support for Adobe XMP-creatorAtom tags. * Add a couple of new XMP-xmpDM tags. * Add a new CanonModelID and a new Ricoh WhiteBalance. * Add a new Olympus CameraType. * Add a new Nikon LensID. * Update to XMP PLUS 1.2.1 specification. * Enhance DOF calculation to use AverageFocusDistance or FocusDistanceUpper/Lower if available. * Patch to tolerate different version numbers in XMP namespace URI's. - perl(Archive::Zip) is recommended by exiftool, not required. - Update to 9.91 (changes since 9.70): * Added a couple of mew CanonModelID's * Added a couple of new Nikon LensID's * Added minor warning when deleting all PDF metadata (because it isn't really deleted) * Added a new Samsung LensType * Added a new Sony/Minolta LensType * Decode "Sound & Shot" trailer written by some Samsung Galaxy models * Decode a number of new Sony tags including FocusDistance2 * Decode a number of new Canon and Kodak tags * Decode a new EXIF tag * Decode a few new CanonCustom tags * Recognize the JPE file extension * Fixed swapped CanonCustom AEMicroadjustment/FEMicroadjustment tag names * Fixed bug in -listItem option which sometimes prevented it from working * Fixed interference by -sep option when writing structured tags * Added a few new Pentax ISO values * Added a new CanonModelID and SonyModelID * Added a new Canon LensType * Decode AF points for some newer Nikon 1 cameras * Improved verbose output for recently decoded Samsung trailer * Fixed Samsung trailer writer to properly update offsets in the QDIO block * Added a new CanonModelID * Added a few new Canon and Sony lenses * Delete unknown PNG TextualData tags when deleting all PNG tags * Decode AF points for Canon PowerShot G1X Mark II * Decode a number of Pentax, Olympus, Panasonic and Sony tags * Decode a few more Nikon NCTG tags in MOV videos * Decode Nikon D4S custom settings * Decode some makernote tags in Sony Xperia Z3 images * Make PhotoshopThumbnail and PhotoshopBGRThumbnail writable (but "unsafe") * Changed order of operations so flattened tags always take precedence over structured tags when writing a mix of both types of tags * Fixed potential bug decoding some Nikon 1 AF points * Added a number of new QuickTime GenreID values * Added support for some newer Sony cameras * Decode more Nikon D4S custom settings * Improved lens identification logic for XMP metadata * Fixed typo in Condition for a few D3 NikonCustom tags * Fixed bug which could cause a "Use of uninitialized value $val" runtime error when reading XML * Added support for FLIR version 101 metadata * Added a new Olympus LensType * Added a new Pentax LensType * Added a new Samsung LensType * Decode a few more Nikon D4S tags * Decode a few more Sony tags * Decode a new FujiFilm tag * Improved formula for calculating Sony:FocusDistance2 * Changed XMP parsing to impose standard namespace prefixes, thus avoiding (some) problems reading the ugly XMP generated by Microsoft products * Fixed decoding of Nikon FileInfo tags for recent DSLR models * Added support for the LFR format (same as LFP) * Added support for Samsung models which write 2 values for LensType * Added a new Samsung LensType * Added a few new Nikon LensID's * Added a new PentaxModelID * Added some new Olympus WhiteBalance2 values * Added a new EXIF:Compression value * Decode a new FujiFilm tag * Decode a few more private TIFF tags * Improved warning message if "DIR" or "FILE" is used literally on the command line * Improved "-j -b" output to encode any non-UTF8 values as Base64 * Enhanced -fast option (FastScan API option) to allow file processing to be bypassed entirely * Changed conversions for a couple of Nikon 1 AF tags for consistency * Changed reported FileType for LNK, KEY, KTH, NUMBERS, NMBTEMPLATE and PAGES files to match extension * Fixed problems adding new XMP and deleting old XMP from MP4 videos * Fixed problem writing FileModifyDate/FileCreateDate when - overwrite_original_in_place is used * Added FilePath tag (generated only if specified and Cwd is available) * Added a new Panasonic ShootingMode * Added a new FujiFilm WhiteBalance value * Added a new QuickTime vendor ID * Added a new Pentax RawDevelopmentProcess value * Decode a few new QuickTime tags * Decode some new tags in Kodak SP360 MP4 videos * Fixed bug that could cause a runtime error when parsing a Canon EOS 40D image which had been edited by Nikon Capture * Fixed bug which could produce invalid XML in the -X output when - struct was also used * Added a new Nikon LensID and a new Canon LensType * Decode a new unknown atom in Canon MOV videos * Decode a number of new Sony tags * Decode a number of new Samsung tags * Improved MakerNote compatibility when writing by adding the same amount of padding after the MakerNote IFD as that written by the specific camera model * Changed the DNG BaselineExposureOffset to a signed rational (contrary to the DNG 1.4 specification, which specifies an unsigned RATIONAL, but obviously Adobe meant for it to store negative values) * Changed name of new QuickTime Rating tag to RatingPercent * Fixed problem introduced in 9.64 where multiple list values from some tags in ZIP-based files were extracted as separate tags instead of as a list when the -struct option was used, and implemented a different patch to just suppress the structure warnings without changing the 9.63 behaviour * Fixed problem where some EXIF information in MOV videos could be corrupted when writing * Added read support for MOI files * Added a few more Canon LensType's * Added a new Nikon LensID * Added a couple of new Panasonic ImageQuality values * Decode a new FujiFilm tag and added a new FilmMode value * Allow zero-length group names to be specified (which provides a method to directly access the 0th copy of a duplicate tag using the empty family 4 group name by specifying "4:TAG") * Fixed invalid Samsung tag name * Fixed writing of XMP:ExposureCompensation with fractional values * Added a few new Canon and Minolta/Sony LensType values * Added a few new CanonModelID's * Decode a few new Canon tags * Suppress warning for Canon 7DmkIII VignettingCorrUnknown2 data format * Fixed runtime warning when piping an MOI file to exiftool * Added Composite:Megapixels tag * Added a few new Nikon LensID's * Decode a number of new Sony tags * Improved Polish translations * Changed exif2xmp.args and xmp2exif.args files (available in the full ExifTool distribution) to avoid using non-standard XMP namespaces * Added support for new IPTC Extension version 1.2 XMP tags * Added support for Leica X (Typ 113) maker notes * Added read support for ChartTIFF tags * Added a few new Canon LensType values * Added a few new Nikon LensID's * Added a number of new Olympus ArtFilterEffect values * Added some new Olympus AspectRatio values * Added a new PentaxModelID * Added a new Olympus CameraType * Added new values for various Canon tags * Decode a number of new Sony tags * Decode a couple more Nikon ShootingMode bits * Updated to Nov 2014 XMP specification * Added a new CanonModelID * Added a new Pentax LensType and PentaxModelID * Added support for Sigma X3F version 4.1 images * Added a number of new Sigma LensType values * Added a new Canon LensType * Added a new Leica LensType * Added a new Olympus CameraType * Decode a couple more FujiFilm RAF tags * Changed names of and properly decode new Olympus Pitch/Roll tags * Changed rounding method for rational values in an attempt to fix failed tests on FreeBSD 10.1 and Perl 5.20.1 with uselongdouble enabled * Resolved issue with duplicate SamsungModelID values * Added a number of new Sigma LensType values * Fixed problem extracting some Microsoft tags from MP4/MOV videos * Decode a few more ID3 tags * Improved decoding of some Pentax tags * Extended -list and -listw options to include flattened tags * Patched to recognize ID3v2.3 tags in ID3v2.4 metadata and visa versa * Patched byte ordering problems with Nikon FileInfo tags for the D5500 * Fixed bug where other groups were ignored when multiple groups were specified when writing and one of those groups was a specific EXIF IFD (eg. -ExifIFD:Time:all= ignored the Time constraint) * Added some new Minolta/Sony LensType values * Added config_files/picasa_faces.config to the distribution * Added a few new Minolta/Sony and Nikon lenses * Added new Canon and Sigma lenses * Decode Nikon D810 custom settings * Decode a few new Nikon tags * Fixed problem reading multi-valued Microsoft Xtra tags * Added read support for VCard files * Added support for AAX files * Added --sort option * Added a number of new QuickTime GenreID values * Added new Canon, Nikon, Olympus and Samsung lenses * Added a new Olympus CameraType * Added a new Sony FlashMode value * Decode a new Apple makernote tag * Decode a number of new QuickTime tags found in Audible audio books * Improved the naming of a FujiFilm tag * Removed "not yet tested" warning when writing FujiFilm RAF version 0200 * Renamed distribution file config_files/ExifTool_config to example.config * Increased maximum metadata atom size for QuickTime files and added warning if an atom is larger than the limit * Changed writing of filesystem date/time tags to override the - P option * API Changes: + Added ListItem option + Added CharsetFileName option + Added UserParam option - Do not obsolete exiftool package within exiftool package. - Change homepage to project homepage. - Simplify %files. - Spec cleanup. ==== perl-Image-Size ==== Version update (3.232 -> 3.300) - updated to 3.300 see /usr/share/doc/packages/perl-Image-Size/ChangeLog 3.300 Saturday February 28, 2015, 08:44:22 AM -0800 * lib/Image/Size.pm * t/all.t * t/old-os2.bmp (added) Add support for old OS/2 version of BMP header (Geoff Richards). * lib/Image/Size.pm Typo fixes (David Steinbrunner). * lib/Image/Size.pm Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a warning for redundant arguments to s?printf(), so sprintf("%d", 1, 2) would warn. This commit silences that warning by passing sprintf the exact number of arguments that it expects (Brian Fraser). * lib/Image/Size.pm Added =encoding utf8 to pod - the accented character was causing a pod error (Neil Bowers). * lib/Image/Size.pm Added Z<> to the =item [012] to resolve pod warning. You can't have =item 0, so the way round this seems to be to add a Z<> (zero width space) before each digit (Neil Bowers). * lib/Image/Size.pm Added link to github repo to doc (Neil Bowers). * lib/Image/Size.pm RT #41238: Applied modified version of patch from user to fix a die problem with unpack on truncated files. * lib/Image/Size.pm * t/1.sm.webp (added) * t/all.t * t/move.cur (added) * t/tux.ico (added) Add support for WEBP, ICO and CUR file types (Baldur Kristinsson). * lib/Image/Size.pm Fix some perlcritic issues. ==== perl-Inline ==== Version update (0.50 -> 0.80) - updated to 0.80 see /usr/share/doc/packages/perl-Inline/Changes ==== perl-Lingua-EN-Sentence ==== Version update (0.25 -> 0.27) - updated to 0.27 see /usr/share/doc/packages/perl-Lingua-EN-Sentence/Changes 0.26 Mar 12 2015 - Fixed POD errors - Fixed RT bug 97681, setlocale work around for Android systems - Added Build.PL - Added tests harness and more tests - update to newer Perl idioms such as 'our' variables 0.27 Mar 12 2015 - added main.t to MANIFEST - added more prefixes and suffixes for people' snames, such as Mme. , Msgr. ==== perl-List-MoreUtils ==== Version update (0.33 -> 0.410) - updated to 0.410 see /usr/share/doc/packages/perl-List-MoreUtils/Changes ==== perl-Locale-Maketext-Lexicon ==== Version update (0.96 -> 1.00) - updated to 1.00 see /usr/share/doc/packages/perl-Locale-Maketext-Lexicon/Changes [Changes for 1.00 - 2014-03-06] * Add missing support for c.loc() [Changes for 0.99 - 2014-02-03] * Localise $/ correctly (TOKUHIROM) This change was missing from 0.97 [Changes for 0.98 - 2014-01-22] * Exclude POT files (gerhardj) [Changes for 0.97 - 2014-01-09] * Localise $/ correctly (TOKUHIROM) ==== perl-MIME-Types ==== Version update (2.08 -> 2.09) - updated to 2.09 see /usr/share/doc/packages/perl-MIME-Types/ChangeLog version 2.09: Sun Sep 14 18:12:08 CEST 2014 Improvements: - documentation use consistent parameter casing - do not use '//' to support 5.8.* rt.cpan.org#98664 [Paul] ==== perl-Module-Implementation ==== Version update (0.07 -> 0.09) - updated to 0.09 see /usr/share/doc/packages/perl-Module-Implementation/Changes 0.09 2014-08-24 - Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham Knop that adding an XS dependency for a module that's often used to pick between XS and non-XS implementations doesn't work so well. 0.08 2014-08-24 - Subroutines copied from an implementation package into the loading package are now renamed using Sub::Name. This causes them to be considered part of the loading package, which is important for things like namespace::autoclean. Reported by Karen Etheridge. RT #98097. ==== perl-Net-Netmask ==== Version update (1.9019 -> 1.9021) - updated to 1.9021 see /usr/share/doc/packages/perl-Net-Netmask/Changes 1.9021 2014-07-17 ==== perl-Net-SMTP-SSL ==== Version update (1.01 -> 1.02) - updated to 1.02 see /usr/share/doc/packages/perl-Net-SMTP-SSL/Changes 1.02 2015-03-26 - make it work again under blead; thanks to Zefram for the patch ==== perl-Package-Stash ==== Version update (0.36 -> 0.37) - updated to 0.37 see /usr/share/doc/packages/perl-Package-Stash/Changes 0.37 2014-09-21 - fix spurious warning in taint mode (Niko Tyni, #12) ==== perl-PadWalker ==== Version update (1.98 -> 2.0) - updated to 2.0 see /usr/share/doc/packages/perl-PadWalker/Changes 1.99 Tue 11 Nov 2014 15:01:37 CET - Make it compatible with bleadperl. Patch from Father Chrysostomous at https://rt.cpan.org/Public/Bug/Display.html?id=100262 1.99_1 Tue 11 Nov 2014 19:38:17 CET - Restore compatibility with perl 5.8 Patch from paul@city-fan.org at https://rt.cpan.org/Public/Bug/Display.html?id=100262#txn-1431869 2.0 Mon 8 Dec 2014 13:45:37 GMT - Restore compatibility with bleadperl Patch from Dagfinn Ilmari Mannsåker at https://github.com/robinhouston/PadWalker/pull/3 ==== perl-Params-Validate ==== Version update (1.13 -> 1.18) - updated to 1.18 see /usr/share/doc/packages/perl-Params-Validate/Changes 1.18 2015-02-13 - We no longer attempt to save and restore an existing $SIG{__DIE__} hook before calling a validation callback. This uses undocumented black magic poking at the Perl interpreter guts, which seems to cause sporadic segfaults. Reported by David Wheeler with help from Andreas Koenig. RT [#102112]. 1.17 2015-01-08 - More XS fixes. Simplified how we localize $@ in the XS code and fixed error with Perls compiled with -DDEBUGGING. Reported by Lars D??????. RT #101416. 1.16 2015-01-07 - The changes in 1.14 introduced a memory leak any time a callback was called and it did not throw an error that was a reference. This affected the DateTime constructor and probably many other things. Reported by David Kayal. RT #101380. 1.15 2015-01-01 - No changes from 1.14 1.14 2014-12-20 (TRIAL RELEASE) - Callbacks can now die to provide a custom error message or exception object. Requested by multiple people. Addresses RT #95701 and will allow MooseX::Params::Validate to use messages provided by the type object. ==== perl-PostScript-Simple ==== Version update (0.07 -> 0.09) - updated to 0.09 see /usr/share/doc/packages/perl-PostScript-Simple/Changes 0.09 - 23 September 2014 Matthew Newton: - add setcmykcolour method - add err method to find last error - internal data structure updates 0.08 - 20 June 2014 Satoshi Azuma: - remove Test::More module and make it a build dependency Matthew Newton: - fix test result failures on -Duselongdouble - allow units to be specified for any distance - add X-Windows colours, supplied by Steve Baldwin - change all space-separated lists to arrays - fix Begin/EndDocument handling in EPS file insertion ==== perl-Set-Scalar ==== Version update (1.27 -> 1.29) - updated to 1.29 see /usr/share/doc/packages/perl-Set-Scalar/ChangeLog 1.29 2014-03-24 Dave Oswald * Fixed set operations examples in POD (Xaerxess via GitHub). 1.28 2014-02-24 Dave Oswald * Fix POD example showing power_set() method returning an iterator. Now it correctly demonstrates power_set_iterator() returning an iterator. (Response to report from vagabonding_electron on PerlMonks.) ==== perl-Sub-Name ==== Version update (0.12 -> 0.13) - updated to 0.13 see /usr/share/doc/packages/perl-Sub-Name/Changes 0.13 2015-03-28 06:27:23Z - fix optional test of interaction with B::C that sometimes invalidly failed ==== perl-Test-Exception ==== Version update (0.36 -> 0.38) - updated to 0.38 see /usr/share/doc/packages/perl-Test-Exception/Changes 0.38 [2015-02-27] - fixed repository link in metadata 0.37 [2015-02-27] - distribution is now managed by ExtUtils::MakeMaker (RT#102054) ==== perl-Test-LeakTrace ==== Version update (0.14 -> 0.15) - updated to 0.15 see /usr/share/doc/packages/perl-Test-LeakTrace/Changes 0.15 2014-11-14 07:51:22+0900 - Fix test failure on Windows (#1) ==== perl-Test-Manifest ==== Version update (1.23 -> 2.02) - updated to 2.02 see /usr/share/doc/packages/perl-Test-Manifest/Changes Changes for Test::Manifest 2.02 - Tue Aug 26 13:01:43 2014 Fix rt.cpan.org #98288: fix a spelling mistake 2.00_001 - Thu Jul 11 20:22:40 2013 * Switch back to Makefile.PL?so much simpler 2.00_01 - Wed Jul 20 01:02:11 2011 * Work with Module::Build by supplying a subclass. 1.23 - Fri Jul 17 03:04:38 2009 * Move everything to git and finally make a release ==== perl-Test-Simple ==== Version update (1.001012 -> 1.001014) - updated to 1.001014 see /usr/share/doc/packages/perl-Test-Simple/Changes 1.001014 Tue Dec 28 08:31:00:00 PST 2015 * Write a test to ensure this changes file gets updated * Update changes file for 1.001013 1.001013 Sun Dec 28 08:00:00:00 PST 2015 * Fix a unit test that broke on some platforms with spaces in the $^X path ==== perl-Time-Duration ==== Version update (1.06 -> 1.1) - updated to 1.1 see /usr/share/doc/packages/perl-Time-Duration/ChangeLog 2013-04-02 Avi Finkel avi@finkel.org * Release 1.1 -- Adding millisecond support. ==== perl-Variable-Magic ==== Version update (0.53 -> 0.57) - updated to 0.57 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.57 2015-04-17 15:20 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Segfaults when the module is loaded in a thread, which spawns itself a new thread, and that child thread outlives its parent. + Fix : Small memory leaks of structures required for thread safety. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Tst : The global destruction test will now be exercised on any perl that has DEBUGGING set. + Tst : Optional capturing tests in t/17-ctl.t that were only run when Capture::Tiny was present were converted to an IPC::Open3 based helper and will now be run everywhere. - updated to 0.56 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.56 2015-03-11 15:15 UTC + Fix : [RT #101410] : Install fails in blead Even though the change that caused this error was reverted from blead, lvalue uses of ERRSV have been removed from this module so that there will be no breakage when this change is possibly reintroduced in the following months. Thanks Dave Rolsky for reporting. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/17-ctl.t with unusual compilers (like icc) that link all their compiled objects to their own libraries. + Tst : The global destruction test is now only run on perl 5.13.4 and higher, and only if either Perl::Destruct::Level is installed or PERL_DESTRUCT_LEVEL is set and the perl is a debugging perl. This will solve rare crashes of t/15-self.t on perl 5.13.3 and older. 0.55 2014-10-20 23:45 UTC + Fix : [RT #99319] : t/18-opinfo.t: test failure due to change in perl 5 blead The new METHOP op class added in perl 5.21.5 is now supported. Thanks James E Keenan for reporting. 0.54 2014-09-22 17:30 UTC + Add : The new constant VMG_COMPAT_CODE_COPY_CLONE evaluates to true if your perl calls 'copy' magic when a magical code prototype is cloned, which is currently the case for perl 5.17.0 and above. + Fix : [RT #90205] : copy magic on subs puts raw CV in $_[3] $_[3] will now contain a reference to the cloned code when 'copy' magic is called for a coderef. Thanks Lukas Mai for reporting. + Fix : t/35-stash.t has been taught about perl 5.21.4. + Fix : Tests using run_perl() in t/17-ctl.t will no longer fail on Android. ==== perl-autobox ==== Version update (2.82 -> 2.83) - updated to 2.83 see /usr/share/doc/packages/perl-autobox/Changes 2.83 Sun Feb 1 21:34:01 2015 - RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING (thanks, ilmari and Father Chrysostomos) - RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar) - RT #89754: INSTALLDIRS fix (thanks, Kent Fredric) ==== perl-common-sense ==== Version update (3.72 -> 3.73) - updated to 3.73 see /usr/share/doc/packages/perl-common-sense/Changes 3.73 Sat May 31 22:37:21 CEST 2014 - remove "deprecated", as it turned out to be yet another time bomb as p5p don't care the least about backwards compatibility anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123). - switching paths once more as this turned out to be a doc bug in eumm. this should not affect anything though. ==== susehelp ==== Subpackages: susehelp_cz susehelp_de susehelp_en susehelp_es susehelp_fr susehelp_hu susehelp_it - Add susehelp-support-khelpcenter5.patch: Use khelpcenter5 in Plasma5 session ==== 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 - Reenable networkd which was silently disabled on Feb 18 ==== tigervnc ==== Version update (1.4.1 -> 1.4.3) Subpackages: xorg-x11-Xvnc - Add tigervnc-gnutls-3.4-required.patch: raise gnutls dependency to 3.2. Simplifies code, but makes it build with gnutls 3.4. Patch taken from Arch. - Updated to tigervnc 1.4.3 * Upstream patches applied to the underlying Xorg code base to mitigate CVE-2015-0255 / bsc#915810. * Fixes for performance regressions introduced in 1.4.0. * Character encoding of clipboard text send by Java viewer now strictly adheres to the RFB specification. ==== wine ==== Version update (1.7.40 -> 1.7.41) Subpackages: wine-32bit - Updated to 1.7.41 development snapshot - More Known Folders supported in the shell. - Some more support for kernel job objects. - More MSI patches improvements. - Some theming fixes. - Various bug fixes. - updated winetricks ==== xf86-input-libinput ==== - Install license in main package - Install 90-libinput.conf config file (boo#926942) ==== yast2-firstboot ==== Version update (3.1.8 -> 3.1.9) - Forcing mode "installation" for firstboot to always use the correct workflow (bsc#924278) - 3.1.9 Removed packages: aqbanking > aqbanking-devel > aqbanking-lang libFOX-1_6-0 gnucash > gnucash-lang libgnutls28 > libgnutls28-32bit guile1 > libguile-srfi-srfi-1-v-3-3 > libguile-srfi-srfi-13-14-v-3-3 > libguile-srfi-srfi-4-v-3-3 > libguile-srfi-srfi-60-v-2-2 > libguile17 > libguilereadline-v-17-17 gwenhywfar > gwenhywfar-devel > gwenhywfar-lang > libgwengui-cpp0 > libgwengui-fox16-0 > libgwengui-gtk2-0 > libgwengui-qt4-0 > libgwenhywfar60 > libgwenhywfar60-plugins libdbi3 libhogweed2 > libhogweed2-32bit > libnettle4 > libnettle4-32bit perl-Finance-Quote perl-HTML-Element-Extended perl-HTML-TableExtract slib Added packages: bundle-lang-common-ca libgnutls30 > libgnutls30-32bit libidn11-32bit libhogweed4 > libhogweed4-32bit > libnettle6 > libnettle6-32bit perl-Exporter-Tiny libprotobuf-c1