Change log for bsdiff package in Debian

118 of 18 results
Published in bookworm-release
Published in sid-release
bsdiff (4.3-23) unstable; urgency=medium

  * Add debian/gbp.conf for debian/latest branch (DEP-14)
  * Use debhelper-compat 13
  * Freshen years in debian/copyright
  * Set Rules-Requires-Root: no in debian/control
  * Remove unused lintian override
  * Add autopkgtest
  * Bump Standards-Version to 4.6.0

 -- tony mancill <email address hidden>  Thu, 13 Jan 2022 08:20:22 -0800

Available diffs

Published in bullseye-release
Superseded in sid-release
bsdiff (4.3-22) unstable; urgency=high

  [ Ondřej Nový ]
  * d/copyright: Change Format URL to correct one

  [ tony mancill ]
  * Update Maintainer (Closes: #920105)
  * Apply patch for CVE-2020-14315 (Closes: #964796)
  * Freshen debian/copyright.

 -- tony mancill <email address hidden>  Sat, 03 Apr 2021 13:41:41 -0700

Available diffs

Published in buster-release
Superseded in sid-release
bsdiff (4.3-21) unstable; urgency=medium

  * Update Vcs fields for migration from Alioth -> Salsa
  * Use debhelper 11
  * Bump Standards-Version to 4.1.4

 -- tony mancill <email address hidden>  Sun, 22 Apr 2018 15:46:19 -0700

Available diffs

Superseded in buster-release
Superseded in sid-release
bsdiff (4.3-20) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Use existing cross compiler. (Closes: #794155)

  [ tony mancill ]
  * Add myself to Uploaders:
  * Use debhelper 10
  * Bump Standards-Version to 4.1.0

 -- tony mancill <email address hidden>  Tue, 19 Sep 2017 06:03:12 -0700

Available diffs

Superseded in buster-release
Published in stretch-release
Superseded in sid-release
bsdiff (4.3-19) unstable; urgency=medium

  * debian/control
    - (Homepage): Fix duck(1) "Couldn't connect to server" by updating
      URL.
  * debian/patches
    - (10): Adjust URL in header.

 -- Jari Aalto <email address hidden>  Fri, 11 Nov 2016 07:15:01 +0200

Available diffs

Superseded in stretch-release
Superseded in sid-release
bsdiff (4.3-18) unstable; urgency=medium

  * debian/bsdiff.lintian-overrides
    - Minor adjustments.
  * debian/patches
    - (30, 31, 32): New. (Closes: #632585).
      Make program less memory hungry.
      Patches thanks to Sebastian Andrzej Siewior <email address hidden>.

 -- Jari Aalto <email address hidden>  Wed, 02 Nov 2016 07:42:01 +0200

Available diffs

Superseded in stretch-release
Superseded in sid-release
bsdiff (4.3-17) unstable; urgency=medium

  * debian/patches
    - (20): New. Closes: CVE-2014-9862
      Description: No check for negative values on the number of bytes to
      read from the "diff" and "extra" streams, allowing an attacker
      controlling the patch file to write at arbitrary locations in the
      heap.
      https://security-tracker.debian.org/tracker/CVE-2014-9862

 -- Jari Aalto <email address hidden>  Sat, 29 Oct 2016 07:34:37 +0300

Available diffs

Superseded in stretch-release
Superseded in sid-release
bsdiff (4.3-16) unstable; urgency=medium

  * debian/copyright
    - Change from BSD to BSD-2-clause.
  * debian/control
    - (Homepage): Update to Sourceforge.
    - (Standards-Version): Update to 3.9.8.
    - (Vcs-*): Update to anonscm.debian.org.
  * debian/bsdiff.lintian-overrides
    - New file.
  * debian/rules
    - Use the host arch compiler instead of plain gcc
      (FTBS; Closes: #794155). Patch thanks to
      Helmut Grohne <email address hidden>.

 -- Jari Aalto <email address hidden>  Tue, 18 Oct 2016 17:54:17 +0300
Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
bsdiff (4.3-15) unstable; urgency=low


  * debian/control
    - (Standards-Version): Update to 3.9.4.
    - (Vcs-*): Update to anonscm.debian.org.
  * debian/patches
    - (10): New. Adjust Makefile to not have .ifdef directive.
      (Closes: #718104).

 -- Jari Aalto <email address hidden>  Sun, 11 Aug 2013 15:40:34 +0300

Available diffs

Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
bsdiff (4.3-14) unstable; urgency=low


  * debain/rules: Adjust linker flag order (FTBFS; #673995).
    Patch thanks to Jean-Louis Dupond <email address hidden>.

 -- Jari Aalto <email address hidden>  Wed, 23 May 2012 12:58:42 +0300
Superseded in wheezy-release
Superseded in sid-release
bsdiff (4.3-13) unstable; urgency=low


  * debian/control
    - (standards-Version): Update to 3.9.3.1.
  * debian/rules
     - Use CPPFLAGS for hardening too.
     - Use DEB_*_MAINT_* variables.

 -- Jari Aalto <email address hidden>  Thu, 22 Mar 2012 13:10:15 -0400
Superseded in wheezy-release
Superseded in sid-release
bsdiff (4.3-12) unstable; urgency=low


  * debian/control
    - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
    - (Standards-Version): Update to 3.9.3.
  * debian/copyright
    - Update to format 1.0.
  * debian/README.Debian
    - Rename from docs/README.
  * debian/rules
    - Enable all hardening flags.
    - Delete buildflags.mk; not needed with debhelper 9.
    - (get-changelog): New.
    - (override_dh_installchangelogs): New
  * debian/upstream.changelog
    - New file.

 -- Jari Aalto <email address hidden>  Tue, 06 Mar 2012 10:34:28 -0500
Superseded in wheezy-release
Superseded in sid-release
bsdiff (4.3-11) unstable; urgency=low


  * debian/compat
    - Update to 9
  * debian/control
    - (Build-Depends): Update to debhelper 9, dpkg-dev 1.16.1
    - (Standards-Version): Update to 3.9.2.
  * debian/copyright
    - Update to latest DEP5 format.
  * debian/rules
    - Remove unnecessary rules.
    - Use hardened CFLAGS (release goal).
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

 -- Jari Aalto <email address hidden>  Sat, 11 Feb 2012 15:13:18 -0500
Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
bsdiff (4.3-10) unstable; urgency=low


  * Move to format: 3.0 (quilt).
  * debian/clean
    - New file.
  * debian/copyright
    - (Files: debian/*::Copyright): adjust indent.
  * debian/rules
    - (clean): delete. Obsoleted by dh(1).
    - (dh): New rule.
    - (bsdiff): New simplified rule; was "build-stamp".
    - (PHONY): Remove "clean".

 -- Jari Aalto <email address hidden>  Tue, 15 Dec 2009 02:11:29 +0200
Superseded in squeeze-release
Superseded in sid-release
bsdiff (4.3-9) unstable; urgency=low


  * New maintainer (Closes: #543933).
  * debian/control
    - (Vcs-*): Add Git URLs.
  * debian/watch
    - New file.

 -- Jari Aalto <email address hidden>  Sat, 28 Nov 2009 19:28:40 +0000
Superseded in sid-release
Superseded in squeeze-release
bsdiff (4.3-8) unstable; urgency=low


  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann <email address hidden>  Thu, 27 Aug 2009 16:38:40 +0200
Superseded in squeeze-release
Superseded in sid-release
bsdiff (4.3-7) unstable; urgency=low


  * Updating vcs fields in control file.
  * Prefixing debhelper files with package name.
  * Tidy rules file.
  * Updating year in copyright file.
  * Updating package to standards version 3.8.2.
  * Using correct rfc-2822 date formats in changelog.

 -- Daniel Baumann <email address hidden>  Mon, 20 Jul 2009 11:29:40 +0200
Superseded in squeeze-release
Superseded in sid-release
Published in lenny-release
bsdiff (4.3-6) unstable; urgency=medium


  * Replacing install target of rules with debhelper files.
  * Reordering rules file.
  * Rewriting copyright file in machine-interpretable format.
  * Moving README to dedicated subdirectory.
  * Adding vcs fields in control file.
  * Upgrading package to debhelper 7.
  * Removing watch file.
  * Updating to standards 3.8.0.

 -- Daniel Baumann <email address hidden>  Fri, 20 Jun 2008 10:33:00 +0200
118 of 18 results