Your message dated Wed, 17 Apr 2013 20:32:40 +0100
with message-id <[email protected]>
and subject line Re: Bug#705356: unblock: netbase/5.1
has caused the Debian Bug report #705356,
regarding unblock: netbase/5.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
705356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705356
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package netbase

netbase (5.1) unstable; urgency=low

  * etc-services: removed console (782/tcp).
    Reverted because #658077 was totally bogus: this entry is not useful.
  * etc-services: added urd (465/tcp). ssmtp and smtps kept as aliases.
    (Closes: #703175)
  * etc-services: added db-lsp (17500/tcp). (Closes: #695708)
  * etc-protocols: added hopopt (0). (Closes: #675339)
  * Removed ip6-localnet and ip6-mcastprefix from the default /etc/hosts
    created by postinst because they have no purpose. (Closes: #688090)
  * Made the package Multi-Arch foreign. (Closes: #688396)
  * Slightly raised the ifupdown Breaks version to match Ubuntu.

 -- Marco d'Itri <[email protected]>  Tue, 02 Apr 2013 02:31:27 +0200

All changes can also be reviewed at 
http://anonscm.debian.org/gitweb/?p=users/md/netbase.git .

diff -Nru netbase-5.0/debian/changelog netbase-5.1/debian/changelog
--- netbase-5.0/debian/changelog        2012-05-14 01:11:15.000000000 +0200
+++ netbase-5.1/debian/changelog        2013-04-02 02:31:32.000000000 +0200
@@ -1,3 +1,18 @@
+netbase (5.1) unstable; urgency=low
+
+  * etc-services: removed console (782/tcp).
+    Reverted because #658077 was totally bogus: this entry is not useful.
+  * etc-services: added urd (465/tcp). ssmtp and smtps kept as aliases.
+    (Closes: #703175)
+  * etc-services: added db-lsp (17500/tcp). (Closes: #695708)
+  * etc-protocols: added hopopt (0). (Closes: #675339)
+  * Removed ip6-localnet and ip6-mcastprefix from the default /etc/hosts
+    created by postinst because they have no purpose. (Closes: #688090)
+  * Made the package Multi-Arch foreign. (Closes: #688396)
+  * Slightly raised the ifupdown Breaks version to match Ubuntu.
+
+ -- Marco d'Itri <[email protected]>  Tue, 02 Apr 2013 02:31:27 +0200
+
 netbase (5.0) unstable; urgency=medium
 
   * Removed the init script, added Breaks: ifupdown (<< 0.7~rc1).
diff -Nru netbase-5.0/debian/control netbase-5.1/debian/control
--- netbase-5.0/debian/control  2012-05-14 00:55:49.000000000 +0200
+++ netbase-5.1/debian/control  2013-04-01 23:29:11.000000000 +0200
@@ -2,14 +2,17 @@
 Section: admin
 Priority: important
 Maintainer: Marco d'Itri <[email protected]>
-Standards-Version: 3.9.3.1
+Standards-Version: 3.9.4.0
 Build-Depends: debhelper (>= 7)
+Vcs-Git: git://git.debian.org/users/md/netbase.git
+Vcs-Browser: http://git.debian.org/?p=users/md/netbase.git
 
 Package: netbase
 Architecture: all
+Multi-Arch: foreign
 Depends: lsb-base (>= 3.0-6), ${misc:Depends}
 Conflicts: openbsd-inetd (<< 0.20050402-3), inetutils-inetd (<< 
2:1.4.3+20060719-3)
-Breaks: ifupdown (<< 0.7~rc1)
+Breaks: ifupdown (<< 0.7)
 Recommends: ifupdown
 Description: Basic TCP/IP networking system
  This package provides the necessary infrastructure for basic TCP/IP based
diff -Nru netbase-5.0/debian/netbase.postinst 
netbase-5.1/debian/netbase.postinst
--- netbase-5.0/debian/netbase.postinst 2012-05-14 00:49:44.000000000 +0200
+++ netbase-5.1/debian/netbase.postinst 2013-04-01 23:48:42.000000000 +0200
@@ -6,8 +6,6 @@
   cat > /etc/hosts <<-EOF
        127.0.0.1       localhost
        ::1             localhost ip6-localhost ip6-loopback
-       fe00::0         ip6-localnet
-       ff00::0         ip6-mcastprefix
        ff02::1         ip6-allnodes
        ff02::2         ip6-allrouters
 
diff -Nru netbase-5.0/debian/source/format netbase-5.1/debian/source/format
--- netbase-5.0/debian/source/format    2010-06-25 23:02:31.000000000 +0200
+++ netbase-5.1/debian/source/format    2013-04-01 23:29:07.000000000 +0200
@@ -1 +1 @@
-1.0
+3.0 (native)
diff -Nru netbase-5.0/etc-protocols netbase-5.1/etc-protocols
--- netbase-5.0/etc-protocols   2011-06-26 13:38:56.000000000 +0200
+++ netbase-5.1/etc-protocols   2013-04-01 23:29:14.000000000 +0200
@@ -7,7 +7,7 @@
 # If you need a huge list of used numbers please install the nmap package.
 
 ip     0       IP              # internet protocol, pseudo protocol number
-#hopopt        0       HOPOPT          # IPv6 Hop-by-Hop Option [RFC1883]
+hopopt 0       HOPOPT          # IPv6 Hop-by-Hop Option [RFC1883]
 icmp   1       ICMP            # internet control message protocol
 igmp   2       IGMP            # Internet Group Management
 ggp    3       GGP             # gateway-gateway protocol
diff -Nru netbase-5.0/etc-services netbase-5.1/etc-services
--- netbase-5.0/etc-services    2012-05-14 01:07:35.000000000 +0200
+++ netbase-5.1/etc-services    2013-04-01 23:29:14.000000000 +0200
@@ -158,6 +158,7 @@
 microsoft-ds   445/udp
 kpasswd                464/tcp
 kpasswd                464/udp
+urd            465/tcp         ssmtp smtps  # URL Rendesvous Directory for SSM
 saft           487/tcp                 # Simple Asynchronous File Transfer
 saft           487/udp
 isakmp         500/tcp                 # IPsec - Internet Security Association
@@ -466,6 +467,7 @@
 bpcd           13782/udp
 vopied         13783/tcp                       # VERITAS NetBackup
 vopied         13783/udp
+db-lsp         17500/tcp                       # Dropbox LanSync Protocol
 dcap           22125/tcp                       # dCache Access Protocol
 gsidcap                22128/tcp                       # GSI dCache Access 
Protocol
 wnn6           22273/tcp                       # wnn6
@@ -494,7 +496,6 @@
 passwd-server  752/udp         passwd_server   # Kerberos passwd server
 krb-prop       754/tcp         krb_prop krb5_prop hprop # Kerberos slave 
propagation
 krbupdate      760/tcp         kreg            # Kerberos registration
-console                782/tcp                         # Conserver
 swat           901/tcp                         # swat
 kpop           1109/tcp                        # Pop with Kerberos
 knetd          2053/tcp                        # Kerberos de-multiplexor
@@ -518,7 +519,6 @@
 linuxconf      98/tcp                          # LinuxConf
 poppassd       106/tcp                         # Eudora
 poppassd       106/udp
-ssmtp          465/tcp         smtps           # SMTP over SSL
 moira-db       775/tcp         moira_db        # Moira database
 moira-update   777/tcp         moira_update    # Moira update protocol
 moira-ureg     779/udp         moira_ureg      # Moira user registration


unblock netbase/5.1

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
On Tue, Apr 16, 2013 at 04:14:13AM +0200, Marco d'Itri wrote:
> > If those severities aren't accurate please tell the bts. Otherwise, no they
> > are no longer changes we consider urgent. They are all old bugs and could
> > have been cleared up in plenty of time before now.
> OK, I suck as a maintainer and as a human being and I neglected my 
> packages for most of the last year.

I did not mean to imply this, merely that if they've been around that long
without being show-stoppers then I'm disinclined to start taking risks now.
We're in the final stages of release and being ultra-conservative now.

> But I'd rather move on and fix what can still be fixed.

I'm afraid all the issues you've outlined are no-goes for the above reason.

> > >   * Made the package Multi-Arch foreign. (Closes: #688396)
> > Definitely not.
> Why? netbase is just four config files nowadays, it's not like declaring 
> it foreign could break anything.

As I say, that's not a risk I'm going to take at this stage.

> > >   * Slightly raised the ifupdown Breaks version to match Ubuntu.
> > Is there are technical reason for this or just a courtesy to our
> > derivatives?
> No technical reason, the delta is a few releases which only existed 
> in unstable for a short time (and nobody is supposed to be using anymore
> due to them being quite "experimental").

Ok. For the record I was only curious about this, and wouldn't have
objections to it being included if the circumstances were different.


Closing this request as a nack unless you wish to up the severities of any
of those bugs (and can justify doing so).

Thanks,


-- 
Jonathan Wiltshire                                      [email protected]
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

<directhex> i have six years of solaris sysadmin experience, from
            8->10. i am well qualified to say it is made from bonghits
                        layered on top of bonghits

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to