[Reproducible-commits] [dpkg] annotated tag 1.17.11 created (now 537c5b8)

Holger Levsen holger at layer-acht.org
Tue May 3 08:44:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a change to annotated tag 1.17.11
in repository dpkg.

        at  537c5b8   (tag)
   tagging  23b8f2a3e2650b78c4448ba437afb20f04850674 (commit)
  replaces  1.17.10
 tagged by  Guillem Jover
        on  Sun Aug 10 02:22:52 2014 +0200

- Log -----------------------------------------------------------------
Release 1.17.11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJT5rtkAAoJELlyvz6krlejrI4P/17AqouUtHbJDWSFoqWqAecl
RJNyG/OVY7+bsZif1VOl0VIcDbJYzO5yVEeiNXmUyllPe75mCohrH1XAE8J18O+p
6LuVqgAQsNBN96Y65AeFsJgzaMzLC1AN1Hh9F9fXelR+51OFW31xVymZuG+Z0/t3
2syHVzRgidTosx3DPzKLIKa3iNg3nkGtmv0hqHRowXHTVsrf8pCeTBfZkj3BXJ+M
B0o5isJVF+T5387OShwAlCfdZ/wVG0pzjH0wEpZmGs9lt2YNRwDGVjxA6YrZxxgr
L+l74wvXqvzsroOo4v0RK3iTUhegCDezOTLebQhYyXl4F2FXzQj5OOffAj6eYzpp
eek0+LQrZ35zrhTa+YNlahboyQ2Ap5ULHS/2qvLE6LAezrs/LR9ZbO4Ouct1YIbb
Ztteb9T8ErmSO01GNvu5rRem+1Hd99ZanU8Jxrlihu0EmNZSuXvC8a2c2gOul/fy
R3TCd09uLSaeRVY0F8Pia2SOIxZegTxLGe+wx3HKl2TFkHhAr4yPl2+sjFGjNmmr
oXCU6euCh5yLFj3xRNZXNBFjzS7LWeC8yajsOK6OYHcfRvIElRvwE8qAhVZd+XIS
LNmZSnc4NBYaHgk4WJilNKIPkyvrefteRkrM7HDh7jftK9yUj3WukVAOy96QvzM4
hS4OdDvSSIfX0mZCXxUv
=kv+i
-----END PGP SIGNATURE-----

Adam Conrad (1):
      Dpkg::Vendor::Debian: Do not disable stack-protector on arm64

Fredrik Fornwall (1):
      Replace obsolete <sys/fcntl.h> with <fcntl.h>

Guillem Jover (64):
      Bump version to 1.17.11
      Fix Spanish translation of dpkg-query -l header
      Use https:// URLs instead of http:// when possible (round two)
      Update some dpkg git URLs to the new and newer (cgit switch) scheme
      build: Refactor compiler option checks into a new function
      libcompat: Make the library testable
      libdpkg: Move __func__ and nullptr definitions to libcompat
      libcompat: Mark compat functions with attribute printf and vprintf
      libcompat: Do not run qsort over the scandir list if it is NULL
      libdpkg: Add DPKG_ATTR_THROW and DPKG_ATTR_NOEXCEPT macros
      dselect: Mark new and delete operators with new throw and noexcept macros
      dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc code
      libcompat: Add a setexecfilecon() function out from dpkg code
      dpkg: Use filenamenodeflags enum instead of wrongly using fnnflags
      libdpkg: Fix file triggers/Unincorp descriptor leak on subprocesses
      dpkg-statoverride: Do not abort when user and group names are unknown
      dpkg: Do not write to the available file when unpacking binary packages
      Add versioned Provides support
      dpkg: On removal check Depends and Pre-Depends for unpacked packages
      dpkg-buildflags: Add support for new hardening flag stackprotectorstrong
      libdpkg: Refactor field search functions
      libdpkg: Add new varbuf_add_arbfield()
      dpkg-deb: Use parsedb() instead of an ad-hoc deb822 parser
      libdpkg: Use varbuf used member instead of strlen() over the buffer
      libdpkg: Add db:Status-Want, db:Status-Status and db:Status-Eflag fields
      Dpkg::Source::Patch: Add comment about ignoring the Index: pseudo-header
      Dpkg::Vendor::Debian: Split feature area option parsing into a function
      dpkg-source: Automatically add the Testsuite field
      dpkg-scanpackages: Spell nocheck option in wait_child() correctly
      dpkg(1): Move the explanation of functional checks to the --verify command
      dpkg-buildpackage(1): Improve man page
      dpkg-source(1): Mark the “and” between the filenames as regular format
      dpkg-source: Add --format an --ignore-bad-version to --help output
      Dpkg::Source::Quilt: Clarify error message when patches fail to apply
      dpkg: Try to preallocate the disk size for extracted files
      dpkg-source: Print the correct removed binary filename with --include-removal
      Bump the i386 architecture GNU triplet to i586-linux-gnu
      Update i386 architecture GNU cpu regex in cputable to match i786 too
      libdpkg: Remove unused pkglibdir variable from libdpkg.pc.in
      Dpkg::Substvars: Add missing trailing dot
      Dpkg::Substvars: Move upstream version computation into a temporary variable
      Dpkg::Substvars: Switch used tracking from a counter to a bitfield
      Dpkg::Substvars: Add automatic variable tracking
      scripts: Mark Format and Installed-Size as automatic substvars
      Dpkg::Substvars: Warn on usage of deprecated Source-Version substvar
      scripts: Use //= instead of explicit defined or exists checks
      scripts: Use //= instead of ||= when appropriate
      scripts: Use // instead of || where appropriate
      Dpkg::Control::HashCore: Say OpenPGP instead of PGP in comments and errors
      Dpkg::IPC: Add support for sig and delete_sig spawn() options
      Dpkg::Compression::FileHandle: Add %opts to ensure_open() member
      Dpkg::Source::Archive: Delete the current compressor SIGPIPE disposition
      Dpkg::Path: Change find_command() to handle an empty or undef argument
      dpkg-buildpackage: Ignore DEB_CHECK_COMMAND if the command is not found
      dpkg-gencontrol: Emit a warning when using the deprecated -is/-ip options
      dpkg-genchanges: Only print build type once
      scripts: Unify build options description in --help output
      dpkg-buildpackage: Move checkbuilddeps and target settings out of the options loop
      scripts: Only allow one build type option
      dpkg-genchanges: Correctly filter host arch from the Architecture field
      scripts: Add -g and -G options for source plus arch-indep/specific builds
      dpkg: Fix --add-architecture and --remove-architecture to take one argument
      Regenerate .pot files and merge .po files with them
      Release 1.17.11

Jae Junh (1):
      Add powerpcel support to cputable

Jean-Baka Domelevo Entfellner (1):
      Update French program translations.

Joe Dalton (1):
      Update Danish program translations

Miguel Figueiredo (1):
      Update Portuguese programs translation

Peter Krefting (1):
      Update Swedish translation

Sylvestre Ledru (1):
      dpkg-shlibdeps: Add a hint to the error on no dependency information found

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list