1
sslh (1.16-1) unstable; urgency=medium
3
* New upstream release: fix some startup problem when interfaces are not
4
ready at boot time (IP_FREEBIND support when available) and can use libcap
6
* Enable libcap and libwrap support at build time
7
* Enable dpkg-buildflags: Drop hardening-wrapper Build-Depends and use
8
DEB_BUILD_HARDENING instead of DEB_BUILD_MAINT_OPTIONS
9
* Remove old .gitignore as upstream has one too
10
* debian/sslh.tmpfile: Create /run/sslh for systemd as root because sslh
11
write its pid before dropping privileges (Closes: #740560)
12
* debian/patches/disable_ip_freebind_test.diff: Remove "Can't bind address"
13
upstream test because IP_FREEBIND is now enabled upstream
14
* debian/docs: upstream README is now README.md
16
+ use DESTDIR in addition of PREFIX as upstream change Makefile
17
* Refresh debian/patches/disable_valgrind_launch.diff due to upstream
19
* Stop service in case of purge (to be able to remove the user too)
20
* Use DEB_BUILD_OPTIONS to speed the build
21
* debian/patches/fixed_version.diff: Fix the version of binaries based on
22
debian/changelog (instead of relying on git)
23
* Update Description as sslh is not only a ssl/ssh multiplexer but a
26
-- Guillaume Delacour <gui@iroqwa.org> Thu, 07 Aug 2014 00:06:06 +0200
1
28
sslh (1.15-1) unstable; urgency=medium
3
30
* New upstream release (Closes: #720680)