lp:ubuntu/karmic/inetutils

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/karmic/inetutils
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

13. By Guillem Jover <email address hidden>

* Use $(filter ...) instead of $(findstring ...) to extract space separated
  options from DEB_BUILD_OPTIONS in debian/rules.
* Add support for LSB status action on init scripts.
* Use a variable instead of hardcoding the pid file path in inetutils-inetd
  init script.
* Restore the traditional behavior of ping without -c option.
  Stolen from upstream. (Closes: #524011)
* Fix build failure due to an m4 comment eating a new line.
  Stolen from upstream. (Closes: #541775)

12. By Guillem Jover <email address hidden>

* New upstream release.
  - The documentation is free now, add texinfo back to Build-Depends.
  - The non-free RFC got removed upstream.
  - debian/patches/00_build_dfsg.patch: Remove.
  - debian/tarball.sh: No need to strip documentation anymore.
  - debian/patches/02_missing_config.rpath.patch: Remove, fixed upstream.
  - debian/patches/03_ifreq_typo.patch: Likewise.
  - debian/patches/04_shishi_telnet.patch: Likewise.
  - debian/patches/05_shishi_delayed_init.patch: Likewise.
  - debian/patches/40_ftpd_LOGCMD_NULL.patch: Likewise.
  - debian/patches/41_gethostbyname_segfault.patch: Likewise.
  - debian/patches/42_syslogd_leaks.patch: Likewise.
  - debian/patches/43_ret_converted_to_int.patch: Likewise.
  - debian/patches/50_split_load_conffile.patch: Refresh.
  - debian/patches/51_add_load_confdir_support.patch: Likewise.
  - debian/patches/52_sigalarm.patch: Likewise.
  - debian/patches/99_inetd_max_conn.patch: Refresh, and rename to ...
  - debian/patches/53_man_inetd_max_conn.patch: ... this.
* Update debian/copyright file:
  - Update download URL.
  - Reword debianized by comment, and update Marcus' mail address.
  - Remove references to old copyright holders, now being held by the FSF.
  - Change references from GPL-2 to GPL-3.
  - Remove comments about no longer stripped out non-free documentation.
  - Add reference to GFDL-1.2.
* Update debian/tarball.sh:
  - 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.
* Switch to debhelper compatibility level 7.
* Use dh_prep instead of “dh_clean -k”.
* Remove RCS keywords from packaging files.
* Add misc:Depends substvar to all binary package Depends fields.
* Do not pass the --force option to autoreconf, and thus stop unneedingly
  removing INSTALL and build-aux.
* Switch the unpatch make call inside the clean target to its dependency.

11. By Nick Ellery

* Merge from debian unstable, remaining changes (LP: #311085):
  - debian/patches/53_NULL_undeclared.patch:
    + Explicitly include stdlib.h for gcc 4.3

10. By Emanuele Gentili

* Merge from debian unstable, remaining changes:
 + debian/patches/53_NULL_undeclared.patch:
  - Explicitly include stdlib.h for gcc 4.3 (LP: #247354)

9. By Bobby R. Ward

* debian/patches/53_NULL_undeclared.patch:
  + Explicitly include stdlib.h for gcc 4.3 (LP: #247354)
* Modify Maintainer value to match the DebianMaintainerField
  specification.

8. By Guillem Jover <email address hidden>

* Add a debian/README.source file.
* Now using Standards-Version 3.8.0.
* Refresh patches with -pab. (Closes: #484949)
* Remove DPATCHLEVEL variable from patches.
* Use http instead of ftp for the watch file URL.
* Mangle the Debian version in the watch file.

7. By Guillem Jover <email address hidden>

* Use 'test -e' instead of 'test -r' to check for device files, which might
  be only readable by root. This should enable reading from /dev/klog in
  GNU/Hurd. (Closes: #482779)
  - debian/patches/07_dev_test_e.patch: New file.
  Thanks to Samuel Thibault <email address hidden>.

6. By Guillem Jover <email address hidden>

* Remove Tag fields, those are better maintained outside the package,
  as a side effect there's not typo to fix anymore. (Closes: #418539)
* Now using Standards-Version 3.7.3 (no changes needed).
* Call configure with autotools-dev recommended --build and --host options.
* Add Vcs-Browser and Vcs-Svn fields.
* Add Homepage field.
* Fix parallel FTBFS in debian/rules by moving 'patch' dependency from
  the build to a new setup-source target thar serializes configureation.
* Do not ignore make errors on clean or install in debian/rules.
* Switch Build-Depends from automake1.9 to automake.
* Do not install a duplicated syslogd under /etc/default/, just
  inetutils-syslogd. Take care of removing the obsolete conffile if not
  modified, and move it to the new name otherwise. (Closes: #435049)
* Do not start inetd if there's no services enabled (stolen from
  openbsd-inetd).
* Complete copyright information in debian/copyright file.
* Remove packaging svn information from debian/copyright.
* Fix FTBFS if built twice in a row: (Closes: #424419)
  - 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.
* Add dependency on 'inetutils-inetd | inet-superserver' to inetutils-talkd
  and inetutils-telnetd as they use update-inetd.
* Add support for syslogd configuration files under /etc/syslog.d/.
  (Closes: #370349, #462739)
  - debian/patches/51_add_load_confdir_support.patch: New file
  - debian/patches/50_split_load_conffile.patch: Likewise.
* Fix a race condition when setting the SIGALRM signal in syslogd parent
  when starting the daemon, causing it to exit with a non-zero status.
  - debian/patches/52_sigalarm.patch: New file.
* Delay initialization of Shishi until telnet knows Kerberos is needed.
  Reducing the output when creating the directory has been fixed in
  shishi itself. (Closes: #423944)
  - debian/patches/05_shishi_delayed_init.patch: New file.
  Thanks to Simon Josefsson <email address hidden>.

5. By Guillem Jover <email address hidden>

* Fix Kerberos 5 authentication support in telnet via Shishi to make it
  actually work. (Closes: #414735)
  - debian/patches/04_shishi_telnet.patch: New file.
  Thanks to Simon Josefsson <email address hidden>.

4. By Guillem Jover <email address hidden>

* Add a Depends on tcpd in inetutils-inetd.
* Fix FTBFS with automake >= 1.10 by adding the missing file config.rpath.
  - debian/patches/02_missing_config.rpath.patch: New file
* Install a pam file for inetutils-ftpd.
* Fix possible segfaults (from the Coverity reports).
  - debian/patches/40_ftpd_LOGCMD_NULL.patch: New file.
  - debian/patches/41_gethostbyname_segfault.patch: Likewise.
* Fix file descriptor leaks (from the Coverity reports).
  - debian/patches/42_syslogd_leaks.patch: New file.
* Fix implicit conversions to int for return value making the code segfault
  on 64 bit architectures. (Closes: #395216, #395218)
  - debian/patches/43_ret_converted_to_int.patch: New file.
  Thanks to Dann Frazier <email address hidden>.
* Support adding and removing the inetd talk service, disabled by default.
  (Closes: #316193)
  - debian/inetutils-talkd.postinst: New file.
  - debian/inetutils-talkd.postrm: Likewise.
* Support adding and removing the inetd telnet service, disabled by default.
  (Closes: #325868)
  - debian/inetutils-telnetd.postinst: New file.
  - debian/inetutils-telnetd.postrm: Likewise.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/inetutils
This branch contains Public information 
Everyone can see this information.

Subscribers