Accepting request 619567 from system:packagemanager

- 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

OBS-URL: https://build.opensuse.org/request/show/619567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2018-07-07 19:51:57 +00:00 committed by Git OBS Bridge
commit ff6700ec89
6 changed files with 70 additions and 34 deletions

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Jun 28 11:01:28 UTC 2018 - tchvatal@suse.com
- 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>.
-------------------------------------------------------------------
Mon Jan 22 18:10:46 UTC 2018 - tchvatal@suse.com
@ -266,7 +296,7 @@ Thu Mar 31 11:39:18 UTC 2011 - flichtenheld@astaro.com
-------------------------------------------------------------------
Thu Mar 17 15:32:12 UTC 2011 - mvyskocil@suse.cz
- split the u-a to separate spec file to reduce a build cycle
- split the u-a to separate spec file to reduce a build cycle
-------------------------------------------------------------------
Wed Mar 16 09:07:15 UTC 2011 - mvyskocil@suse.cz
@ -344,7 +374,7 @@ Thu Nov 12 09:14:55 UTC 2009 - wr@rosenauer.org
-------------------------------------------------------------------
Thu Aug 13 13:01:58 UTC 2009 - puzel@novell.com
- update to debhelper-7.3.12
- update to debhelper-7.3.12
* dh: Allow creation of new sequences (such as to handle a patch
target for quilt), by adding an add_command function to the
sequence addon interface.
@ -444,7 +474,7 @@ Fri Jul 3 10:48:44 CEST 2009 - puzel@novell.com
-------------------------------------------------------------------
Fri Jun 12 09:03:44 CEST 2009 - puzel@suse.cz
- update to debhelper-7.2.16
- update to debhelper-7.2.16
* dh_gconf: Add missed half of postrm fragment removal.
-------------------------------------------------------------------
@ -455,7 +485,7 @@ Thu Jun 11 11:33:32 CEST 2009 - puzel@suse.cz
* dh_compress: Avoid compressing .svg and .sgvz files, since these
might be used as images on a html page, and also to avoid needing
to special case the .svgz extension when compressing svg.
* dh_scrollkeeper: Now a deprecated no-op.
* dh_scrollkeeper: Now a deprecated no-op.
* dh_gconf: Remove postrm fragment that handled schema migration
from /etc to /usr.
@ -475,12 +505,12 @@ Wed May 13 12:05:11 CEST 2009 - puzel@suse.cz
* dh_auto_configure: Add --skipdeps when running Makefile.PL,
to prevent Module::Install from trying to download dependencies.
* Support debian/foo.os files to suppliment previous debian/foo.arch
file support.
file support.
-------------------------------------------------------------------
Mon May 11 14:56:30 CEST 2009 - puzel@suse.cz
- update to debhelper-7.2.10
- update to debhelper-7.2.10
* Close COMPAT_IN filehandle.
* dh_auto_configure: Clarify man page re adding configure
parameters.
@ -492,7 +522,7 @@ Mon May 11 14:56:30 CEST 2009 - puzel@suse.cz
Wed May 6 15:50:23 CEST 2009 - puzel@suse.cz
- update to debhelper-7.2.9
* dh_fixperms: Ensure lintian overrides are mode 644.
* dh_fixperms: Ensure lintian overrides are mode 644.
* dh_fixperms: Fix permissions of OCaml .cmxs files.
* dh: Add --without to allow disabling sequence addons (particularly
useful to disable the default python-support addon).
@ -519,7 +549,7 @@ Thu Apr 16 11:55:35 CEST 2009 - puzel@suse.cz
-------------------------------------------------------------------
Mon Apr 6 15:23:19 CEST 2009 - puzel@suse.cz
- add a hack to detect architecture correctly (bnc#469337)
- add a hack to detect architecture correctly (bnc#469337)
-------------------------------------------------------------------
Mon Mar 16 16:43:15 CET 2009 - puzel@suse.cz
@ -584,14 +614,14 @@ Thu Dec 18 13:48:25 CET 2008 - puzel@suse.cz
* dh_install(1): Order options alphabetically.
* Fix some docs that refered to --srcdir rather than --sourcedir.
* Add Vcs-Browser field.
* Ignore unknown options in DH_OPTIONS.
* Ignore unknown options in DH_OPTIONS.
-------------------------------------------------------------------
Wed Oct 29 17:28:46 CET 2008 - puzel@suse.cz
- update debhelper to 7.1.0
* dh_installchangelogs: Fall back to looking for changelog files ending
with ".txt".
with ".txt".
* dh_gencontrol: Ensure misc:Depends is set in substvars to avoid dpkg
complaining about it when it's empty.
* dh: Fix typo in example.
@ -672,7 +702,7 @@ Mon Jul 7 13:49:46 CEST 2008 - puzel@suse.cz
- update dpkg to 1.14.19
* a lot of changes and bugfixes
* for complete changelog see program sources or
* for complete changelog see program sources or
/usr/share/doc/packages/deb/dpkg/changelog
* removed dpkg-gcc4.patch - compiles fine without it
* removed dpkg-make.patch, dpkg-automake.diff, dpkg-strip.patch
@ -680,7 +710,7 @@ Mon Jul 7 13:49:46 CEST 2008 - puzel@suse.cz
* removed dpkg_1.10.23-doc.patch - fixed in upstream
- update debhelper to 7.0.13
* a lot of changes and bugfixes
* for complete changelog see program sources or
* for complete changelog see program sources or
/usr/share/doc/packages/deb/debhelper/changelog
* debhelper-no-localized-manpages.diff - do not use po4a to generate
localized documentation
@ -700,7 +730,7 @@ Tue Jul 24 14:52:04 CEST 2007 - dmueller@suse.de
-------------------------------------------------------------------
Sun Apr 22 22:37:02 CEST 2007 - ro@suse.de
- use texlive for building
- use texlive for building
-------------------------------------------------------------------
Fri Mar 30 08:49:13 CEST 2007 - aj@suse.de
@ -725,7 +755,7 @@ Fri Jan 13 13:12:52 CET 2006 - schwab@suse.de
-------------------------------------------------------------------
Wed Dec 21 01:21:54 CET 2005 - ro@suse.de
- remove unpackaged symlinks
- remove unpackaged symlinks
-------------------------------------------------------------------
Thu Sep 8 14:49:24 CEST 2005 - mjancar@suse.cz
@ -745,7 +775,7 @@ Fri Apr 8 13:50:27 CEST 2005 - uli@suse.de
-------------------------------------------------------------------
Thu Feb 10 16:56:12 CET 2005 - rengelhard@suse.de
- update dpkg to 1.10.27 (just translation updates)
- update dpkg to 1.10.27 (just translation updates)
-------------------------------------------------------------------
Thu Jan 20 23:38:24 CET 2005 - ro@suse.de
@ -755,52 +785,52 @@ Thu Jan 20 23:38:24 CET 2005 - ro@suse.de
-------------------------------------------------------------------
Wed Jan 12 15:45:21 CET 2005 - rengelha@suse.de
- update dpkg to 1.10.26
- update dpkg to 1.10.26
-------------------------------------------------------------------
Wed Jan 5 13:41:10 CET 2005 - rengelhard@suse.de
- update debhelper to 4.2.30
- update debhelper to 4.2.30
-------------------------------------------------------------------
Tue Jan 4 11:11:22 CET 2005 - rengelhard@suse.de
- update debhelper to 4.2.29
- update debhelper to 4.2.29
-------------------------------------------------------------------
Wed Dec 15 12:06:57 CET 2004 - rengelhard@suse.de
- update debhelper to 4.2.28
- update debhelper to 4.2.28
-------------------------------------------------------------------
Mon Dec 13 09:16:46 CET 2004 - rengelhard@suse.de
- update debhelper to 4.2.27
- update debhelper to 4.2.27
-------------------------------------------------------------------
Tue Nov 16 15:44:34 CET 2004 - rengelhard@suse.de
- update dpkg to 1.10.25
- update dpkg to 1.10.25
-------------------------------------------------------------------
Thu Nov 11 10:42:02 CET 2004 - rengelhard@suse.de
- update debhelper to 4.2.24
- update debhelper to 4.2.24
-------------------------------------------------------------------
Fri Oct 29 13:55:11 CEST 2004 - rengelhard@suse.de
- update debhelper to 4.2.23
- update debhelper to 4.2.23
-------------------------------------------------------------------
Wed Oct 27 12:15:38 CEST 2004 - rengelhard@suse.de
- update dpkg to 1.10.24
- update dpkg to 1.10.24
-------------------------------------------------------------------
Wed Oct 13 12:11:21 CEST 2004 - rengelhard@suse.de
- update debhelper to 4.2.21
- update debhelper to 4.2.21
-------------------------------------------------------------------
Wed Sep 8 00:06:37 CEST 2004 - ro@suse.de
@ -994,12 +1024,12 @@ Tue Oct 31 10:57:36 CET 2000 - cihlar@suse.cz
-------------------------------------------------------------------
Tue May 23 16:48:45 CEST 2000 - cihlar@suse.cz
- added files in /etc and /var to %files
- added files in /etc and /var to %files
-------------------------------------------------------------------
Mon May 22 15:19:20 CEST 2000 - cihlar@suse.cz
- removed install-info and start-stop-daemon
- removed install-info and start-stop-daemon
-------------------------------------------------------------------
Mon May 15 17:20:51 CEST 2000 - schwab@suse.de

View File

@ -17,10 +17,10 @@
Name: dpkg
Version: 1.19.0.4
Version: 1.19.0.5
Release: 0
Summary: Debian package management system
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Packages
Url: http://www.debian.org
Source0: http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.xz

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98a66bb19012f9bde848e1e02903fe411dd0b9e61921108ee4323c4167e6990a
size 4559160

3
dpkg_1.19.0.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:818046927a7f77c1bcbbad7d8dbc04cdf0f3e6ec4e1a4f9d313378ecc69d85b5
size 4557428

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -17,10 +17,10 @@
Name: update-alternatives
Version: 1.19.0.4
Version: 1.19.0.5
Release: 0
Summary: Maintain symbolic links determining default commands
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Management
Url: http://ftp.de.debian.org/debian/pool/main/d/dpkg/
Source0: http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.xz