Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 5 → Rev 4

/oidentd/trunk/debian/source/format
File deleted
/oidentd/trunk/debian/changelog
1,14 → 1,8
oidentd (2.0.8-8) unstable; urgency=low
 
* New maintainer (Closes: #695125).
* Change source format to 3.0 (quilt), using the "automagic" dh instead
of CDBS.
* Put the modification of README in dont_mention_INSTALL.patch.
* debian/docs: Don't mention README.Debian or ChangeLog; those are
installed by default (merge the README.Debian in the root of the
source package into the one in debian/).
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 03 Aug 2015 21:45:45 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 03 Aug 2015 20:43:01 +0200
 
oidentd (2.0.8-7) unstable; urgency=medium
 
/oidentd/trunk/debian/control
1,7 → 1,7
Source: oidentd
Section: net
Priority: extra
Build-Depends: debhelper (>= 7), autotools-dev
Build-Depends: debhelper (>= 7), cdbs, autotools-dev
Maintainer: Magnus Holmgren <holmgren@debian.org>
Standards-Version: 3.8.3
Homepage: http://ojnk.sourceforge.net/
/oidentd/trunk/debian/README.Debian
5,6 → 5,4
addresses for an interface are present, oidentd only uses the ipv4 address.
 
A workaround is to set /proc/sys/net/ipv6/bindv6only to 1 according to
http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
 
This workaround address bug #533604 and #520134
http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
/oidentd/trunk/debian/README.source
0,0 → 1,6
Building oidentd for Debian
--------------------------------
 
The oidentd source package uses cdbs to apply and remove its patches.
Please refer to /usr/share/cdbs/ for information about how to
use cdbs for source packages.
/oidentd/trunk/debian/docs
1,0 → 0,0
AUTHORS TODO README ChangeLog-1.x
AUTHORS TODO README README.Debian ChangeLog ChangeLog-1.x
/oidentd/trunk/debian/patches/dont_mention_INSTALL.patch
File deleted
/oidentd/trunk/debian/patches/series
File deleted
/oidentd/trunk/debian/rules
1,7 → 1,5
#!/usr/bin/make -f
 
%:
dh $@
 
override_dh_auto_configure:
dh_auto_configure -- --enable-debug --enable-nat
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug --enable-nat
/oidentd/trunk/README
0,0 → 1,19
oidentd v2.0.8 by Ryan McCabe <ryan@numb.org>
 
oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, Darwin,
FreeBSD, OpenBSD, NetBSD and Solaris. oidentd can handle IP masqueraded/NAT
connections on Linux, Darwin, FreeBSD (ipf only), OpenBSD and NetBSD.
oidentd has a flexible mechanism for specifying ident responses. Users can
be granted permission to specify their own ident responses. Responses can be
specified according to host and port pairs.
 
See the TODO file for things that need to be done.
 
For a complete list of features, consult the manual page or run
oidentd --help.
 
The most recent version of oidentd will always be available at
http://dev.ojnk.net
 
Please mail any suggestions, questions, comments, bug reports, et cetera to
me at ryan@numb.org
/oidentd/trunk/README.Debian
0,0 → 1,10
Documentation:
==============
 
Rick Dicaire <kritek@gmail.com> discovered, that by default if ipv4 and ipv6
addresses for an interface are present, oidentd only uses the ipv4 address.
 
A workaround is to set /proc/sys/net/ipv6/bindv6only to 1 according to
http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
 
This workaround address bug #533604 and #520134