[Reproducible-commits] [dpkg] annotated tag 1.17.14 created (now c702a15)

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.14
in repository dpkg.

        at  c702a15   (tag)
   tagging  0a8c971b020eded716a196a9a5d1cf083d42e882 (commit)
  replaces  1.17.13
 tagged by  Guillem Jover
        on  Mon Oct 6 02:08:35 2014 +0200

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

iQIcBAABCAAGBQJUMd2KAAoJELlyvz6krlejWjUQALzpqagrQFGRymZXRslgPAtE
ZB07V7sAngyidoc10IvXv19R7i9rehqWRRvdeBTdflgM8Pwx4KB/TdLtMfdBBZ06
2AExdpSiHfWTzR5iyxpF0hzUqFwgtZuByC5De34PF4LyZBTxh8jabgd6xQxl8eCK
w/kUMpS769+yv/mGMo3BtRrwLU7LcQOPUbNi5SN0g352jMJ1JCiMA4RclAW47uIW
nvqQfh2Dn+BiSZg3ZJJR2AJylAotxF4m4qWq34sUZgM2G75tRXoEgTA3lStUut6C
sHahK6bhfFPpi79jsdZ46FATNZJDNiDxXzAG1IKV5nQjX7G/gQCAJZEna2cR10zk
1eK8/OqNwNIMVN3odclq982tevR8pVNRuK1aTEIXyz9mCtwDemUcxxFYLd1OLkdo
9SNgbu3AX6GwBJBiPTQ5IkRN5y1LR1x0arlAl0MgaSDmAZvkDNR0hRwHGZlOc24W
mgRUquwQXLItGb4Uc+ppRAijGO50uLvZlcdUfFJxvOISM7LQcF1Fy9pt/zADL8Ds
VNVNSUN8mIlDzXK+oQcf5RXljK+4+fXjdq/fD0/LWNUD2UC5nlaFkJA5OU+bKEHZ
Wm6goIMNg/7V3mV0fXnAUJm8U+0buWzhYj3qBIvfzOfFcFFGsYgv0SkJgT/7G7mU
xFnn05OM2hoIY3emz5ow
=l6kz
-----END PGP SIGNATURE-----

Christos Trochalakis (1):
      s-s-d: Do not abort on --stop when only pid or ppid options are specified

Guillem Jover (106):
      Bump version to 1.17.14
      doc: Update Doxygen configuration from version 1.8.8
      doc: Do not add timestamps to Doxygen output
      debian: Move changelog entry around
      po: Fix Italian man page translations
      po: Fix '--' to '-' on translations for single character options
      po: Fix mismatched format string in Catalan translation
      po: The copyright holder for the original code is not SPI
      debian: Switch copyright to machine-readable format 1.0
      debian: Bump Standards-Version to 3.9.6 (no changes needed)
      build: Disable unused run-time type information for dselect
      build: Fix compiler flag detection with non-GCC compilers
      build: Split test_programs and test_scripts out of test_cases
      libdpkg: Rename pkg_db_iter_next_pkg() local variable r to pkg
      dpkg: Remove static from pointer variables
      dpkg: Add new struct filenamenode_queue
      dpkg: Use struct filelist instead of two fileinlist to track newconffiles
      dpkg: Rename newconff_append() to filenamenode_queue_push()
      dpkg: Factor out deb_parse_conffiles() from process_archive()
      dpkg-source: Fix perl warning when typing Ctrl-D on patch name prompt
      dpkg-deb: Add new --ctrl-tarfile command
      dpkg-architecture: Refactor check_arch_coherency()
      dpkg-architecture: Add support for target information
      dpkg-architecture: Clarify that -a, -t, -e and -i work with the host system
      scripts: Place Commands: before Options: in --help output
      dpkg-genchanges: Use $include directly instead of convenience is_ functions
      dpkg-genchanges: Do not use an intermediate variable with the upload dir
      dpkg-genchanges: Merge fallback Section and Priority value assignments
      dpkg-genchanges: Do not repeat dsc name in multiple places
      dpkg-genchanges: Fix order of Files field in generated .changes file
      dpkg-deb: Stop warning on unknown arbitrary fields
      dselect: Remove unnecessary handling of obsolete Package_Revision field
      scripts: Use named variables instead of using the topic variable
      dselect: Quote the FTP package name instead of trying to manually escape it
      dselect: Parse the system curses.h header instead of dselect-curses.h
      perl: Do not use the topic variable unnecessarily
      Dpkg::Deps: Emit a warning when using the obsolete check_package() function
      Dpkg::Deps::KnownFacts: Add support for versioned Provides
      dpkg-maintscript-helper(1): Add a mention of packaging helpers support
      Dpkg::Deps: Add new deps_iterate() function
      dpkg-maintscript-helper: Add support for relative symlinks to symlink_to_dir
      dpkg-buildflags(1): Move generic feature area details to the section top
      Dpkg::Vendor::Debian: Prefix add_hardening_flags with _ to mark as private
      dpkg-buildflags: Add a new qa feature area
      dpkg-buildflags: Add a bug feature to the qa feature area
      dpkg-buildflags: Add a canary feature to the qa feature area
      dpkg-buildflags: Fold list action handling with the other actions if block
      dpkg-buildflags: Reverse exit logic to check for errors
      scripts/mk: Pass DEB_BUILD_OPTIONS to dpkg-buildflags
      dpkg-buildflags: Honor feature area settings from DEB_BUILD_OPTIONS
      Dpkg::Vendor::Debian: Fix comments wording
      libdpkg: Fix error message from buffer_copy() read and write function
      arch: Remove lpia architecture support
      s-s-d: Abort if the system or compatibility setsid() fails
      s-s-d: Move write_pidfile() before daemonize()
      s-s-d: Do not exit from first parent before the pidfile has been created
      s-s-d: Make sure the pidfile is always created with a 022 umask
      s-s-d: Refactor KVM code
      s-s-d: On kFreeBSD do not make kvm_openfiles() open /dev/mem
      s-s-d: Do not fail when kvm_getprocs() cannot find any process
      u-a(8): Fix prerm invocation arguments
      dpkg, dselect: Use subproc_wait_check() instead of ad-hoc code in call sites
      libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()
      libdpkg: Make subproc_wait() and subproc_check() private
      libdpkg: Rename subproc_wait_check() to subproc_reap()
      libdpkg: Refactor setting and resetting a single signal into new functions
      libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()
      libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()
      libdpkg: Namespace and reword subproc flags
      libdpkg: Also return an error code for unhandled subprocess status
      libdpkg: Add new SUBPROC_RETSIGNO to return the signal number
      Dpkg::Source::Package::V2: Rename %origtar to %addonfile
      Dpkg::Arch: Map i786 to i386 for the multiarch pathname
      perl: Use length instead of /^$/ to test for an empty string
      Dpkg::Source::Package: Use a simple string match instead of a regex
      Dpkg::BuildProfiles: Add new parse_build_profile()
      dpkg-genchanges: Handle omitted packages due to build profiles
      dpkg: Use an intermediate variable for namenodetouse() return value
      dpkg: Normalize instdir by removing trailing '/' and '/.'
      dpkg: Never try to remove the root directory or its backups
      dpkg: Use varbuf_end_str() instead of varbuf_add_char() with explicit '\0'
      dpkg-deb: Remove arbitrary filename limit
      dpkg-buildpackage: Do not pipe the files to sign to GnuPG
      dpkg-scanpackages: Add a new --hash option to enable specific file checksums
      dpkg-architecture: Move -L actual code close to the other commands
      dpkg-architecture: Add architecture restriction options for -L
      dpkg-architecture: Say arch-wildcard instead of arch-alias in --help output
      scripts/t: Make sure temporary files are always cleaned up
      scripts: Unpack arguments instead of accessing @_ directly
      scripts: Unpack arguments just once
      dpkg-source: Rework command parsing and add --build and --extract aliases
      dpkg: Do not print pointers in debug output messages
      libdpkg: Fix off-by-one error in command argv size calculation
      libdpkg: Add missing <stddef.h> to dpkg/string.h needed for size_t and NULL
      libdpkg: Move the FNV hash function into a new strhash module
      libdpkg: Switch to the recommended FNV-1a variant
      dpkg: Switch the filesdb module to use the FNV hash function
      dpkg: Double the filesdb hash table size to the closest 2^18 prime
      dpkg: Document optional -C argument in --help output
      libdpkg: Consider a hardlink tar entry as a regular file for mode values
      libdpkg: Refactor tar_entry copying into tar_entry_copy()
      libdpkg: Make the uname and gname file_stat members non-const
      libdpkg: Record user and group name in tar_entry
      libdpkg: Add new tar extractor test cases
      Regenerate .pot files and merge .po files with them
      Release 1.17.14

Helge Kreutzmann (2):
      Update German translation of manual pages
      Update German translation of manual pages

Johannes Schauer (1):
      scripts: Update restriction formula syntax

Mert Dirik (1):
      po: Add Turkish program translations

Miroslav Kure (1):
      Czech translation update

Paul Wise (2):
      Dpkg::Vendor::Debian: Add support for a reproducible feature area
      Dpkg::Vendor::Debian: Add a timeless feature in the reproducible area

Raphaël Hertzog (1):
      deb-triggers(5): explain better why {interest,activate}-noawait should be favored

Łukasz Dulny (1):
      po: Update Polish program translations

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

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