diff --git a/debian/changelog b/debian/changelog index 2aa20a1..e30a50f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rinetd (0.62-6.1) UNRELEASED; urgency=medium + + * add syslog + + -- Mario Fetka Thu, 30 Mar 2017 14:54:27 +0200 + rinetd (0.62-5.1) unstable; urgency=low * Non-maintainer upload to solve release goal. diff --git a/debian/patches/rinetd-doc.patch b/debian/patches/rinetd-doc.patch index 8807ed7..3ef52fb 100644 --- a/debian/patches/rinetd-doc.patch +++ b/debian/patches/rinetd-doc.patch @@ -1,5 +1,5 @@ ---- CHANGES -+++ CHANGES +--- rinetd/CHANGES ++++ rinetd/CHANGES @@ -52,4 +52,10 @@ accommodate more connections. Thanks to Sam Hocevar. @@ -11,8 +11,8 @@ +sourceaddress column in configuration file to bind +to a specific local address for outgoing connections +(Lutz Pressler, ) ---- index.html -+++ index.html +--- rinetd/index.html ++++ rinetd/index.html @@ -26,7 +26,7 @@

VERSION @@ -98,8 +98,8 @@ THANKS

Thanks are due to Bill Davidsen, Libor Pechachek, Sascha Ziemann, ---- rinetd.8 -+++ rinetd.8 +--- rinetd/rinetd.8 ++++ rinetd/rinetd.8 @@ -12,7 +12,7 @@ .Sh SYNOPSIS .Nm /usr/sbin/rinetd diff --git a/debian/patches/rinetd-syslog.patch b/debian/patches/rinetd-syslog.patch index fc2ceb2..250ca42 100644 --- a/debian/patches/rinetd-syslog.patch +++ b/debian/patches/rinetd-syslog.patch @@ -1,7 +1,7 @@ Index: rinetd.c =================================================================== ---- rinetd.c.orig -+++ rinetd.c +--- rinetd/rinetd.c.orig ++++ rinetd/rinetd.c @@ -1,10 +1,11 @@ -#define VERSION "0.62" +#define VERSION "0.62+syslog+bind"