[ubuntu/quantal] netcat-openbsd 1.105-6ubuntu1 (Accepted)

Adam Gandelman adamg at canonical.com
Thu Jun 14 13:45:30 UTC 2012


netcat-openbsd (1.105-6ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #1006631).
  * debian/patches/verbose-message-to-stderr.patch: Dropped,
    applied upstream.
  * debian/patches/dccp.patch: Dropped, applied in Debian.
  * debian/control: Update XSBC-Original-Maintainer.
  * debian/patches/netcat-info.patch: Refresh.
  * Remaining changes:
    - debian/patches/netcat-info.patch: Add info about netcat-traditional
      if you are looking for an option when it is not available.
      (LP: #590925)

netcat-openbsd (1.105-6) unstable; urgency=low

  * Fix segfaults when using -Ulv (Closes: #668558).
  * Do not continue to listen on port after accepting connection.

netcat-openbsd (1.105-5) unstable; urgency=low

  * Add $LDFLAGS from environment (Closes: #665321).

netcat-openbsd (1.105-4) unstable; urgency=high

  * High urgency for fixing RC bug.
  * Fix readwrite() behaviour (Closes: #662741).

netcat-openbsd (1.105-3) unstable; urgency=low

  * Clear up symlink of man page.
  * Use Breaks instead of Conflicts.
  * Fix minor warnings from man.

netcat-openbsd (1.105-2) unstable; urgency=low

  * Add missing Build-Depends: pkg-config.

netcat-openbsd (1.105-1) unstable; urgency=low

  * New upstream CVS snapshot, new maintainer.
    - Verbose message to strerr (Closes: #570765).
    - Can use packet's content > 1024 (Closes: #607003).
    - Replace non-portable echo with printf (Closes: #510372).
  * debian/patches:
    - Rearrange existing patches, fix new porting issues.
    - Option -l and -p are now compatible (Closes: #540073).
    - Use libbsd instead of glib for strlcpy (Closes: #550611).
    - Fix build with -Wl,--as-needed (Closes: #604781).
    - Handling multiple clients subsquently when -k (Closes: #514792).
    - Replace inet_ntoa with inet_ntop to support IPv6
      (Closes: #512992).
    - Modify -q behavior to be compatible with nc.traditional
      (Closes: #508722, #594614, #606925, #611964).
    - DCCP and broadcast support.
    - Arbitrary port list to scan.
    - Fix misc connection failures
      (Closes: #579485, #579486, #579487, #579488, #633948).
    - Improve verbose information and documentations.
  * debian/rules:
    - Link nc.openbsd.1 from nc.1 (Closes: #535951).
    - Enable optional hardening build flags.
  * debian/control:
    - Replace glib with libbsd.
    - Update to use debhelper 8, std-ver 3.9.2.
    - Priority: important, to make it into base system.
    - Add Vcs-*.
  * debian/compat:
    - Update to 8 from 4.

Date: Wed, 30 May 2012 14:38:36 -0700
Changed-By: Adam Gandelman <adamg at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Oliver Grawert <ogra at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/netcat-openbsd/1.105-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 30 May 2012 14:38:36 -0700
Source: netcat-openbsd
Binary: netcat-openbsd
Architecture: source
Version: 1.105-6ubuntu1
Distribution: quantal
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Gandelman <adamg at canonical.com>
Description: 
 netcat-openbsd - TCP/IP swiss army knife
Closes: 508722 510372 512992 514792 535951 540073 550611 570765 579485 579486 579487 579488 594614 604781 606925 607003 611964 633948 662741 665321 668558
Launchpad-Bugs-Fixed: 590925 1006631
Changes: 
 netcat-openbsd (1.105-6ubuntu1) quantal; urgency=low
 .
   * Merge from Debian unstable (LP: #1006631).
   * debian/patches/verbose-message-to-stderr.patch: Dropped,
     applied upstream.
   * debian/patches/dccp.patch: Dropped, applied in Debian.
   * debian/control: Update XSBC-Original-Maintainer.
   * debian/patches/netcat-info.patch: Refresh.
   * Remaining changes:
     - debian/patches/netcat-info.patch: Add info about netcat-traditional
       if you are looking for an option when it is not available.
       (LP: #590925)
 .
 netcat-openbsd (1.105-6) unstable; urgency=low
 .
   * Fix segfaults when using -Ulv (Closes: #668558).
   * Do not continue to listen on port after accepting connection.
 .
 netcat-openbsd (1.105-5) unstable; urgency=low
 .
   * Add $LDFLAGS from environment (Closes: #665321).
 .
 netcat-openbsd (1.105-4) unstable; urgency=high
 .
   * High urgency for fixing RC bug.
   * Fix readwrite() behaviour (Closes: #662741).
 .
 netcat-openbsd (1.105-3) unstable; urgency=low
 .
   * Clear up symlink of man page.
   * Use Breaks instead of Conflicts.
   * Fix minor warnings from man.
 .
 netcat-openbsd (1.105-2) unstable; urgency=low
 .
   * Add missing Build-Depends: pkg-config.
 .
 netcat-openbsd (1.105-1) unstable; urgency=low
 .
   * New upstream CVS snapshot, new maintainer.
     - Verbose message to strerr (Closes: #570765).
     - Can use packet's content > 1024 (Closes: #607003).
     - Replace non-portable echo with printf (Closes: #510372).
   * debian/patches:
     - Rearrange existing patches, fix new porting issues.
     - Option -l and -p are now compatible (Closes: #540073).
     - Use libbsd instead of glib for strlcpy (Closes: #550611).
     - Fix build with -Wl,--as-needed (Closes: #604781).
     - Handling multiple clients subsquently when -k (Closes: #514792).
     - Replace inet_ntoa with inet_ntop to support IPv6
       (Closes: #512992).
     - Modify -q behavior to be compatible with nc.traditional
       (Closes: #508722, #594614, #606925, #611964).
     - DCCP and broadcast support.
     - Arbitrary port list to scan.
     - Fix misc connection failures
       (Closes: #579485, #579486, #579487, #579488, #633948).
     - Improve verbose information and documentations.
   * debian/rules:
     - Link nc.openbsd.1 from nc.1 (Closes: #535951).
     - Enable optional hardening build flags.
   * debian/control:
     - Replace glib with libbsd.
     - Update to use debhelper 8, std-ver 3.9.2.
     - Priority: important, to make it into base system.
     - Add Vcs-*.
   * debian/compat:
     - Update to 8 from 4.
Checksums-Sha1: 
 3f1923b1e7bc522b1f8ffc19d611539f9924d586 1338 netcat-openbsd_1.105-6ubuntu1.dsc
 7791b24ded7ef4a3fb307e077f37026b8d009b15 14891 netcat-openbsd_1.105.orig.tar.gz
 4e6ab1bdd249460a3218d694bf2e43217c603eb7 31974 netcat-openbsd_1.105-6ubuntu1.debian.tar.gz
Checksums-Sha256: 
 73a53de1c8b11a6c619230146629287bd35f2e11d19d1d8f4f583194b1f8bb3f 1338 netcat-openbsd_1.105-6ubuntu1.dsc
 40653fe66c1516876b61b07e093d826e2a5463c5d994f1b7e6ce328f3edb211e 14891 netcat-openbsd_1.105.orig.tar.gz
 417a357722885a4a6b1ebd2eba1d95bcbd7541b7a8705a8abdcbc6dca7a9b13b 31974 netcat-openbsd_1.105-6ubuntu1.debian.tar.gz
Files: 
 2f31cea113f0eb9eac7a55393961f679 1338 net optional netcat-openbsd_1.105-6ubuntu1.dsc
 7e67b22f1ad41a1b7effbb59ff28fca1 14891 net optional netcat-openbsd_1.105.orig.tar.gz
 928030df76dd2d40cff80b2e5f14ea79 31974 net optional netcat-openbsd_1.105-6ubuntu1.debian.tar.gz
Original-Maintainer: Aron Xu <aron at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk/Z6gIACgkQSsOT+6LQaTYexgCg4wolYCGF3eTbNNCsmLM5uivE
MOMAoIJKkKZ7Qq1RchRptJ15UprLccYk
=FzFO
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list