lp:ubuntu/raring/rlinetd

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

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

12. By Robert Luberda

* Add 1-Fix-fd_set-overflow.patch to fix fd_set buffer overflows caught
  by new glibc 1.15 hardening checks (LP: #105764)
  The fd_set buffers used by FD_ISSET, FD_SET, FD_CLR macros used to be
  overwritten usually by 1 byte or more in rare cases on systems where
  open file descriptors limit is greater than FD_SETSIZE.
* Add 2-Add-udp4-to-inetd2rlinetd.patch to support protocols like udp4,
  tcp6 in inetd2rlinetd (LP: #1057663).
* postinst, postrm: Fix installing/removing diversions (closes: #691778).
  The scripts fail to parse output of `dpkg-divert --list', when it is
  localized, so enforce non-localized output by setting LC_ALL=C.

11. By Robert Luberda

* New upstream version.
* Standards-Version: 0.8.3 (no changes needed).

10. By Robert Luberda

* New upstream version:
  + German man pages translations added (closes: #630216);
  + typos in man pages fixed (closes: #630218).
* update-inetd.sh: save original inetd(8) line in generated files and
  add support for regex as an argument for --remove (closes: #600796).
* Add Danish translation of debconf templates (closes: #627717).
* Switch to 3.0 (quilt) format.
* debian/rules: Use tiny debhelper v8 format.
* debian/control:
  + use [linux-any] instead of [!kfreebsd-i386 ...] (closes: #634776);
  + add build-dependency on autotools-dev;
  + drop conflict with ancient version of netbase (lintian);
  + Standards-Version: 3.9.2 (no changes).
  + reformat dependency fields with wrap-and-sort command.
* Update debian/watch.

9. By Robert Luberda

* New upstream version.
* Recommend rsyslog instead of sysklogd (closes: #526922).
* update-inetd:
  + add support for enabling, disabling and removing entries;
  + use ucf for managing generated files;
  + ignore ucf files in rlinetd.conf;
  + make appropriate changes in postinst and postrm scripts.
* Set debhelper compat level to 7
* Standards-Version: 3.8.4 (no changes).

8. By Robert Luberda

Fix FTBFS on GNU/kFreeBSD (closes: #511394).

7. By Robert Luberda

* Build with libcap2 (closes: #492650).
* Standards-Version: 3.8.0 (no changes).
* Fix typo in debian/rules.

6. By Robert Luberda

* New upstream version.
* Build with debhelper v6.
* Move homepage to its own field (lintian).
* Standards-Version: 3.7.3 (no changes).
* Add simple wrapper around gcc that removes -soname option while linking
  libparse.so in order to make libparse.so a private library to avoid
  dpkg warnings.
* Pass --without-nsl to configure.
* Don't ignore make clean error (lintian),

5. By Robert Luberda

update-inetd.sh: Don't fail if $real_upd is not executable
(closes: #422011).

4. By Robert Luberda

* Upload to unstable.
* debian/{postinst,postrm}: Stop diverting inetd.conf.
* Standards-Version: 3.7.2
* Update debian/watch and debian/lintian.
* debian/templates: remove the question from extended description (lintian),
  and fix few typos. Unfuzzy translations.

3. By Robert Luberda

* grammar.y: fix stack corruption error, that prevented rlinetd from
  stopping properly when RPC are enabled. The bug occurred in the
  rlp_cleanup() function, was introduced in the previous release and
  is caused by my misunderstanding of numlist_copy() function, which
  joins two lists together rather than making a simple copy.
  Simple NULL-ification of the destination list before the above function
  is called fixes the problem.
* grammar.y: fix similar bug, that happens when the rpc token is used
  in the "default" configuration section (however hardly likely anybody
  will ever configure rlinetd in that way).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers