Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-11 | inetutils (2:1.9-2+dyson2) unstable; urgency=lowHEADmaster | Igor Pashev | 3 | -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-11 | inetutils (2:1.9-2+dyson1) unstable; urgency=low | Igor Pashev | 3 | -7/+9 | |
* syslogd has standard priority on illumos * No talk and talkd on illumos libc (missing talkd.h) * Use POSIX signal functions | |||||
2013-05-11 | Search for hstrerror | Igor Pashev | 2 | -3/+6 | |
2013-05-11 | illumos libc uses AUTHTYPE_NAMES | Igor Pashev | 1 | -0/+12 | |
2013-05-11 | Use POSIX signal functions | Igor Pashev | 1 | -0/+60 | |
2013-05-11 | patches for illumos libc | Igor Pashev | 3 | -0/+82 | |
2013-05-10 | syslogd has standard priority on illumos | Igor Pashev | 2 | -0/+12 | |
2013-02-07 | Release inetutils 2:1.9-21.9-2 | Guillem Jover | 1 | -2/+2 | |
2013-02-07 | Fix DoS against inetutils-ping via a crafted echo response | Guillem Jover | 3 | -0/+36 | |
Patch cherry-picked from upstream. Fixes: CVE-2010-2529 | |||||
2012-05-23 | Add missing “syslogd -b” closure in 1.9-1 release | Guillem Jover | 1 | -1/+2 | |
2012-01-01 | Release inetutils 2:1.9-11.9-1 | Guillem Jover | 1 | -2/+2 | |
2012-01-01 | Improve inetutils-ping package Description | Guillem Jover | 2 | -0/+3 | |
Closes: #524026 | |||||
2012-01-01 | Improve inetutils-inetd package Description | Guillem Jover | 2 | -0/+4 | |
Closes: #348915 | |||||
2012-01-01 | Use dpkg-buildflags to set build flags (enables default hardening flags) | Guillem Jover | 4 | -8/+115 | |
Fix code to not fail on -Wformat-security. Closes: #653436 | |||||
2012-01-01 | New upstream release 1.9 | Guillem Jover | 17 | -457/+158 | |
Implement ”ping -W linger”. (Closes: #566845) Pass “-Im4 -Iam” to autoreconf call in debian/rules. | |||||
2011-12-28 | Release inetutils 2:1.8-61.8-6 | Guillem Jover | 1 | -2/+2 | |
2011-12-28 | Abort on error from ping's sendto(2) call | Guillem Jover | 3 | -0/+96 | |
Instead of trying to continue sending echo packets in vain. Closes: #323165 | |||||
2011-12-28 | Fix buffer overflow in telnetd | Guillem Jover | 3 | -0/+23 | |
Allowing remote attackers to execute arbitrary code via a long encryption key. Patch taken from FreeBSD. CVE-2011-4862 | |||||
2011-11-05 | Release inetutils 2:1.8-51.8-5 | Guillem Jover | 1 | -2/+2 | |
2011-11-05 | Disable silent rules to get useful build logs | Guillem Jover | 2 | -0/+2 | |
2011-11-05 | Do not link against unused shared libraries | Guillem Jover | 4 | -3/+170 | |
2011-11-05 | Add inetutils-traceroute package | Mats Erik Andersson | 10 | -2/+109 | |
This provides a portable traceroute implementation for GNU/Hurd and GNU/kFreeBSD. Closes: #610437 | |||||
2011-11-05 | Move man pages from patches to a local hierarchy | Guillem Jover | 35 | -7333/+6831 | |
2011-10-30 | Release inetutils 2:1.8-41.8-4 | Guillem Jover | 1 | -2/+2 | |
2011-10-30 | Now using Standards-Version 3.9.2 (no changes needed) | Guillem Jover | 2 | -1/+2 | |
2011-10-30 | Add libncurses-dev to Build-Depends | Guillem Jover | 2 | -1/+3 | |
Although only libtinfo-dev is really needed (but that does not ship term.h). Closes: #646143 | |||||
2011-10-30 | Group Build-Depends by functionality | Guillem Jover | 1 | -3/+3 | |
2011-10-30 | Add build-indep and build-arch targets (rename build to build-arch) | Guillem Jover | 2 | -2/+8 | |
2011-10-30 | Do not change inetutils-syslogd Section to base on non-Linux arches | Guillem Jover | 3 | -3/+3 | |
That section does not exist any longer, just inherit it from the source stanza. | |||||
2011-10-30 | Override upstream SUIDMODE at make time, instead of patching the source | Guillem Jover | 4 | -17/+5 | |
2011-10-30 | Use dh_lintian instead of manually installing the overrides | Guillem Jover | 4 | -5/+2 | |
2011-10-30 | Add new inetutils-inetd default configuration file for the init script | Guillem Jover | 3 | -2/+17 | |
This allows to pass INETD_OPTS to it on start. Closes: #606954 | |||||
2010-11-18 | Release inetutils 2:1.8-31.8-3 | Guillem Jover | 1 | -2/+2 | |
2010-11-18 | Fix IPv6 support in inetd and telnetd on GNU/kFreeBSD | Guillem Jover | 4 | -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-18 | Remove a wrong hunk from the tcpmux services fix | Guillem Jover | 2 | -14/+8 | |
Thanks-to: Mats Erik Andersson <gnu@gisladisker.se> | |||||
2010-09-22 | Release inetutils 2:1.8-21.8-2 | Guillem Jover | 1 | -2/+2 | |
2010-09-22 | Fix FTBFS on GNU/Hurd and GNU/kFreeBSD systems | Guillem Jover | 3 | -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-12 | Release inetutils 2:1.8-11.8-1 | Guillem Jover | 1 | -2/+2 | |
2010-09-12 | Change inetd “tcp” and “udp” service protocol to IPv4 only | Guillem Jover | 3 | -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-12 | Make inetd listen on ports when enabling tcpmux services | Guillem Jover | 3 | -0/+42 | |
2010-09-12 | Do not segfault in inetd when a service does not have any argument | Guillem Jover | 3 | -0/+43 | |
Closes: #515070, #590128 | |||||
2010-09-08 | Remove obsolete and unused libopie-dev Build-Depends | Guillem Jover | 4 | -1/+28 | |
2010-09-08 | Now using Standards-Version 3.9.1 | Guillem Jover | 2 | -1/+2 | |
2010-09-08 | Fix man page warnings | Guillem Jover | 3 | -0/+84 | |
2010-09-08 | Install man pages for inetutils-ifconfig and ping6 | Guillem Jover | 4 | -0/+4 | |
2010-09-08 | Explicitly include BSD licenses into debian/copyright | Guillem Jover | 2 | -2/+47 | |
Instead of referencing generic and non-matching file from common-licenses. | |||||
2010-08-25 | Switch Vcs fields to the new git repositories | Guillem Jover | 2 | -2/+3 | |
2010-08-25 | Remove inactive co-mainainers | Guillem Jover | 2 | -1/+2 | |
Remove Marcus Brinkmann and Jeff Bailey from Uploaders field, thanks for your previous work! Closes: #503567 | |||||
2010-06-10 | Add bug closure for “ping -w timeout” upstream implementation | Guillem Jover | 1 | -0/+1 | |
Closes: #565137 | |||||
2010-06-10 | Switch to source format “3.0 (quilt)” | Guillem Jover | 5 | -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. |