Bug#679979: Report wasn't quite complete

2012-07-04 Thread Julien Cristau
On Mon, Jul  2, 2012 at 15:41:21 -0400, Scott Kitterman wrote:

 +opendkim (2.6.2-1) unstable; urgency=low
 +
 +  * New upstream release (addresses three bugs that affect the Debian 
 package)
 +- Fix bug #SF3539449: Clarify legal Socket values.  Requested by Scott
 +  Kitterman.
 +- Fix bug #SF3539493: Handle certain cases of data set names that appear
 +  to be comma-separated lists which include IPv6 addresses.  Reported by
 +  Scott Kitterman. (Closes: #679548)
 +  * Use restorecon to apply a SE Linux label after creating a run dir
 +(Closes: #679852)
 +
 + -- Scott Kitterman sc...@kitterman.com  Mon, 02 Jul 2012 14:44:38 -0400
 +

Please go ahead.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#679979: Report wasn't quite complete

2012-07-02 Thread Scott Kitterman
I also wanted to get an SE Linux fix in if I could (#679852), but I was using 
the wrong diff in the initial report.   Please see the attached diff instead.diff -Nru opendkim-2.6.1/configure opendkim-2.6.2/configure
--- opendkim-2.6.1/configure	2012-06-24 23:34:56.0 -0400
+++ opendkim-2.6.2/configure	2012-07-02 13:59:41.0 -0400
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for OpenDKIM 2.6.1.
+# Generated by GNU Autoconf 2.68 for OpenDKIM 2.6.2.
 #
 # Report bugs to b...@opendkim.org.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='OpenDKIM'
 PACKAGE_TARNAME='opendkim'
-PACKAGE_VERSION='2.6.1'
-PACKAGE_STRING='OpenDKIM 2.6.1'
+PACKAGE_VERSION='2.6.2'
+PACKAGE_STRING='OpenDKIM 2.6.2'
 PACKAGE_BUGREPORT='b...@opendkim.org'
 PACKAGE_URL=''
 
@@ -1545,7 +1545,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures OpenDKIM 2.6.1 to adapt to many kinds of systems.
+\`configure' configures OpenDKIM 2.6.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1615,7 +1615,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of OpenDKIM 2.6.1:;;
+ short | recursive ) echo Configuration of OpenDKIM 2.6.2:;;
esac
   cat \_ACEOF
 
@@ -1824,7 +1824,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-OpenDKIM configure 2.6.1
+OpenDKIM configure 2.6.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2403,7 +2403,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by OpenDKIM $as_me 2.6.1, which was
+It was created by OpenDKIM $as_me 2.6.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3222,7 +3222,7 @@
 
 # Define the identity of the package.
  PACKAGE='opendkim'
- VERSION='2.6.1'
+ VERSION='2.6.2'
 
 
 cat confdefs.h _ACEOF
@@ -3271,7 +3271,7 @@
 #
 # Hexadecimal version, for use in generating dkim.h
 #
-HEX_VERSION=$(printf %08x $(( ((2  8 | 6)  8 | 1)  8| 0 )))
+HEX_VERSION=$(printf %08x $(( ((2  8 | 6)  8 | 2)  8| 0 )))
 
 
 #
@@ -20528,7 +20528,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by OpenDKIM $as_me 2.6.1, which was
+This file was extended by OpenDKIM $as_me 2.6.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -20594,7 +20594,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; s/[\\\`\$]//g'`
 ac_cs_version=\\
-OpenDKIM config.status 2.6.1
+OpenDKIM config.status 2.6.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\\$ac_cs_config\\
 
diff -Nru opendkim-2.6.1/configure.ac opendkim-2.6.2/configure.ac
--- opendkim-2.6.1/configure.ac	2012-06-24 23:33:43.0 -0400
+++ opendkim-2.6.2/configure.ac	2012-07-02 13:58:53.0 -0400
@@ -15,7 +15,7 @@
 #
 m4_define([VERSION_RELEASE], 2)
 m4_define([VERSION_MAJOR_REV], 6)
-m4_define([VERSION_MINOR_REV], 1)
+m4_define([VERSION_MINOR_REV], 2)
 m4_define([VERSION_PATCH], 0)
 
 #
diff -Nru opendkim-2.6.1/contrib/spec/opendkim.spec opendkim-2.6.2/contrib/spec/opendkim.spec
--- opendkim-2.6.1/contrib/spec/opendkim.spec	2012-06-24 23:35:13.0 -0400
+++ opendkim-2.6.2/contrib/spec/opendkim.spec	2012-07-02 14:00:30.0 -0400
@@ -4,7 +4,7 @@
 
 Summary: An open source library and milter for providing DKIM service
 Name: opendkim
-Version: 2.6.1
+Version: 2.6.2
 Release: 1
 License: BSD
 Group: System Environment/Daemons
diff -Nru opendkim-2.6.1/debian/changelog opendkim-2.6.2/debian/changelog
--- opendkim-2.6.1/debian/changelog	2012-07-02 15:38:45.0 -0400
+++ opendkim-2.6.2/debian/changelog	2012-07-02 15:38:45.0 -0400
@@ -1,3 +1,16 @@
+opendkim (2.6.2-1) unstable; urgency=low
+
+  * New upstream release (addresses three bugs that affect the Debian package)
+- Fix bug #SF3539449: Clarify legal Socket values.  Requested by Scott
+  Kitterman.
+- Fix bug #SF3539493: Handle certain cases of data set names that appear
+  to be comma-separated lists which include IPv6 addresses.  Reported by
+  Scott Kitterman. (Closes: #679548)
+  * Use restorecon to apply a SE Linux label after creating a run dir
+(Closes: #679852)
+
+ -- Scott Kitterman sc...@kitterman.com  Mon, 02 Jul 2012 14:44:38 -0400
+
 opendkim (2.6.1-1) unstable; urgency=low
 
   * New upstream release
diff -Nru opendkim-2.6.1/debian/opendkim.init opendkim-2.6.2/debian/opendkim.init
--- opendkim-2.6.1/debian/opendkim.init	2012-07-02 15:38:45.0 -0400
+++