mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 02:43:22 +00:00
Update changelog
This commit is contained in:
parent
27a99ed552
commit
bba110f034
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,11 +1,11 @@
|
|||||||
libgit2 (0.24.2-1) UNRELEASED; urgency=medium
|
libgit2 (0.24.2-1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Bump Standards-Version to 3.9.8
|
* Bump Standards-Version to 3.9.8
|
||||||
* Add commit-always-initialize-commit-message.patch fixes CVE-2016-8568,
|
* Add commit-always-initialize-commit-message.patch fixes CVE-2016-8568,
|
||||||
CVE-2016-8569
|
CVE-2016-8569
|
||||||
* Set debian hardening compile flags.
|
* debian/rules: Set debian hardening compile flags.
|
||||||
* Force timezone to GMT.
|
* debian/rules: When testing package force timezone to GMT.
|
||||||
|
|
||||||
-- Russell Sim <russell.sim@gmail.com> Sun, 23 Oct 2016 14:30:45 +1100
|
-- Russell Sim <russell.sim@gmail.com> Sun, 23 Oct 2016 14:30:45 +1100
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -44,6 +44,8 @@ override_dh_auto_install:
|
|||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
mkdir -p build-debian-release/tmp
|
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
|
TZ=/usr/share/zoneinfo/Etc/GMT dh_auto_test --builddirectory=build-debian-release
|
||||||
mkdir -p build-debian-devel/tmp
|
mkdir -p build-debian-devel/tmp
|
||||||
TZ=/usr/share/zoneinfo/Etc/GMT dh_auto_test --builddirectory=build-debian-devel
|
TZ=/usr/share/zoneinfo/Etc/GMT dh_auto_test --builddirectory=build-debian-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user