~ubuntu-branches/ubuntu/oneiric/openbsd-inetd/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Marco d'Itri
  • Date: 2005-01-02 02:40:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050102024043-e58kyd2n8kdrslea
Tags: 0.20040915-1
* New CVS snapshot.
  + Fixes gcc 4.0 FTBFS. (Closes: #287860)
* Made the init script source /etc/default/openbsd-inetd, if present.
  (Closes: #251224)
* Documented in inetd(8) that switching between binding to INADDR_ANY and
  to a specific address requires restarting the daemon. (Closes: #242392)
* Added code to create the requested type of IPv6 socket using
  setsockopt(IPPROTO_IPV6). This requires a modern 2.4 or 2.6 kernel.
* Added Conflicts+Replaces+Provides: netkit-inetd to fully replace it.
  prerm will unlink netkit-inetd's conffiles and the init script is
  named openbsd-inetd to allow purging netkit-inetd.
  Alternative solutions to both issues are welcome.
* Changed the default inetd.conf to satisfy people who think that every
  listening socket is a security hole: no internal services are enabled
  by default. This means that the daemon will not even be started by the
  init script until some service is enabled in inetd.conf.
* Removed from the default inetd.conf the already-commented examples
  of the internal services which are actually dangerous to run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
openbsd-inetd (0.20040915-1) unstable; urgency=low
 
2
 
 
3
  * New CVS snapshot.
 
4
    + Fixes gcc 4.0 FTBFS. (Closes: #287860)
 
5
  * Made the init script source /etc/default/openbsd-inetd, if present.
 
6
    (Closes: #251224)
 
7
  * Documented in inetd(8) that switching between binding to INADDR_ANY and
 
8
    to a specific address requires restarting the daemon. (Closes: #242392)
 
9
  * Added code to create the requested type of IPv6 socket using
 
10
    setsockopt(IPPROTO_IPV6). This requires a modern 2.4 or 2.6 kernel.
 
11
  * Added Conflicts+Replaces+Provides: netkit-inetd to fully replace it.
 
12
    prerm will unlink netkit-inetd's conffiles and the init script is
 
13
    named openbsd-inetd to allow purging netkit-inetd.
 
14
    Alternative solutions to both issues are welcome.
 
15
  * Changed the default inetd.conf to satisfy people who think that every
 
16
    listening socket is a security hole: no internal services are enabled
 
17
    by default. This means that the daemon will not even be started by the
 
18
    init script until some service is enabled in inetd.conf.
 
19
  * Removed from the default inetd.conf the already-commented examples
 
20
    of the internal services which are actually dangerous to run.
 
21
 
 
22
 -- Marco d'Itri <md@linux.it>  Sun,  2 Jan 2005 02:40:43 +0100
 
23
 
1
24
openbsd-inetd (0.20020802-1) unstable; urgency=low
2
25
 
3
26
  * New package.