Update changelog

This commit is contained in:
Russell Sim 2016-10-24 08:37:31 +11:00
parent 27a99ed552
commit bba110f034
2 changed files with 5 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,11 +1,11 @@
libgit2 (0.24.2-1) UNRELEASED; urgency=medium
libgit2 (0.24.2-1) experimental; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8
* Add commit-always-initialize-commit-message.patch fixes CVE-2016-8568,
CVE-2016-8569
* Set debian hardening compile flags.
* Force timezone to GMT.
* debian/rules: Set debian hardening compile flags.
* debian/rules: When testing package force timezone to GMT.
-- Russell Sim <russell.sim@gmail.com> Sun, 23 Oct 2016 14:30:45 +1100

2
debian/rules vendored
View File

@ -44,6 +44,8 @@ override_dh_auto_install:
override_dh_auto_test:
mkdir -p build-debian-release/tmp
# Force the timezone to GMT to work around bug with GMT-14 timezone
# https://github.com/libgit2/libgit2/issues/3970
TZ=/usr/share/zoneinfo/Etc/GMT dh_auto_test --builddirectory=build-debian-release
mkdir -p build-debian-devel/tmp
TZ=/usr/share/zoneinfo/Etc/GMT dh_auto_test --builddirectory=build-debian-devel