summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10Add support for syslogd configuration files under /etc/syslog.d/Guillem Jover5-0/+352
Closes: #370349, #462739
2010-06-10Fix comment about lintian overrides installationGuillem Jover1-1/+1
2010-06-10Add dependencies on 'inetutils-inetd | inet-superserver'Guillem Jover2-2/+6
To inetutils-talkd and inetutils-telnetd as they use update-inetd.
2010-06-10Fix FTBFS if built twice in a rowGuillem Jover2-2/+15
Call distclean instead of clean. Move the unpatch step from the clean dependency to the body, after the distclean call. Remove all files that autoreconf might have modified. Closes: #424419
2010-06-10Serialize patch and configuration to support parallel buildsGuillem Jover2-5/+8
2010-06-10Remove packaging svn information from debian/copyrightGuillem Jover2-4/+1
2010-06-10Complete copyright information in debian/copyright fileGuillem Jover2-10/+56
2010-06-10Rename the syslog default file after having installed itGuillem Jover1-3/+3
2010-06-10Do not start inetd if there's no services enabledGuillem Jover2-0/+13
Stolen from openbsd-inetd.
2010-06-10Do not install a duplicated inetutils-syslogd in /etc/default/Guillem Jover2-2/+4
Just syslogd. (Closes: #435049)
2010-06-10Actually move patch dependency from configure.ac to configureGuillem Jover2-4/+2
2010-06-10Switch Build-Depends from automake1.9 to automakeGuillem Jover2-1/+2
2010-06-10Do not ignore make errors on clean or installGuillem Jover2-2/+3
2010-06-10Fix FTBFS by moving patch depends from the build to a configure.ac targetGuillem Jover2-1/+7
This allows parallel builds.
2010-06-10Add Homepage fieldGuillem Jover2-0/+2
2010-06-10Add Vcs-Browser and Vcs-Svn fieldsGuillem Jover2-0/+3
2010-06-10Call configure with autotools-dev recommended --build and --host optionsGuillem Jover2-1/+8
2010-06-10Now using Standards-Version 3.7.3 (no changes needed)Guillem Jover2-1/+2
2010-06-10Remove Tag fields, those are better maintained outside the packageGuillem Jover2-12/+2
2010-06-10Fix typo in inetutils-inetd Tag fieldGuillem Jover2-1/+8
Closes: #418539 Thanks-to: Scott Kitterman <scott@kitterman.com>
2010-06-10Release inetutils 2:1.5.dfsg.1-41.5.dfsg.1-4Guillem Jover1-2/+2
2010-06-10Fix Kerberos 5 authentication support in telnet via ShishiGuillem Jover3-0/+35
Closes: #414735 Thanks-to: Simon Josefsson <simon@josefsson.org>
2010-06-10Release inetutils 2:1.5.dfsg.1-31.5.dfsg.1-3Guillem Jover1-2/+2
2010-06-10Make inetutils-tools Provide net-tools only on GNU/HurdGuillem Jover2-1/+4
Thanks-to: Petr Salinger <Petr.Salinger@seznam.cz>
2010-06-10Fix typo for ifreq member check in configure.acGuillem Jover3-0/+23
Which was making the package to FTBFS on GNU/kFreeBSD. Closes: #403708 Thanks-to: Petr Salinger <Petr.Salinger@seznam.cz>
2010-06-10Release inetutils 2:1.5.dfsg.1-21.5.dfsg.1-2Guillem Jover1-3/+3
2010-06-10Support adding and removing the inetd talk and telnet servicesGuillem Jover5-0/+78
Both disabled by default. Closes: #316193, #325868
2010-06-10Fix implicit conversions to int for return valueGuillem Jover3-0/+30
Making the code segfault on 64 bit architectures. Closes: #395216, #395218 Thanks-to: Dann Frazier <dannf@debian.org>
2010-06-10Fix possible segfaults and descriptor leaks (from the Coverity reports)Guillem Jover5-0/+120
2010-06-10Install a pam file for inetutils-ftpdGuillem Jover3-0/+15
2010-06-10Fix FTBFS with automake >= 1.0 by adding the missing file config.rpathGuillem Jover3-0/+622
2010-06-10Add a Depends on tcpd in inetutils-inetdGuillem Jover2-1/+7
2010-06-10Release inetutils 2:1.5.dfsg.1-11.5.dfsg.1-1Guillem Jover1-5/+5
2010-06-10Fix tarball.sh to take into account the non-free removalsGuillem Jover2-2/+3
2010-06-10Indentation fixesGuillem Jover1-1/+4
2010-06-10Make the binary target in debian/rules idempotentGuillem Jover2-1/+3
By cp'ing instead of mv'ing ping6.
2010-06-10Clarify the non-free doc stripping and repacking in debian/copyrightGuillem Jover2-3/+6
2010-06-10Add missing file for previous commitGuillem Jover1-0/+7
2010-06-10Disable syslogd forwarding by defaultGuillem Jover4-2/+11
Which was enabling inet connections.
2010-06-10Enable telnet authentication ShiShi supportGuillem Jover3-1/+3
Closes: #300282
2010-06-10DFSG clean, needed changesGuillem Jover7-48/+47
Refresh patches. Disable the doc/ dir. Do not Build-Depend on texinfo anymore, there's not info docs anymore.
2010-06-10New upstream release 1.5Guillem Jover1-1/+4
Remove non-free RFC. Remove non-free GFDL documentation. Closes: #393376
2010-06-10Fix Jeff Bailey's email addressGuillem Jover2-1/+7
2010-06-10Release inetutils 2:1.4.3+20060719-31.4.3+20060719-3Guillem Jover1-2/+2
2010-06-10Enable PAM and libwrap in the configure optionsGuillem Jover2-1/+3
2010-06-10Add an empty /etc/inetd.d/ directory to the inetutils-inetd packageGuillem Jover2-0/+2
2010-06-10Add LSB dependency information to the init scripts for inetd and syslogdGuillem Jover3-18/+20
Remove invalid comments.
2010-06-10Fix typos in inetutils-inetd manpageGuillem Jover3-0/+29
Closes: #389124 Thanks-to: Stephen Liebbe <sliebbe@gmail.com>
2010-06-10Add a Build-Depends on libwrap0-devGuillem Jover2-1/+3
2010-06-10Update inetutils-inetd to match new changes in netbaseGuillem Jover2-3/+6
Change Provides and Conflicts on inetd to inet-superserver. Add a Depends on update-inetd.