This commit is contained in:
Mario Fetka 2017-03-30 15:05:02 +02:00
parent 14323d0932
commit db4831bde2
3 changed files with 14 additions and 8 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rinetd (0.62-6.1) UNRELEASED; urgency=medium
* add syslog
-- Mario Fetka <mario.fetka@gmail.com> Thu, 30 Mar 2017 14:54:27 +0200
rinetd (0.62-5.1) unstable; urgency=low rinetd (0.62-5.1) unstable; urgency=low
* Non-maintainer upload to solve release goal. * Non-maintainer upload to solve release goal.

View File

@ -1,5 +1,5 @@
--- CHANGES --- rinetd/CHANGES
+++ CHANGES +++ rinetd/CHANGES
@@ -52,4 +52,10 @@ @@ -52,4 +52,10 @@
accommodate more connections. Thanks to accommodate more connections. Thanks to
Sam Hocevar. Sam Hocevar.
@ -11,8 +11,8 @@
+sourceaddress column in configuration file to bind +sourceaddress column in configuration file to bind
+to a specific local address for outgoing connections +to a specific local address for outgoing connections
+(Lutz Pressler, <lp@SerNet.DE>) +(Lutz Pressler, <lp@SerNet.DE>)
--- index.html --- rinetd/index.html
+++ index.html +++ rinetd/index.html
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
<p> <p>
<font color="#FF8888" size="4">VERSION</font> <font color="#FF8888" size="4">VERSION</font>
@ -98,8 +98,8 @@
<font color="#FF8888" size="4">THANKS</font> <font color="#FF8888" size="4">THANKS</font>
<p> <p>
Thanks are due to Bill Davidsen, Libor Pechachek, Sascha Ziemann, Thanks are due to Bill Davidsen, Libor Pechachek, Sascha Ziemann,
--- rinetd.8 --- rinetd/rinetd.8
+++ rinetd.8 +++ rinetd/rinetd.8
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm /usr/sbin/rinetd .Nm /usr/sbin/rinetd

View File

@ -1,7 +1,7 @@
Index: rinetd.c Index: rinetd.c
=================================================================== ===================================================================
--- rinetd.c.orig --- rinetd/rinetd.c.orig
+++ rinetd.c +++ rinetd/rinetd.c
@@ -1,10 +1,11 @@ @@ -1,10 +1,11 @@
-#define VERSION "0.62" -#define VERSION "0.62"
+#define VERSION "0.62+syslog+bind" +#define VERSION "0.62+syslog+bind"