diff -u atftp-0.7.git20120829/debian/changelog atftp-0.7.git20120829/debian/changelog --- atftp-0.7.git20120829/debian/changelog +++ atftp-0.7.git20120829/debian/changelog @@ -1,3 +1,11 @@ +atftp (0.7.git20120829-1+bug993101.0~13.04) raring; urgency=low + + * atftpd now supports IPv6, so change atftpd's postinst script to + use "udp" instead of "udp4" in the inetd.conf line. Patch thanks + to urusha. (LP: #993101) + + -- a7x Wed, 26 Sep 2012 17:22:54 -0400 + atftp (0.7.git20120829-1) unstable; urgency=low * New upstream release from GIT repo. diff -u atftp-0.7.git20120829/debian/atftpd.postinst atftp-0.7.git20120829/debian/atftpd.postinst --- atftp-0.7.git20120829/debian/atftpd.postinst +++ atftp-0.7.git20120829/debian/atftpd.postinst @@ -136,7 +136,7 @@ update-inetd --disable tftp else INETOPTS=`echo "$TFTPD_TIMEOUT $RETRY_TIMEOUT $NOTIMEOUT $NOTSIZE $NOBLKSIZE $NOMCAST $MCASTPORT $MCASTADDR $MCASTTTL $MAXTHREAD $VERBOSITY $LOGFILE $BASEDIR"|tr -s " "` - update-inetd --group BOOT --add "tftp dgram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd $INETOPTS" + update-inetd --group BOOT --add "tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd $INETOPTS" if [ ! -f /etc/default/atftpd ]; then echo "USE_INETD=true" > /etc/default/atftpd echo "OPTIONS=\"$INETOPTS\""|tr -s " " >> /etc/default/atftpd