~ubuntu-branches/ubuntu/vivid/sslh/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Guillaume Delacour
  • Date: 2014-08-07 00:06:06 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140807000606-y1tg7j8i5t7d4drr
Tags: 1.16-1
* New upstream release: fix some startup problem when interfaces are not
  ready at boot time (IP_FREEBIND support when available) and can use libcap
  for transparent mode
* Enable libcap and libwrap support at build time
* Enable dpkg-buildflags: Drop hardening-wrapper Build-Depends and use
  DEB_BUILD_HARDENING instead of DEB_BUILD_MAINT_OPTIONS
* Remove old .gitignore as upstream has one too
* debian/sslh.tmpfile: Create /run/sslh for systemd as root because sslh
  write its pid before dropping privileges (Closes: #740560)
* debian/patches/disable_ip_freebind_test.diff: Remove "Can't bind address"
  upstream test because IP_FREEBIND is now enabled upstream
* debian/docs: upstream README is now README.md
* debian/rules:
  + use DESTDIR in addition of PREFIX as upstream change Makefile
* Refresh debian/patches/disable_valgrind_launch.diff due to upstream
  changes
* Stop service in case of purge (to be able to remove the user too)
* Use DEB_BUILD_OPTIONS to speed the build
* debian/patches/fixed_version.diff: Fix the version of binaries based on
  debian/changelog (instead of relying on git)
* Update Description as sslh is not only a ssl/ssh multiplexer but a
  protocol multiplexer

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Guillaume Delacour <gui@iroqwa.org>
5
5
Build-Depends: debhelper (>= 9.0.0), libwrap0-dev, binutils, po-debconf,
6
 
               hardening-wrapper, libio-socket-inet6-perl, libconfig-dev,
 
6
               libio-socket-inet6-perl, libconfig-dev, libcap-dev,
7
7
               psmisc, lcov, dh-systemd (>= 1.5)
8
8
Standards-Version: 3.9.5
9
9
Homepage: http://www.rutschle.net/tech/sslh.shtml
17
17
Recommends: apache2 | httpd, openssh-server | ssh-server
18
18
Suggests: openbsd-inetd | inet-superserver
19
19
Conflicts: libnet-proxy-perl
20
 
Description: ssl/ssh multiplexer
 
20
Description: Applicative protocol multiplexer
21
21
 sslh lets one accept HTTPS, SSH, OpenVPN, tinc and XMPP connections on the
22
22
 same port. This makes it possible to connect to any of these servers on
23
23
 port 443 (e.g. from inside a corporate firewall, which almost never block