dpkg/update-alternatives.changes
Tomáš Chvátal 279b62307c - Version update to 1.19.0.5:
* Fix directory traversal with dpkg-deb --raw-extract, by guaranteeing
    that the DEBIAN pathname does not exist. Closes: #879982
    Reported by Jakub Wilk <jwilk@jwilk.net>.
  * Rename DPKG_GAIN_ROOT_CMD to DEB_GAIN_ROOT_CMD in the R³ support, as
    the variable is expected to be set by any builder, not just dpkg. And
    introduce ephemereal backwards compatibility even though there are no
    known users.
  * Do not set DEB_GAIN_ROOT_CMD in dpkg-buildpackage when the R³ value is
    <implementations-keywords>, following the specification.
  * Specify that DEB_GAIN_ROOT_CMD in R³ should preserve the environment.
    Proposed by Josh Triplett <josh@joshtriplett.org>.
  * Specify new DEB_RULES_REQUIRES_ROOT variable for R³ support.
  * Declare R³ specification as "recommendation, stable" with version 1.0.
  * Architecture support:
    - Add support for riscv64 CPU. Closes: #822914
      Thanks to Manuel A. Fernandez Montecelo <mafm@debian.org>
  * Perl modules:
    - Dpkg::Vendor::Debian: Use proper %use_feature key. This was causing perl
      errors on paths not accapted for fixdebugpath.
      Reported by Mattia Rizzolo <mattia@debian.org>, on IRC. Closes: #881051
    - Check that $state->{seen} exists instead of $state being just defined.
      Fixes regression in dpkg-gensymbols symbols output.
      Thanks to Dmitry Shachnev <mitya57@debian.org>. Closes: #880166
    - Mark hurd-i386 as having gcc builtin PIE in Dpkg::Vendor::Debian.
      Requested by Samuel Thibault <sthibault@debian.org>.
- split the u-a to separate spec file to reduce a build cycle
- update to debhelper-7.3.12
- update to debhelper-7.2.16
  * dh_scrollkeeper: Now a deprecated no-op.

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=65
2018-06-28 11:05:57 +00:00

278 lines
10 KiB
Plaintext

-------------------------------------------------------------------
Thu Jun 28 11:01:07 UTC 2018 - tchvatal@suse.com
- Update to 1.19.0.5:
* no changes in update-alternatives code, only dpkg
-------------------------------------------------------------------
Tue Jan 16 10:54:19 UTC 2018 - tchvatal@suse.com
- Update to 1.19.0.4:
* No changes in update-alternatives just match step with dpkg
- Drop patch 0001-In-case-of-equal-priority-rather-update.patch
* Causes issues on too eagerly regenerating stuff bsc#1075971
* Reason for this patch should no longer be needed as all python
packages are singlespec
* Also drop the post override
-------------------------------------------------------------------
Wed Nov 22 11:06:33 UTC 2017 - dimstar@opensuse.org
- Migrate u-a data from /var/lib/rpm instead of relying on dbpath:
no u-a version ever installed files explicitly into dbpath, but
always hard specified /var/lib/rpm. The fact that RPM moved its
database is irrelevant to update-alternatives. In case RPM moved
it's database, our files are still accessible via the
/var/lib/rpm symlink being put in place.
- Drop the arbitrary depenency on a specific rpm version: the idea
was to ensure to have an rpm with the new dbpath location in
place. For one, the dependency does not work as intended, and
2nd, as the migration now happens explicitly from the old u-a
admindir without relying on dbpath, is no longer needed.
-------------------------------------------------------------------
Mon Nov 20 14:50:53 UTC 2017 - mpluskal@suse.com
- Move update alternatives database to new location
- Update rpm requirements to avoid unnecessary builds
-------------------------------------------------------------------
Tue Nov 7 19:57:49 UTC 2017 - mpluskal@suse.com
- Use dbpath macro for locationg rpm state directory
- Require exactly same version of rpm we had when building to make
sure dbpath matches
-------------------------------------------------------------------
Wed Aug 9 10:43:10 UTC 2017 - tchvatal@suse.com
- Silence the update-alternatives regen output wrt bsc#1050848
it causes more confusion than benefits
-------------------------------------------------------------------
Mon Mar 27 12:38:32 UTC 2017 - tchvatal@suse.com
- Update to 1.18.23:
* Various small fixes and memleaks removed
- Make sure to generate manpage
- Refresh patch update-alternatives-suse.patch
-------------------------------------------------------------------
Wed Sep 7 12:41:35 UTC 2016 - tchvatal@suse.com
- Version update to 1.18.10:
* Various few fixes, see changelog file in the package
* Refresh patch update-alternatives-suse.patch
* Remove patch dpkg-sparc.diff
-------------------------------------------------------------------
Wed Sep 7 12:31:05 UTC 2016 - tchvatal@suse.com
- Use ls . instead of * to avoid error when nothing is in alternatives
directory
-------------------------------------------------------------------
Tue May 31 11:47:57 UTC 2016 - tchvatal@suse.com
- Require touch in post phase bnc#982336
-------------------------------------------------------------------
Fri May 13 12:03:28 UTC 2016 - tchvatal@suse.com
- Provide alternatives binary and alternatives = %{version} symbol
-------------------------------------------------------------------
Wed Apr 6 18:20:13 UTC 2016 - tchvatal@suse.com
- Fix bnc#969171 by updating even with equal priority
* 0001-In-case-of-equal-priority-rather-update.patch
- Try to autorefresh all the alternatives in post in case some of
them were broken
-------------------------------------------------------------------
Wed Apr 6 12:05:23 UTC 2016 - tchvatal@suse.com
- The logfile for update-alternatives is /var/log/alternatives.log
so stop using update-alternatives.log file which is empty
-------------------------------------------------------------------
Fri Mar 25 09:47:24 UTC 2016 - tchvatal@suse.com
- Update to the 1.18.4:
* Rebase patch update-alternatives-suse.patch
* Touch the gost file in post
-------------------------------------------------------------------
Fri Jun 5 07:44:29 UTC 2015 - tchvatal@suse.com
- Adjust to the new manpage location
-------------------------------------------------------------------
Thu Jun 4 11:15:32 UTC 2015 - tchvatal@suse.com
- Verion bump to 1.18.1:
* Bump to latest upstream release
* Plenty of fixes with too long changelog, see changelog file in
documentation
* Also fixes bnc#926749 CVE-2015-0840
* Refresh patch:
+ update-alternatives-suse.patch
-------------------------------------------------------------------
Wed Apr 1 12:57:51 UTC 2015 - tchvatal@suse.com
- Cleanup with spec-cleaner
-------------------------------------------------------------------
Wed Apr 1 12:55:43 UTC 2015 - tchvatal@suse.com
- Update to 1.11.24:
* Translation updates
* Various small fixes
-------------------------------------------------------------------
Tue Feb 17 13:38:47 UTC 2015 - p.drouand@gmail.com
- Update to version 1.17.23
+ Use a matching group instead of ${^MATCH} in s/// in dselect build script.
+ Skip tar extractor tests if tar is not GNU tar >= 1.27.
+ Reset the trigger cycle tracking on unsatisfied dependencies during
trigger processing. Closes: bdo#771730
+ Fix out-of-bounds buffer read accesses when parsing field and trigger
names or checking package ownership of conffiles and directories.
+ Add versioned Breaks on packages creating trigger cycles. Namely auctex,
apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core,
gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress
and xfonts-traditional.
+ Update translations
- Remove unapplied patches; SLE11 support is disabled in project home
+ dpkg-pod2man-no-utf8.patch
+ dpkg-old-File-Path.patch
+ dpkg-old-Test-More.patch
- Remove obsolete patches
* dpkg-ppc64le.diff
* dpkg-archive_tar_format_gnu.patch
* dpkg-archtable-suse.patch
- Rename updated patch
pdate-alternatives-1.16.8-suse.patch > pdate-alternatives-suse.patch
- Clean up a bit specfile
-------------------------------------------------------------------
Mon May 12 13:57:59 UTC 2014 - tchvatal@suse.com
- Use SUSE not SuSE.
-------------------------------------------------------------------
Mon Dec 2 21:27:10 UTC 2013 - dvaleev@suse.com
- add dpkg-ppc64le.diff (adds ppc64le architecture)
-------------------------------------------------------------------
Wed Jul 3 09:57:49 UTC 2013 - jengelh@inai.de
- Add dpkg-sparc.diff to unbreak compilation on sparcv9 build
-------------------------------------------------------------------
Mon Mar 25 20:35:24 UTC 2013 - frank.lichtenheld@sophos.com
- update to 1.16.10
* Fix update-alternatives test suite to behave correctly on non-Debian
binary paths. Known to be affecting at least Gentoo and Mac OS X.
* Do not leak subcall command arguments in update-alternatives.
* Fix segfault on update-alternatives when passing --slave without any
action at all. lp#1037431
-------------------------------------------------------------------
Thu Sep 27 21:58:39 UTC 2012 - frank.lichtenheld@sophos.com
- update to 1.16.8
-------------------------------------------------------------------
Fri Jul 6 23:15:06 UTC 2012 - frank.lichtenheld@sophos.com
- update to 1.16.7
* Print master and slave alternarive link names in update-alternatives
--query and always print alternative link in --config. Closes: #679010
* Check parsed integers for invalid or no digit errors in
update-alternatives. Check all parsed integers for out of range
errors. On "update-alternatives --install" only warn for now on
out of range priorities and clamp the values
-------------------------------------------------------------------
Wed Jun 6 08:22:03 UTC 2012 - coolo@suse.com
- fix the reworked patch
-------------------------------------------------------------------
Mon May 21 03:34:58 UTC 2012 - i@marguerite.su
- update to 1.16.3
- reworked patch
-------------------------------------------------------------------
Sun Jan 29 21:29:58 UTC 2012 - frank.lichtenheld@sophos.com
- update to 1.15.8.12
* no changes, just keep in sync with deb
-------------------------------------------------------------------
Sat Nov 26 00:24:49 UTC 2011 - frank.lichtenheld@sophos.com
- update to 1.15.8.11
- remove unused tarballs and patches
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Thu Mar 17 15:30:58 UTC 2011 - mvyskocil@suse.cz
- update to 1.15.8.10 - bug fix release
- build it in the same source tree as package deb
-------------------------------------------------------------------
Mon Mar 14 13:13:50 UTC 2011 - mvyskocil@suse.cz
- update to 1.15.8.5
* update-alternatives is now implemented in C
- fix bnc#647151 - update-alternatives: false claim in the description
* removed jpackage only part, as it's now don't have any sense
-------------------------------------------------------------------
Thu Feb 17 15:18:25 UTC 2011 - mvyskocil@suse.cz
- fix bnc#669716 - update-alternatives corrupt
the pack/unpack removal code broke the java update-alternatives file
-------------------------------------------------------------------
Mon Jul 21 16:22:46 CEST 2008 - mvyskocil@suse.cz
- fix of enhancenment request[bnc#261246] - update-alternatives should support --set
- update to the 1.14.19
-------------------------------------------------------------------
Tue Nov 6 18:53:00 CET 2007 - mvyskocil@suse.cz
- fix the manual link state after --install and --remove commands [#334783]
-------------------------------------------------------------------
Wed Jan 25 21:48:53 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Sep 29 00:10:28 CEST 2005 - dmueller@suse.de
- add norootforbuild
-------------------------------------------------------------------
Wed Sep 1 21:10:06 CEST 2004 - skh@suse.de
- Initial package version 1.8.3