summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-11inetutils (2:1.9-2+dyson2) unstable; urgency=lowHEADmasterIgor Pashev3-2/+14
* Don't package syslogd on illumos: - it need be patched for proper work with /dev/log (e. i. do not remove it :-) - if using illumos/solaris libc it should create a door (/var/run/syslog_door) otherwise syslog() will not write to syslogd. This issues are fixed in rsyslog
2013-05-11inetutils (2:1.9-2+dyson1) unstable; urgency=lowIgor Pashev3-7/+9
* syslogd has standard priority on illumos * No talk and talkd on illumos libc (missing talkd.h) * Use POSIX signal functions
2013-05-11Search for hstrerrorIgor Pashev2-3/+6
2013-05-11illumos libc uses AUTHTYPE_NAMESIgor Pashev1-0/+12
2013-05-11Use POSIX signal functionsIgor Pashev1-0/+60
2013-05-11patches for illumos libcIgor Pashev3-0/+82
2013-05-10syslogd has standard priority on illumosIgor Pashev2-0/+12
2013-02-07Release inetutils 2:1.9-21.9-2Guillem Jover1-2/+2
2013-02-07Fix DoS against inetutils-ping via a crafted echo responseGuillem Jover3-0/+36
Patch cherry-picked from upstream. Fixes: CVE-2010-2529
2012-05-23Add missing “syslogd -b” closure in 1.9-1 releaseGuillem Jover1-1/+2
2012-01-01Release inetutils 2:1.9-11.9-1Guillem Jover1-2/+2
2012-01-01Improve inetutils-ping package DescriptionGuillem Jover2-0/+3
Closes: #524026
2012-01-01Improve inetutils-inetd package DescriptionGuillem Jover2-0/+4
Closes: #348915
2012-01-01Use dpkg-buildflags to set build flags (enables default hardening flags)Guillem Jover4-8/+115
Fix code to not fail on -Wformat-security. Closes: #653436
2012-01-01New upstream release 1.9Guillem Jover17-457/+158
Implement ”ping -W linger”. (Closes: #566845) Pass “-Im4 -Iam” to autoreconf call in debian/rules.
2011-12-28Release inetutils 2:1.8-61.8-6Guillem Jover1-2/+2
2011-12-28Abort on error from ping's sendto(2) callGuillem Jover3-0/+96
Instead of trying to continue sending echo packets in vain. Closes: #323165
2011-12-28Fix buffer overflow in telnetdGuillem Jover3-0/+23
Allowing remote attackers to execute arbitrary code via a long encryption key. Patch taken from FreeBSD. CVE-2011-4862
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