summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-05Release inetutils 2:1.8-51.8-5Guillem Jover1-2/+2
2011-11-05Disable silent rules to get useful build logsGuillem Jover2-0/+2
2011-11-05Do not link against unused shared librariesGuillem Jover4-3/+170
2011-11-05Add inetutils-traceroute packageMats Erik Andersson10-2/+109
This provides a portable traceroute implementation for GNU/Hurd and GNU/kFreeBSD. Closes: #610437
2011-11-05Move man pages from patches to a local hierarchyGuillem Jover35-7333/+6831
2011-10-30Release inetutils 2:1.8-41.8-4Guillem Jover1-2/+2
2011-10-30Now using Standards-Version 3.9.2 (no changes needed)Guillem Jover2-1/+2
2011-10-30Add libncurses-dev to Build-DependsGuillem Jover2-1/+3
Although only libtinfo-dev is really needed (but that does not ship term.h). Closes: #646143
2011-10-30Group Build-Depends by functionalityGuillem Jover1-3/+3
2011-10-30Add build-indep and build-arch targets (rename build to build-arch)Guillem Jover2-2/+8
2011-10-30Do not change inetutils-syslogd Section to base on non-Linux archesGuillem Jover3-3/+3
That section does not exist any longer, just inherit it from the source stanza.
2011-10-30Override upstream SUIDMODE at make time, instead of patching the sourceGuillem Jover4-17/+5
2011-10-30Use dh_lintian instead of manually installing the overridesGuillem Jover4-5/+2
2011-10-30Add new inetutils-inetd default configuration file for the init scriptGuillem Jover3-2/+17
This allows to pass INETD_OPTS to it on start. Closes: #606954
2010-11-18Release inetutils 2:1.8-31.8-3Guillem Jover1-2/+2
2010-11-18Fix IPv6 support in inetd and telnetd on GNU/kFreeBSDGuillem Jover4-0/+85
By passing the correct struct sockaddr length to socket functions depending on the address family, instead of always passing the size of struct sockaddr_storage. Thanks-to: Mats Erik Andersson <gnu@gisladisker.se> Thanks-to: Simon Josefsson <simon@josefsson.org>
2010-11-18Remove a wrong hunk from the tcpmux services fixGuillem Jover2-14/+8
Thanks-to: Mats Erik Andersson <gnu@gisladisker.se>
2010-09-22Release inetutils 2:1.8-21.8-2Guillem Jover1-2/+2
2010-09-22Fix FTBFS on GNU/Hurd and GNU/kFreeBSD systemsGuillem Jover3-0/+89
- Use IFF_ flags conditionally. - Do not include <stropts.h> to get ioctl declaration as we get it from the wrapped <sys/ioctl.h>, otherwise we get conflicting symbols. - Include <sys/types.h> in ifconfig/flags.h for size_t. Closes: #596638
2010-09-12Release inetutils 2:1.8-11.8-1Guillem Jover1-2/+2
2010-09-12Change inetd “tcp” and “udp” service protocol to IPv4 onlyGuillem Jover3-0/+85
Change “tcp6” and “udp6” to accept IPv4 mapped addresses. And add “tcp6only” and “udp6only” for IPv6 only connections. Closes: #404760, #519316, #594422
2010-09-12Make inetd listen on ports when enabling tcpmux servicesGuillem Jover3-0/+42
2010-09-12Do not segfault in inetd when a service does not have any argumentGuillem Jover3-0/+43
Closes: #515070, #590128
2010-09-08Remove obsolete and unused libopie-dev Build-DependsGuillem Jover4-1/+28
2010-09-08Add a .gitignore fileGuillem Jover1-0/+7
2010-09-08Now using Standards-Version 3.9.1Guillem Jover2-1/+2
2010-09-08Fix man page warningsGuillem Jover3-0/+84
2010-09-08Install man pages for inetutils-ifconfig and ping6Guillem Jover4-0/+4
2010-09-08Explicitly include BSD licenses into debian/copyrightGuillem Jover2-2/+47
Instead of referencing generic and non-matching file from common-licenses.
2010-08-25Switch Vcs fields to the new git repositoriesGuillem Jover2-2/+3
2010-08-25Remove inactive co-mainainersGuillem Jover2-1/+2
Remove Marcus Brinkmann and Jeff Bailey from Uploaders field, thanks for your previous work! Closes: #503567
2010-06-10Add bug closure for “ping -w timeout” upstream implementationGuillem Jover1-0/+1
Closes: #565137
2010-06-10Switch to source format “3.0 (quilt)”Guillem Jover5-14/+9
Remove quilt from Build-Depends. Remove quilt.make include from debian/rules. Remove patch and unpatch targets from debian/rules. Remove now unneeded quilt references in debian/README.source.
2010-06-10Revert upstream switch to help2man generated man pagesGuillem Jover3-0/+7165
Upstream switched to generate man pages from --help output, which is a regression from previous man pages inherited from BSD. Revert the removal and disable help2man logic.
2010-06-10New upstream release 1.8Guillem Jover13-218/+83
2010-06-10Release inetutils 2:1.6-31.6-3Guillem Jover1-2/+2
2010-06-10Move libreadline-dev to be the first Build-Depends alternativeGuillem Jover1-0/+2
And add libreadline6-dev for compatibility purposes.
2010-06-10Fix init script dependency informationGuillem Jover3-5/+14
Provide a unique service name. Require $remote_fs instead of $local_fs, as we use stuff from /usr. Closes: #547513 Thanks-to: Petter Reinholdtsen <pere@hungry.com>
2010-06-10Release inetutils 2:1.6-21.6-2Guillem Jover1-6/+6
2010-06-10Pull fixes from upstreamGuillem Jover4-0/+68
Restore the traditional behavior of ping without -c option. Closes: #524011 Fix build failure due to an m4 comment eating a new line. Closes: #541775
2010-06-10Use a variable instead of hardcoding the pid file pathGuillem Jover2-10/+13
2010-06-10Add support for LSB status action on init scriptsGuillem Jover3-2/+9
2010-06-10Use $(filter ...) instead of $(findstring ...)Guillem Jover2-1/+8
To extract space separated options from DEB_BUILD_OPTIONS.
2010-06-10Release inetutils 2:1.6-11.6-1Guillem Jover1-2/+2
2010-06-10Refer to GFDL-1.2 instead of GFDL under common-licensesGuillem Jover1-1/+1
2010-06-10Update debian/tarball.shGuillem Jover3-31/+86
- Use git instead of CVS to get new snapshots. - Use lower case variable names. - Make snapshot argument handle both cloning and updating. - Add a new tarball argument. - Add code to bootstrap from gnulib. - Refactor version detection into a function and use it when needed. Update documentation about debian/tarball.sh in debian/README.source.
2010-06-10Add more detail about copyright updatesGuillem Jover1-0/+4
2010-06-10Update debian/copyright fileGuillem Jover2-7/+8
Update download URL. Reword debianized by comment, and update Marcus' mail address.
2010-06-10Switch the unpatch make call inside the clean target to its dependencyGuillem Jover2-4/+2
2010-06-10Do not pass the --force option to autoreconfGuillem Jover2-3/+4
And thus stop unneedingly removing INSTALL and build-aux.