[Reproducible-commits] [dpkg] annotated tag 1.15.8 created (now 1e7e3df)

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


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

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

        at  1e7e3df   (tag)
   tagging  189dcd07b4cd62159fb0a28db79249d86c91fb1b (commit)
  replaces  1.15.7.2
 tagged by  Guillem Jover
        on  Thu Jul 29 10:50:13 2010 +0200

- Log -----------------------------------------------------------------
Release 1.15.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkxRQMgACgkQuW9ciZ2SjJsqpACfanK9Vz7PvlmqJ13m+o7NL86K
AL0AoPrLFdu7JzrPhLN6ePlgj+aLPwjg
=d6k+
-----END PGP SIGNATURE-----

Bill Allombert (1):
      libdpkg: in parsedb() finish the rename of stat -> st

Christian PERRIER (4):
      A few more strings
      Update changelog
      French translation updated to 507t
      Russian translation updates

Colin Watson (6):
      Add tests for Ubuntu changelog parsing
      Dpkg::BuildFlags: simplify update-buildflags hook
      dpkg-buildpackage: Export all build flags
      Dpkg::Vendor::Ubuntu: Handle hardening in DEB_BUILD_OPTIONS
      dpkg(1): clarify scope of --configure
      lib/dpkg/test/t-ar.c: fix buffer overflow in ar test

Guillem Jover (128):
      Bump version to 1.15.8
      Merge branch 'sid' (through tag '1.15.7.1')
      Use bool instead of int wherever appropriate
      Ignore all foreign m4 files
      build: Require gettext 0.18
      build: Pass --previous to msgmerge with the new MSGMERGE_OPTIONS variable
      s-s-d: Check for error on open an ioctl calls
      dpkg-deb: Check for error on lstat
      dpkg-deb: Refactor file_info freeing into a new file_info_free function
      dpkg-deb: Fix leak on non-symlink paths when building the package
      dpkg-deb: Reduce scope of infobuf variable in extracthalf
      dpkg-deb, dpkg-split: Fix few resource leaks
      dselect: Fix memory leak on inexistent method directory
      dselect: Fix variable usage after delete when using --debug
      dpkg: Reduce scope of variables in audit()
      build: Only use mmap in parser if explicitly requested
      s-s-d: Fix abort when opening /dev/tty with --background
      build: Use DPKG_CHECK_DECL instead of DPKG_CHECK_DEFINE for TIOCNOTTY
      build: Do not fallback to use chown instead of lchown if not available
      Refactor glob functions into its own module
      dpkg: Refactor file list removal into new remove_file_from_list function
      libcompat: Add support for asprintf and vasprintf
      libcompat: Add declarations in compat.h for snprintf functions
      build: Change default admindir to LOCALSTATEDIR/lib/dpkg
      build: Allow changing default logdir
      build: Enable additional warnings by default
      Unify naming of va_list variables to args or args_copy
      libdpkg: Remove second va_copy in varbufvprintf
      dpkg: Add two new dpkg options --path-exclude and --path-include
      build: Remove redundant test_case assignment in utils/
      dpkg: Remove filtered files on upgrade
      dpkg: Remove filtered existing directories on upgrade
      dpkg: Switch existingdirectory and keepexisting from int to bool
      dpkg: Mark the summarize_filename() ellipsed string for translation
      man: Update u-a log file reference
      dpkg: Use iterators instead of exposing packageslump directly
      dpkg-trigger: Mark do_check with DPKG_ATTR_NORET
      libdpkg: Rename trigdef_yylex() to trigdef_parse()
      libdpkg: Add new version symbol script
      libdpkg: Remove outdated comment with test dataset package names
      dpkg: Remove redundant trailing newlines from debug output
      dpkg: Mark hook command error string for translation
      libdpkg: Remove 'valid' member from struct pkginfoperfile
      dpkg: Do not use abbreviations for 'distributed'
      libdpkg: Remove unused nfields variable
      libdpkg: Remove obsolete internal status aliases
      libdpkg: Add missing word in comment to make it grammatical
      dpkg-query: Change actionfunction to return int instead of void
      dpkg: Place deferred extract rename debug message closer to the action
      libdpkg: Check version syntax when parsing
      libdpkg: Check in test-case that : is an illegal character in revision
      Remove 'vsnprintf return value check' item from TODO after code review
      Use consistent naming for linked lists members
      build: Add a top-level update-po target
      Regenerate .pot files and merge .po files with them
      Update Catalan translation
      Use new DPKG_AR_MAGIC macro instead of literal string
      libdpkg: Add new dpkg ar support functions
      dpkg-deb: Use new dpkg_ar library functions instead of ad-hoc code
      dpkg-split: Rewrite mksplit in C
      dpkg-split: Fix indentation for the rest of split.c
      dpkg-divert: Rewrite in C
      Use linux-any wildcard for libselinux1-dev Build-Depends
      Use Breaks instead of Conflicts in dpkg, dpkg-dev and libdpkg-perl
      Move Dpkg.pm and Dpkg/Gettext.pm from dpkg to libdpkg-perl
      Bump Standards-Version to 3.9.0
      libdpkg: Refactor file lock setup into file_lock_setup()
      dpkg: Detect locked databases on --audit
      man: Clarify --force-confask description
      dpkg-deb: Do not special case old format control member
      dpkg-deb: Do not use EOF on file descriptor calls
      dpkg-deb: Remove redundant readfromfd variable
      dpkg-deb: Reduce scope of several variables in extracthalf()
      dpkg-divert: Disable renaming of the source file does not exist
      dpkg-divert: Refactor writable directory check into a new function
      libdpkg: Fix command_add_argv doxygen comment to match param name
      build: Skip all dpkg-divert tests if the binary is not available
      build: Rename overriding check targets to check-local
      build: Fix 'make check' when libdpkg has not been built yet
      build: Refactor perl test-suite support into a new Makecheck.am file
      build: Move dpkg_divert test case from scripts to src
      build: Add optional code coverage support
      dpkg-split: Namespace global option variables to not shadow local ones
      dpkg: Rename the remove variable to skip to not shadow remove(3)
      dpkg: Rename symlink variable to target to not shadow symlink(2)
      u-a: Remove unneeded const from fileset_add_slave string arguments
      u-a: Rename variable index to idx to not shadow index(3)
      u-a: Rename link variable to linkname to not shadow link(2)
      u-a: Rename altlnk to sl_altlnk to not shadow altlnk from outter scope
      u-a: Rename variable a to a_new to not shadow outter scope variable
      Switch variables from int to bool where appropriate
      Convert limiteddescription() to pkg_summary()
      Move pkg-show module to libdpkg
      libdpkg: Make pkg_summary() return the summary instead of void
      dpkg-query: Use pkg_summary in list1package instead of ad-hoc code
      dpkg-query: Do not incorrectly trim package summary on --list
      Fix file names in comment header
      dpkg-query: Rename query.c to querycmd.c
      build: Add -Wshadow to default warnings
      Use earlier/later instead of smaller/bigger for comparison relationships
      Do not include two unused <assert.h>
      libdpkg: Make pkginfo argument const in pkg_summary()
      dpkg: Stop exporting DPKG_LIBDIR to maintainer scripts
      build: Add missing TEST_ENV_VARS to check-local target
      build: Set LC_ALL=C for check-local
      dpkg-deb: Parse control file into available structure
      libdpkg: Add new varbuf_trunc() function
      Use varbuf_trunc instead of directly assigning to member 'used'
      libdpkg: Fix buffer overflow in path_quote_filename
      libdpkg: Fix bogus handling of '\\' in path_quote_filename
      libdpkg: Fix buffer size limit handling in path_quote_filename
      libdpkg: Complete test cases for the path module
      libdpkg: Add test case for command_exec
      libdpkg: Add additional branches to informative() test-case
      Pass tar context pointer as an argument instead of a struct member
      libdpkg: Rename and namespace TarFileType to tar_filetype
      libdpkg: When decoding the tar header assign the TarInfo Type first
      libdpkg: Normalize tar_filetype_file0 to tar_filetype_file on decode
      libdpkg: Rename and lower-case TarInfo members
      libdpkg: Rename TarExtractor to tar_extractor
      libdpkg: Rename TarInfo to tar_entry
      libdpkg: Move code handling tar uid/gid together
      dpkg: Assign correct SE Linux label to non-regular files
      dpkg-buildpackage: Switch build option tracking to a bitmask variable
      dpkg-buildpackage: Add new -F option for full build
      dpkg-buildflags(1): Fix typo
      Regenerate .pot files and merge .po files with them
      Release 1.15.8

Helge Kreutzmann (21):
      Update German translation of manual pages
      Update German scripts translation
      Switch German man page translation to utf-8
      Update German scripts translation
      Update German translation of manual pages
      Add missing changelog entry for commit ce33efa7b93bc98635667f597c7487631af3459a
      Update German scripts translation
      Update German translation of manual pages
      Update German scripts translation
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      Update German scripts translation
      Update German translation of manual pages
      Update German scripts translation
      Update German translation of manual pages
      Update German translation of manual pages
      Update German translation of manual pages
      Update German scripts translation
      Update German scripts translation
      Update German translation of manual pages

Henning Makholm (1):
      Add new dpkg --force-confask option

Holger Wansing (1):
      Use impersonal messages in German dpkg scripts translation

Ian Fleming (1):
      dpkg-architecture(1): Fix typos

Joey Hess (3):
      dpkg-source: modify source format "3.0 (git)" to use git bundle
      dpkg-source(1): add missing paragraph break to man page
      dpkg-source: fix path to gitshallow file in source format "3.0 (git)"

Jonathan Nieder (1):
      dpkg-source: do not ensure prerequisites are met for --before-build/--after-build

Mikhail Gusarov (1):
      dpkg-divert: Add new test-case

Omar Campagne (7):
      Fix typos in multiple manual pages
      Update Spanish translation of manual pages
      Revert 9434cb7d5e91718888489f8c08bfce7b768a7f1d
      Fix enconding of addendum
      Fix quotes (grmpf)
      Initial Spanish scripts translation
      Update Spanish translation of manual pages

Osamu Aoki (1):
      deb-control(5): Add missing mentions of the Breaks field

Peter Krefting (6):
      Update Swedish translation.
      Update Swedish translation.
      Update POTFILES.in for changes in source files.
      Update Swedish translation.
      Correct typo in dpkg-maintscript-helper.1
      Update Swedish translation:

Raphaël Hertzog (29):
      Merge commit '1.15.7.1'
      dpkg-source: implement --before-build and --after-build command
      dpkg-buildpackage: add calls to dpkg-source --before-build and --after-build
      Update coding-style.txt to also cover the Perl code
      libdpkg: update w_booleandefno() to cope with the changed type of booleans
      Dpkg::Path: new function find_command() that finds a command on the PATH
      Dpkg::Shlibs::Objdump: use the cross objdump when cross compiling
      dpkg-buildpackage: use Dpkg::Path::find_command instead of custom testcommand
      dpkg-maintscript-helper: handle missing parameters properly
      dpkg-maintscript-helper: clarify meaning of lastversion for rm_conffile
      dpkg-maintscript-helper: fix function called by mv_conffile in postrm
      dpkg-maintscript-helper: make <lastversion> optional in rm_conffile and mv_conffile
      Regenerate .pot files and merge .po files with them
      dpkg-gensymbols: fix handling of tags
      dpkg-shlibdeps(1): fix typo libssl.so.9.8 -> libssl.so.0.9.8
      update-alternatives: rewritten in C
      Dpkg::Conf: add new filter method
      dpkg-source: new --unapply-patches option
      dpkg-source: new option --abort-on-upstream-changes
      Dpkg::Source::Patch: capture output of patch and print it on error
      Dpkg::Changelog: fixed to cope properly with an entry of version "0"
      Check the stat structure only if it has been initialized
      update-alternatives: avoid segfault when the only slave is disappearing
      dpkg-buildflags: new --export command
      Dpkg::Compression: add --no-name and --rsyncable options to the gzip call
      dpkg-source: replace tar ignore pattern *~ with */*~
      Add missing bug closure
      Bump Standards-Version to 3.9.1
      dpkg-source: drop upstream debian directory before copying the debian one in place

Sven Joachim (5):
      Fix ”make distcheck“ errors
      German dpkg translation update
      German dpkg translation update
      build: Fix “make distcheck” errors
      German dpkg translation update

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

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