[libemail-sender-perl] 02/02: Update debian/changelog file

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libemail-sender-perl.

commit 196c4d72b915e0dff553ccee63c1ec1652d3b0f6
Author: Salvatore Bonaccorso 
Date:   Tue Oct 4 07:42:04 2016 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9b56a40..f37bcb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,9 @@ libemail-sender-perl (1.300030-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Import upstream version 1.300030
+  * Declare compliance with Debian policy 3.9.8
 
- -- Salvatore Bonaccorso   Tue, 04 Oct 2016 06:31:43 +0200
+ -- Salvatore Bonaccorso   Tue, 04 Oct 2016 06:36:53 +0200
 
 libemail-sender-perl (1.300021-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] branch master updated (b5b12e6 -> 196c4d7)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libemail-sender-perl.

  from  b5b12e6   Cleanup WAITS-FOR in debian/changelog
   new  7971728   Declare compliance with Debian policy 3.9.8
   new  196c4d7   Update debian/changelog file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] 01/02: Declare compliance with Debian policy 3.9.8

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libemail-sender-perl.

commit 79717285e7c13d796841ef9a47b87cfbd0d2197f
Author: Salvatore Bonaccorso 
Date:   Tue Oct 4 06:35:24 2016 +0200

Declare compliance with Debian policy 3.9.8
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8df5d85..1d0c13c 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends-Indep: libcapture-tiny-perl,
  libtry-tiny-perl,
  perl (>= 5.23.1),
  perl
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-sender-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libemail-sender-perl.git
 Homepage: https://metacpan.org/release/Email-Sender

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] 01/03: Merge tag 'upstream/1.300030'

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libemail-sender-perl.

commit c5637b9f1abdde924adbc0742188800122675457
Merge: 4c429b8 6fa8d1e
Author: Salvatore Bonaccorso 
Date:   Tue Oct 4 06:31:42 2016 +0200

Merge tag 'upstream/1.300030'

Upstream version 1.300030

 Changes   |   6 ++
 MANIFEST  |   2 +-
 META.json | 149 +-
 META.yml  | 147 +
 Makefile.PL   |   8 +-
 README|   4 +-
 lib/Email/Sender.pm   |  10 +-
 lib/Email/Sender/Failure.pm   |   4 +-
 lib/Email/Sender/Failure/Multi.pm |   4 +-
 lib/Email/Sender/Failure/Permanent.pm |   4 +-
 lib/Email/Sender/Failure/Temporary.pm |   4 +-
 lib/Email/Sender/Manual.pm|   4 +-
 lib/Email/Sender/Manual/QuickStart.pm |   4 +-
 lib/Email/Sender/Role/CommonSending.pm|   4 +-
 lib/Email/Sender/Role/HasMessage.pm   |   4 +-
 lib/Email/Sender/Simple.pm|   4 +-
 lib/Email/Sender/Success.pm   |   4 +-
 lib/Email/Sender/Success/Partial.pm   |   4 +-
 lib/Email/Sender/Transport.pm |   4 +-
 lib/Email/Sender/Transport/DevNull.pm |   4 +-
 lib/Email/Sender/Transport/Failable.pm|   4 +-
 lib/Email/Sender/Transport/Maildir.pm |   4 +-
 lib/Email/Sender/Transport/Mbox.pm|   4 +-
 lib/Email/Sender/Transport/Print.pm   |   4 +-
 lib/Email/Sender/Transport/SMTP.pm|  10 +-
 lib/Email/Sender/Transport/SMTP/Persistent.pm |   4 +-
 lib/Email/Sender/Transport/Sendmail.pm|   4 +-
 lib/Email/Sender/Transport/Test.pm|   4 +-
 lib/Email/Sender/Transport/Wrapper.pm |   4 +-
 lib/Email/Sender/Util.pm  |   8 +-
 t/00-report-prereqs.dd|   2 +-
 t/00-report-prereqs.t |  10 +-
 t/smtp-via-mock.t |  21 +++-
 xt/release/changes_has_content.t  |   2 +-
 34 files changed, 252 insertions(+), 211 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] 02/03: Update debian/changelog

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libemail-sender-perl.

commit c592df8018436ea35d546702b8dbbdf01465223e
Author: Salvatore Bonaccorso 
Date:   Tue Oct 4 06:31:43 2016 +0200

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd6ae0b..af10dca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libemail-sender-perl (1.300028-1) UNRELEASED; urgency=medium
+libemail-sender-perl (1.300030-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   WAITS-FOR: perl (>= 5.23.1) | libnet-smtp-perl (>= 3.07)
@@ -20,7 +20,10 @@ libemail-sender-perl (1.300028-1) UNRELEASED; urgency=medium
   * Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!
   * Remove Nathan Handler from Uploaders. Thanks for your work!
 
- -- Salvatore Bonaccorso   Thu, 21 Apr 2016 19:58:36 +0200
+  [ Salvatore Bonaccorso ]
+  * Import upstream version 1.300030
+
+ -- Salvatore Bonaccorso   Tue, 04 Oct 2016 06:31:43 +0200
 
 libemail-sender-perl (1.300021-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] branch pristine-tar updated (87359d8 -> f7e9fce)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch pristine-tar
in repository libemail-sender-perl.

  from  87359d8   pristine-tar data for 
libemail-sender-perl_1.300028.orig.tar.gz
   new  f7e9fce   pristine-tar data for 
libemail-sender-perl_1.300030.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libemail-sender-perl_1.300030.orig.tar.gz.delta | Bin 0 -> 3980 bytes
 libemail-sender-perl_1.300030.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libemail-sender-perl_1.300030.orig.tar.gz.delta
 create mode 100644 libemail-sender-perl_1.300030.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] annotated tag upstream/1.300030 created (now c460a89)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/1.300030
in repository libemail-sender-perl.

at  c460a89   (tag)
   tagging  6fa8d1e0af369a2efa25f351650ca3a728fee343 (commit)
  replaces  upstream/1.300028
 tagged by  Salvatore Bonaccorso
on  Tue Oct 4 06:31:42 2016 +0200

- Log -
Upstream version 1.300030

Karen Etheridge (1):
  switch from List::MoreUtils to List::Util

Ricardo Signes (4):
  use (almost) full "specials" list for addr quoting
  v1.300029
  prep next release
  v1.300030

Salvatore Bonaccorso (1):
  New upstream version 1.300030

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] branch master updated (4c429b8 -> b5b12e6)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libemail-sender-perl.

  from  4c429b8   update changelog
  adds  5910d62   switch from List::MoreUtils to List::Util
  adds  cc7758b   use (almost) full "specials" list for addr quoting
  adds  2bb98b5   v1.300029
  adds  461a7d2   prep next release
  adds  483f84e   v1.300030
  adds  6fa8d1e   New upstream version 1.300030
   new  c5637b9   Merge tag 'upstream/1.300030'
   new  c592df8   Update debian/changelog
   new  b5b12e6   Cleanup WAITS-FOR in debian/changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes   |   6 ++
 MANIFEST  |   2 +-
 META.json | 149 +-
 META.yml  | 147 +
 Makefile.PL   |   8 +-
 README|   4 +-
 debian/changelog  |   9 +-
 lib/Email/Sender.pm   |  10 +-
 lib/Email/Sender/Failure.pm   |   4 +-
 lib/Email/Sender/Failure/Multi.pm |   4 +-
 lib/Email/Sender/Failure/Permanent.pm |   4 +-
 lib/Email/Sender/Failure/Temporary.pm |   4 +-
 lib/Email/Sender/Manual.pm|   4 +-
 lib/Email/Sender/Manual/QuickStart.pm |   4 +-
 lib/Email/Sender/Role/CommonSending.pm|   4 +-
 lib/Email/Sender/Role/HasMessage.pm   |   4 +-
 lib/Email/Sender/Simple.pm|   4 +-
 lib/Email/Sender/Success.pm   |   4 +-
 lib/Email/Sender/Success/Partial.pm   |   4 +-
 lib/Email/Sender/Transport.pm |   4 +-
 lib/Email/Sender/Transport/DevNull.pm |   4 +-
 lib/Email/Sender/Transport/Failable.pm|   4 +-
 lib/Email/Sender/Transport/Maildir.pm |   4 +-
 lib/Email/Sender/Transport/Mbox.pm|   4 +-
 lib/Email/Sender/Transport/Print.pm   |   4 +-
 lib/Email/Sender/Transport/SMTP.pm|  10 +-
 lib/Email/Sender/Transport/SMTP/Persistent.pm |   4 +-
 lib/Email/Sender/Transport/Sendmail.pm|   4 +-
 lib/Email/Sender/Transport/Test.pm|   4 +-
 lib/Email/Sender/Transport/Wrapper.pm |   4 +-
 lib/Email/Sender/Util.pm  |   8 +-
 t/00-report-prereqs.dd|   2 +-
 t/00-report-prereqs.t |  10 +-
 t/smtp-via-mock.t |  21 +++-
 xt/release/changes_has_content.t  |   2 +-
 35 files changed, 257 insertions(+), 215 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] 01/01: pristine-tar data for libemail-sender-perl_1.300030.orig.tar.gz

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch pristine-tar
in repository libemail-sender-perl.

commit f7e9fce4bc9dff105b8ceddac0f4d813843c95e6
Author: Salvatore Bonaccorso 
Date:   Tue Oct 4 06:31:42 2016 +0200

pristine-tar data for libemail-sender-perl_1.300030.orig.tar.gz
---
 libemail-sender-perl_1.300030.orig.tar.gz.delta | Bin 0 -> 3980 bytes
 libemail-sender-perl_1.300030.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libemail-sender-perl_1.300030.orig.tar.gz.delta 
b/libemail-sender-perl_1.300030.orig.tar.gz.delta
new file mode 100644
index 000..6be60f9
Binary files /dev/null and b/libemail-sender-perl_1.300030.orig.tar.gz.delta 
differ
diff --git a/libemail-sender-perl_1.300030.orig.tar.gz.id 
b/libemail-sender-perl_1.300030.orig.tar.gz.id
new file mode 100644
index 000..9f33e9d
--- /dev/null
+++ b/libemail-sender-perl_1.300030.orig.tar.gz.id
@@ -0,0 +1 @@
+0c47d8a3a1c92f30bde66dac1e6478c2223af2b7

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libemail-sender-perl] 03/03: Cleanup WAITS-FOR in debian/changelog

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libemail-sender-perl.

commit b5b12e68f2d34f64ae952f56abd7586a8ff6c48e
Author: Salvatore Bonaccorso 
Date:   Tue Oct 4 06:33:40 2016 +0200

Cleanup WAITS-FOR in debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index af10dca..9b56a40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
 libemail-sender-perl (1.300030-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
-  WAITS-FOR: perl (>= 5.23.1) | libnet-smtp-perl (>= 3.07)
-
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
   * Import upstream version 1.300027 and 1.300028
   * Update copyright years for upstream files

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-sender-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 13/13: update changelog

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit f515243071e3a4eabb32d76e6078c95dde237b9e
Author: gregor herrmann 
Date:   Tue Oct 4 00:15:26 2016 +0200

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 12 
 1 file changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5eaecd..cc8aec5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,18 @@
 libmath-gsl-perl (0.39-1) UNRELEASED; urgency=medium
 
   * Import upstream version 0.39
+Closes: #826192
+  * Replace libgsl0-dev with libgsl-dev in debian/control.
+  * bin/ is gone from the upstream tarball.
+Drop debian/libmath-gsl-perl.examples and the handling of the scripts from
+debian/rules.
+  * Update years of upstream copyright.
+  * Refresh debian/patches/0001-Hardening-Build-Patch.patch (offset).
+  * Refresh 0002-Fixed-spelling-errors-in-man.patch.
+  * Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.
+  * Update lintian override (changed line number).
+  * Set bindnow linker flag in debian/rules.
+  * Declare compliance with Debian Policy 3.9.8.
 
  -- gregor herrmann   Mon, 03 Oct 2016 23:23:00 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] branch pristine-tar updated (be9c741 -> 85016b6)

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmath-gsl-perl.

  from  be9c741   pristine-tar data for libmath-gsl-perl_0.36.orig.tar.gz
   new  85016b6   pristine-tar data for libmath-gsl-perl_0.39.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmath-gsl-perl_0.39.orig.tar.gz.delta | Bin 0 -> 26015 bytes
 libmath-gsl-perl_0.39.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmath-gsl-perl_0.39.orig.tar.gz.delta
 create mode 100644 libmath-gsl-perl_0.39.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 12/13: update 0001-Hardening-Build-Patch.patch again

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit bb24795a0d8c0dccdafa967672bee24bac60fbf7
Author: gregor herrmann 
Date:   Tue Oct 4 00:11:53 2016 +0200

update 0001-Hardening-Build-Patch.patch again

add to $ccflags instead of replacing it.

but somehow this handling of $ccflags and $ldflags still looks a bit messy

Gbp-Dch: Ignore
---
 debian/patches/0001-Hardening-Build-Patch.patch | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/patches/0001-Hardening-Build-Patch.patch 
b/debian/patches/0001-Hardening-Build-Patch.patch
index c3eddc5..25747ea 100644
--- a/debian/patches/0001-Hardening-Build-Patch.patch
+++ b/debian/patches/0001-Hardening-Build-Patch.patch
@@ -20,3 +20,12 @@ Last-Update: 2016-10-03
  ## Swig produces a number of GCC warnings. Turn them off if we can.
  $ccflags .= try_cflags("-Wall");
  $ccflags .= try_cflags("-Wno-sometimes-uninitialized");
+@@ -70,7 +73,7 @@ if ($Config{archname} =~ /x86_64|amd64/
+ $ldflags .= ' -fPIC  -fno-omit-frame-pointer ';
+ $ccflags .= ' -fPIC  -fno-omit-frame-pointer ';
+ }
+-$ccflags = $Config{cccdlflags} . ' ' . $ldflags;
++$ccflags .= $Config{cccdlflags} . ' ' . $ldflags;
+ 
+ my @Subsystems = grep { ! /^Test$/ } GSLBuilder::subsystems();
+ push @Subsystems, "Multilarge" if $major >= 2;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 01/01: pristine-tar data for libmath-gsl-perl_0.39.orig.tar.gz

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmath-gsl-perl.

commit 85016b6a650745b1dbfcee9fda3978c02f0019c4
Author: gregor herrmann 
Date:   Mon Oct 3 23:22:58 2016 +0200

pristine-tar data for libmath-gsl-perl_0.39.orig.tar.gz
---
 libmath-gsl-perl_0.39.orig.tar.gz.delta | Bin 0 -> 26015 bytes
 libmath-gsl-perl_0.39.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmath-gsl-perl_0.39.orig.tar.gz.delta 
b/libmath-gsl-perl_0.39.orig.tar.gz.delta
new file mode 100644
index 000..5a55477
Binary files /dev/null and b/libmath-gsl-perl_0.39.orig.tar.gz.delta differ
diff --git a/libmath-gsl-perl_0.39.orig.tar.gz.id 
b/libmath-gsl-perl_0.39.orig.tar.gz.id
new file mode 100644
index 000..f2d33f9
--- /dev/null
+++ b/libmath-gsl-perl_0.39.orig.tar.gz.id
@@ -0,0 +1 @@
+50a7ded9e2466ca47ec230bf40d36b21008d3867

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] annotated tag upstream/0.39 created (now b6282d6)

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.39
in repository libmath-gsl-perl.

at  b6282d6   (tag)
   tagging  b135c1eb84aa83f4c71a4e5e379b5cd967d2c657 (commit)
  replaces  upstream/0.36
 tagged by  gregor herrmann
on  Mon Oct 3 23:22:58 2016 +0200

- Log -
Upstream version 0.39

gregor herrmann (1):
  New upstream version 0.39

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 10/13: Declare compliance with Debian Policy 3.9.8.

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit f58fb807598ac02f505e369b4ddbf98fb7e59b94
Author: gregor herrmann 
Date:   Mon Oct 3 23:41:09 2016 +0200

Declare compliance with Debian Policy 3.9.8.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 11bd16c..3d6eb8a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.20120312),
perl,
libgsl-dev,
swig
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-gsl-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git
 Homepage: https://metacpan.org/release/Math-GSL

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 09/13: Set bindnow linker flag in debian/rules.

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 68582523fd92ff7e59b80e8af0e65e51617e90d2
Author: gregor herrmann 
Date:   Mon Oct 3 23:40:48 2016 +0200

Set bindnow linker flag in debian/rules.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..73c5dbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 08/13: Update lintian override (changed line number).

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 6a475ef49d24a1a04ace8d2c2c083ed32721817b
Author: gregor herrmann 
Date:   Mon Oct 3 23:40:11 2016 +0200

Update lintian override (changed line number).
---
 debian/libmath-gsl-perl.lintian-overrides | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libmath-gsl-perl.lintian-overrides 
b/debian/libmath-gsl-perl.lintian-overrides
index 17e6206..20ad3b0 100644
--- a/debian/libmath-gsl-perl.lintian-overrides
+++ b/debian/libmath-gsl-perl.lintian-overrides
@@ -1 +1 @@
-libmath-gsl-perl: manpage-has-errors-from-man 
usr/share/man/man3/Math::GSL::Integration.3pm.gz 255: warning [p 2, 6.7i]: 
can't break line
+libmath-gsl-perl: manpage-has-errors-from-man 
usr/share/man/man3/Math::GSL::Integration.3pm.gz 251: warning [p 2, 6.7i]: 
can't break line

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 05/13: Update years of upstream copyright.

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 9a34a78a9427168b935e73a87f974656b8e35646
Author: gregor herrmann 
Date:   Mon Oct 3 23:28:25 2016 +0200

Update years of upstream copyright.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c50fbdd..303e95c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Alberto Simões 
 Upstream-Name: Math-GSL
 
 Files: *
-Copyright: 2008-2014 Jonathan Leto 
-   2008-2014 Thierry Moisan
+Copyright: 2008-2016 Jonathan Leto 
+   2008-2016 Thierry Moisan
 License: Artistic or GPL-1+
 
 Files: Build.PL

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libmath-gsl-perl] branch master updated (52e3e86 -> f515243)

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-gsl-perl.

  from  52e3e86   releasing package libmath-gsl-perl version 0.36-2 to 
unstable
  adds  b135c1e   New upstream version 0.39
   new  375e6dd   Merge tag 'upstream/0.39'
   new  a71bb35   Update debian/changelog
   new  ce4e10a   Replace libgsl0-dev with libgsl-dev in debian/control.
   new  a4e1e00   bin/ is gone from the upstream tarball.
   new  9a34a78   Update years of upstream copyright.
   new  8d0154d   Drop 0003-Use-Config-cccdlflags-in-the-build.patch, 
merged upstream.
   new  21149e6   Refresh debian/patches/0001-Hardening-Build-Patch.patch 
(offset).
   new  6a475ef   Update lintian override (changed line number).
   new  6858252   Set bindnow linker flag in debian/rules.
   new  f58fb80   Declare compliance with Debian Policy 3.9.8.
   new  b563295   Refresh 0002-Fixed-spelling-errors-in-man.patch.
   new  bb24795   update 0001-Hardening-Build-Patch.patch again
   new  f515243   update changelog

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL   |26 +-
 Changes|16 +-
 MANIFEST   |   841 +-
 META.json  |84 +-
 META.yml   |65 +-
 bin/smoke_some_mathgsl |18 -
 bin/smolder_mathgsl|83 -
 bin/smolder_smoke_signal   |   240 -
 debian/changelog   |18 +
 debian/control | 4 +-
 debian/copyright   | 4 +-
 debian/libmath-gsl-perl.examples   | 1 -
 debian/libmath-gsl-perl.lintian-overrides  | 2 +-
 debian/patches/0001-Hardening-Build-Patch.patch|19 +-
 .../0002-Fixed-spelling-errors-in-man.patch|  7823 +++---
 .../0003-Use-Config-cccdlflags-in-the-build.patch  |36 -
 debian/patches/series  | 1 -
 debian/rules   |11 +-
 inc/GSLBuilder.pm  |46 +-
 inc/ver2func   |   156 +-
 lib/Math/GSL.pm|22 +-
 lib/Math/GSL/BLAS.pm   |42 +
 lib/Math/GSL/BSpline.pm|   215 +-
 lib/Math/GSL/CBLAS.pm  |42 +
 lib/Math/GSL/CDF.pm|42 +
 lib/Math/GSL/Chebyshev.pm  |42 +
 lib/Math/GSL/Combination.pm|44 +
 lib/Math/GSL/Complex.pm|42 +
 lib/Math/GSL/Const.pm  |42 +
 lib/Math/GSL/DHT.pm|42 +
 lib/Math/GSL/Deriv.pm  |42 +
 lib/Math/GSL/Diff.pm   |42 +
 lib/Math/GSL/Eigen.pm  |42 +
 lib/Math/GSL/FFT.pm|42 +
 lib/Math/GSL/Fit.pm|42 +
 lib/Math/GSL/Heapsort.pm   |42 +
 lib/Math/GSL/Histogram.pm  |42 +
 lib/Math/GSL/Histogram2D.pm|42 +
 lib/Math/GSL/IEEEUtils.pm  |42 +
 lib/Math/GSL/Integration.pm|42 +
 lib/Math/GSL/Interp.pm |44 +
 lib/Math/GSL/Linalg.pm |93 +-
 lib/Math/GSL/Machine.pm|42 +
 lib/Math/GSL/Matrix.pm |50 +
 lib/Math/GSL/MatrixComplex.pm  |44 +
 lib/Math/GSL/Min.pm|42 +
 lib/Math/GSL/Monte.pm  |20 +-
 lib/Math/GSL/Multifit.pm   |   390 +-
 lib/Math/GSL/Multilarge.pm |   873 +
 lib/Math/GSL/Multimin.pm   |42 +
 lib/Math/GSL/Multiroots.pm |42 +
 lib/Math/GSL/NTuple.pm |42 +
 lib/Math/GSL/ODEIV.pm  |42 +
 lib/Math/GSL/Permutation.pm|64 +
 lib/Math/GSL/Poly.pm   |42 +
 lib/Math/GSL/PowInt.pm |54 +-
 lib/Math/GSL/QRNG.pm   |42 +
 lib/Math/GSL/RNG.pm|42 +
 

[libmath-gsl-perl] 07/13: Refresh debian/patches/0001-Hardening-Build-Patch.patch (offset).

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 21149e6c087b0396a55b38ee4f4d645abd0fa9e4
Author: gregor herrmann 
Date:   Mon Oct 3 23:33:29 2016 +0200

Refresh debian/patches/0001-Hardening-Build-Patch.patch (offset).
---
 debian/patches/0001-Hardening-Build-Patch.patch | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0001-Hardening-Build-Patch.patch 
b/debian/patches/0001-Hardening-Build-Patch.patch
index c6c8fca..c3eddc5 100644
--- a/debian/patches/0001-Hardening-Build-Patch.patch
+++ b/debian/patches/0001-Hardening-Build-Patch.patch
@@ -1,16 +1,16 @@
 Description: Add hardening flags
 Forwarded: not-needed
 Author: Wolfgang Fütterer  
-Last-Update: 2015-11-25
+Reviewed-by: gregor herrmann 
+Last-Update: 2016-10-03
+
 ---
  Build.PL | 3 +++
  1 file changed, 3 insertions(+)
 
-diff --git a/Build.PL b/Build.PL
-index e6075d2..7c3940a 100644
 --- a/Build.PL
 +++ b/Build.PL
-@@ -46,6 +46,9 @@ $swig_flags = ' -I/usr/include' if $ccflags =~ /^\s*$/;
+@@ -45,6 +45,9 @@ $swig_flags = ' -I/usr/include' if $ccfl
  
  $ccflags .= " $Config{ccflags}"; # we need this for some Linuxes
  
@@ -19,4 +19,4 @@ index e6075d2..7c3940a 100644
 +
  ## Swig produces a number of GCC warnings. Turn them off if we can.
  $ccflags .= try_cflags("-Wall");
- #$ccflags .= try_cflags("-Wno-strict-aliasing");
+ $ccflags .= try_cflags("-Wno-sometimes-uninitialized");

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libmath-gsl-perl] 01/13: Merge tag 'upstream/0.39'

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 375e6dd3e9c9aefb8c32d8320de5b8270be5315f
Merge: 52e3e86 b135c1e
Author: gregor herrmann 
Date:   Mon Oct 3 23:22:58 2016 +0200

Merge tag 'upstream/0.39'

Upstream version 0.39

 Build.PL  |26 +-
 Changes   |16 +-
 MANIFEST  |   841 +-
 META.json |84 +-
 META.yml  |65 +-
 bin/smoke_some_mathgsl|18 -
 bin/smolder_mathgsl   |83 -
 bin/smolder_smoke_signal  |   240 -
 inc/GSLBuilder.pm |46 +-
 inc/ver2func  |   156 +-
 lib/Math/GSL.pm   |22 +-
 lib/Math/GSL/BLAS.pm  |42 +
 lib/Math/GSL/BSpline.pm   |   215 +-
 lib/Math/GSL/CBLAS.pm |42 +
 lib/Math/GSL/CDF.pm   |42 +
 lib/Math/GSL/Chebyshev.pm |42 +
 lib/Math/GSL/Combination.pm   |44 +
 lib/Math/GSL/Complex.pm   |42 +
 lib/Math/GSL/Const.pm |42 +
 lib/Math/GSL/DHT.pm   |42 +
 lib/Math/GSL/Deriv.pm |42 +
 lib/Math/GSL/Diff.pm  |42 +
 lib/Math/GSL/Eigen.pm |42 +
 lib/Math/GSL/FFT.pm   |42 +
 lib/Math/GSL/Fit.pm   |42 +
 lib/Math/GSL/Heapsort.pm  |42 +
 lib/Math/GSL/Histogram.pm |42 +
 lib/Math/GSL/Histogram2D.pm   |42 +
 lib/Math/GSL/IEEEUtils.pm |42 +
 lib/Math/GSL/Integration.pm   |42 +
 lib/Math/GSL/Interp.pm|44 +
 lib/Math/GSL/Linalg.pm|93 +-
 lib/Math/GSL/Machine.pm   |42 +
 lib/Math/GSL/Matrix.pm|50 +
 lib/Math/GSL/MatrixComplex.pm |44 +
 lib/Math/GSL/Min.pm   |42 +
 lib/Math/GSL/Monte.pm |20 +-
 lib/Math/GSL/Multifit.pm  |   390 +-
 lib/Math/GSL/Multilarge.pm|   873 +
 lib/Math/GSL/Multimin.pm  |42 +
 lib/Math/GSL/Multiroots.pm|42 +
 lib/Math/GSL/NTuple.pm|42 +
 lib/Math/GSL/ODEIV.pm |42 +
 lib/Math/GSL/Permutation.pm   |64 +
 lib/Math/GSL/Poly.pm  |42 +
 lib/Math/GSL/PowInt.pm|54 +-
 lib/Math/GSL/QRNG.pm  |42 +
 lib/Math/GSL/RNG.pm   |42 +
 lib/Math/GSL/Randist.pm   |47 +
 lib/Math/GSL/Roots.pm |42 +
 lib/Math/GSL/SF.pm|76 +-
 lib/Math/GSL/Siman.pm |42 +
 lib/Math/GSL/Sort.pm  |45 +
 lib/Math/GSL/Spline.pm|42 +
 lib/Math/GSL/Statistics.pm|44 +
 lib/Math/GSL/Sum.pm   |42 +
 lib/Math/GSL/Sys.pm   |42 +
 lib/Math/GSL/Test.pm  | 2 +-
 lib/Math/GSL/Vector.pm|42 +
 lib/Math/GSL/VectorComplex.pm |42 +
 lib/Math/GSL/Wavelet.pm   |42 +
 lib/Math/GSL/Wavelet2D.pm |42 +
 pm/Math/GSL/BLAS.pm.1.11  |   549 -
 pm/Math/GSL/BLAS.pm.1.12  |   549 -
 pm/Math/GSL/BLAS.pm.1.13  |   549 -
 pm/Math/GSL/BLAS.pm.1.14  |   549 -
 pm/Math/GSL/BLAS.pm.1.15  |42 +
 pm/Math/GSL/BLAS.pm.1.16  |42 +
 pm/Math/GSL/BLAS.pm.2.0   |   591 +
 pm/Math/GSL/BLAS.pm.2.1   |   591 +
 pm/Math/GSL/BLAS.pm.2.2   |   591 +
 pm/Math/GSL/BLAS.pm.2.2.1 |   591 +
 pm/Math/GSL/BSpline.pm.1.11   |   217 -
 pm/Math/GSL/BSpline.pm.1.12   |   217 -
 pm/Math/GSL/BSpline.pm.1.13   |   218 -
 pm/Math/GSL/BSpline.pm.1.14   

[libmath-gsl-perl] 04/13: bin/ is gone from the upstream tarball.

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit a4e1e00b337fd907e5184ca9ff68caee58f9317c
Author: gregor herrmann 
Date:   Mon Oct 3 23:26:55 2016 +0200

bin/ is gone from the upstream tarball.

Drop debian/libmath-gsl-perl.examples and the handling of the scripts from
debian/rules.
---
 debian/libmath-gsl-perl.examples |  1 -
 debian/rules | 11 ---
 2 files changed, 12 deletions(-)

diff --git a/debian/libmath-gsl-perl.examples b/debian/libmath-gsl-perl.examples
deleted file mode 100644
index e39721e..000
--- a/debian/libmath-gsl-perl.examples
+++ /dev/null
@@ -1 +0,0 @@
-examples/*
diff --git a/debian/rules b/debian/rules
index 965b637..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
-# DH_VERBOSE = 1
-
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
 
 %:
dh $@
-
-override_dh_auto_install:
-   dh_auto_install
-   rm --verbose $(TMP)/usr/bin/*
-   rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin
-   rm --verbose $(TMP)/usr/share/man/man1/*
-   rmdir --ignore-fail-on-non-empty --parents --verbose 
$(TMP)/usr/share/man/man1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 06/13: Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 8d0154df436c682e648ff39998453fada54a
Author: gregor herrmann 
Date:   Mon Oct 3 23:32:02 2016 +0200

Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.
---
 .../0003-Use-Config-cccdlflags-in-the-build.patch  | 36 --
 debian/patches/series  |  1 -
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/0003-Use-Config-cccdlflags-in-the-build.patch 
b/debian/patches/0003-Use-Config-cccdlflags-in-the-build.patch
deleted file mode 100644
index b321c15..000
--- a/debian/patches/0003-Use-Config-cccdlflags-in-the-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 5aeb4938b7e34c124f44297d447b8efbc412c02f Mon Sep 17 00:00:00 2001
-From: Niko Tyni 
-Date: Thu, 2 Jun 2016 22:56:25 +0300
-Subject: [PATCH] Use $Config{cccdlflags} in the build
-
-This properly injects -fPIC on all Debian architectures, fixing link
-failures on at least mips*.
-
-The earlier explicit injection of -fPIC on amd64 becomes redundant with
-this but shouldn't harm.
-
-It looks like inc/GSLBuilder.pm tries to use cccdlflags, but doesn't
-get them in $cf from Module::Build. This may be because the copy-pasted
-compile_c() method has since been rewritten in Module::Build to use
-ExtUtils::CBuilder, and the interface may have changed.
-
-Bug-Debian: https://bugs.debian.org/826009

- Build.PL | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Build.PL b/Build.PL
-index 7c3940a..5bc1e42 100644
 a/Build.PL
-+++ b/Build.PL
-@@ -73,6 +73,7 @@ if ($Config{archname} =~ /x86_64|amd64/ ) {
- $ldflags .= ' -fPIC  -fno-omit-frame-pointer ';
- $ccflags .= ' -fPIC  -fno-omit-frame-pointer ';
- }
-+$ccflags = $Config{cccdlflags} . ' ' . $ldflags;
- 
- my @Subsystems = grep { ! /^Test$/ } GSLBuilder::subsystems();
- 
--- 
-2.8.1
-
diff --git a/debian/patches/series b/debian/patches/series
index 27dfd07..168722e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-Hardening-Build-Patch.patch
 0002-Fixed-spelling-errors-in-man.patch
-0003-Use-Config-cccdlflags-in-the-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 02/13: Update debian/changelog

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit a71bb35fe6a95c170fdc073987e9393cd658840e
Author: gregor herrmann 
Date:   Mon Oct 3 23:23:01 2016 +0200

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 47e7c9e..b5eaecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmath-gsl-perl (0.39-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.39
+
+ -- gregor herrmann   Mon, 03 Oct 2016 23:23:00 +0200
+
 libmath-gsl-perl (0.36-2) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gsl-perl] 03/13: Replace libgsl0-dev with libgsl-dev in debian/control.

2016-10-03 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit ce4e10aa96138a6f4bfb20ac7cd03ce659762074
Author: gregor herrmann 
Date:   Mon Oct 3 23:24:02 2016 +0200

Replace libgsl0-dev with libgsl-dev in debian/control.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index aef6772..11bd16c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20120312),
libtest-taint-perl (>= 1.06),
libmodule-build-perl,
perl,
-   libgsl0-dev,
+   libgsl-dev,
swig
 Standards-Version: 3.9.7
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-gsl-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] branch jessie-security updated (444e0b1 -> cab04ac)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch jessie-security
in repository libdbd-mysql-perl.

  from  444e0b1   Prepare changelog for release
   new  cab04ac   Import Debian patch 4.028-2+deb8u2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  6 ++
 debian/patches/CVE-2016-1246.patch | 36 
 debian/patches/series  |  1 +
 3 files changed, 43 insertions(+)
 create mode 100644 debian/patches/CVE-2016-1246.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 01/02: Import Debian patch 4.028-2+deb8u2

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch jessie
in repository libdbd-mysql-perl.

commit cab04acf04922b02afbfb8df611aac4edbb1c8e6
Author: Florian Weimer 
Date:   Mon Oct 3 18:02:45 2016 +0200

Import Debian patch 4.028-2+deb8u2
---
 debian/changelog   |  6 ++
 debian/patches/CVE-2016-1246.patch | 36 
 debian/patches/series  |  1 +
 3 files changed, 43 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 38127bd..2ffc66a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdbd-mysql-perl (4.028-2+deb8u2) jessie-security; urgency=high
+
+  * CVE-2016-1246: Buffer overflow in bind variable error reporting.
+
+ -- Florian Weimer   Mon, 03 Oct 2016 18:02:45 +0200
+
 libdbd-mysql-perl (4.028-2+deb8u1) jessie-security; urgency=high
 
   * Team upload.
diff --git a/debian/patches/CVE-2016-1246.patch 
b/debian/patches/CVE-2016-1246.patch
new file mode 100644
index 000..6f76a14
--- /dev/null
+++ b/debian/patches/CVE-2016-1246.patch
@@ -0,0 +1,36 @@
+From 3c4342d182f8e7b1ea9a8d907de65ec6338b4d53 Mon Sep 17 00:00:00 2001
+From: Pali 
+Date: Sat, 24 Sep 2016 14:47:59 +0200
+Subject: [PATCH] Do not use unsafe sprintf w/variable length input
+
+This can cause a  buffer overflow to occur when reporting
+error message about validation of (untrusted) user input parameters.
+---
+ dbdimp.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+Index: b/dbdimp.c
+===
+--- a/dbdimp.c
 b/dbdimp.c
+@@ -4672,7 +4672,7 @@ int dbd_bind_ph(SV *sth, imp_sth_t *imp_
+   int rc;
+   int param_num= SvIV(param);
+   int idx= param_num - 1;
+-  char err_msg[64];
++  char *err_msg;
+   D_imp_xxh(sth);
+ 
+ #if MYSQL_VERSION_ID >= SERVER_PREPARE_VERSION
+@@ -4714,9 +4714,9 @@ int dbd_bind_ph(SV *sth, imp_sth_t *imp_
+   {
+ if (! looks_like_number(value))
+ {
+-  sprintf(err_msg,
++  err_msg = SvPVX(sv_2mortal(newSVpvf(
+   "Binding non-numeric field %d, value %s as a numeric!",
+-  param_num, neatsvpv(value,0));
++  param_num, neatsvpv(value,0;
+   do_error(sth, JW_ERR_ILLEGAL_PARAM_NUM, err_msg, NULL);
+ }
+   }
diff --git a/debian/patches/series b/debian/patches/series
index 62cebaa..2b253ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 pod-whatis.patch
 CVE-2014-9906.patch
 CVE-2015-8949.patch
+CVE-2016-1246.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 02/02: Merge tag 'debian/4.028-2+deb8u2' into jessie

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch jessie
in repository libdbd-mysql-perl.

commit f82596a4e9b6cb1a0d7dcf4fb3bb7d8f7b9b311f
Merge: ff4a7f6 cab04ac
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 19:04:31 2016 +0200

Merge tag 'debian/4.028-2+deb8u2' into jessie

Debian release 4.028-2+deb8u2

 debian/changelog   |  6 ++
 debian/patches/CVE-2016-1246.patch | 36 
 debian/patches/series  |  1 +
 3 files changed, 43 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] annotated tag debian/4.028-2+deb8u2 created (now f4231f7)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/4.028-2+deb8u2
in repository libdbd-mysql-perl.

at  f4231f7   (tag)
   tagging  cab04acf04922b02afbfb8df611aac4edbb1c8e6 (commit)
  replaces  debian/4.028-2+deb8u1
 tagged by  Salvatore Bonaccorso
on  Mon Oct 3 19:03:25 2016 +0200

- Log -
Debian release 4.028-2+deb8u2
-BEGIN PGP SIGNATURE-

iQKPBAABCgB5BQJX8o9dXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NjQ0NDA5ODA4QzE3MUUwNTUzMURERUUw
NTRDQjhGMzEzNDNDRjQ0EhxjYXJuaWxAZGViaWFuLm9yZwAKCRAFTLjzE0PPRNgF
D/4tCjuXFWIbri17kruTizaVs9jqIXqTg1XE9GgmhXHvReLMaidxOp/psDffuJWO
Fa8r87xPso1VYxKjhOfesblD7Kt3aFrPF6OPRhuWqqT4f/xZ4Ey+e0xpYbO04Xz3
W9w4frlcfy/cH4pGXI9UhxZrERLLbIxmQXvXiZly/MJnwSamiRUlLLGRKCKiaJta
nuf0vyWFGcpocvCavffc8MyBJQODs8TrVJfkJbIVdVXvDLCHO+2A8SdwY57Jnae1
oQe89Vc0mwRomg1jTC7PfRtNCButqYoVRV409pEHLF4CBwk57+XNxcx7Sze9F18M
12DyJgiIuWhVYQiXyvQufNRpxsy5oJ3kNM7jEx9qA2jow7amyB3C8fkRff7EVHHH
gcXYzEv3WTZcoJgo/Ja/OOmpD90oyd5gQsJ/yat7w45IjTF8ueyXCytan2PJg3oe
wZXKWme2ai6fFu0JBy2+wWuxCx0WATpcAcCpijwe82/5pBfxnbMv/dW/qeXnahsZ
xiVp7EJSs+dVBeH6mc8xdScVyPbNg2/SriG/jlLp6+86P8/PPC4U8+xH3zDUk1CT
b0T3t3XAk/a6V3yWO3XyBoXELG64QGVVeDF235REZd21NJoeaqT/TUxvQ+jIhlI9
QRQD1p5Ti0d0i1ra8a2S3L0T0tWkB5n24zsWCUIZmi0YJw==
=oWji
-END PGP SIGNATURE-

Florian Weimer (1):
  Import Debian patch 4.028-2+deb8u2

---

This annotated tag includes the following new commits:

   new  cab04ac   Import Debian patch 4.028-2+deb8u2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] branch jessie updated (ff4a7f6 -> f82596a)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch jessie
in repository libdbd-mysql-perl.

  from  ff4a7f6   Merge tag 'debian/4.028-2+deb8u1' into jessie
   new  cab04ac   Import Debian patch 4.028-2+deb8u2
   new  f82596a   Merge tag 'debian/4.028-2+deb8u2' into jessie

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  6 ++
 debian/patches/CVE-2016-1246.patch | 36 
 debian/patches/series  |  1 +
 3 files changed, 43 insertions(+)
 create mode 100644 debian/patches/CVE-2016-1246.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 01/01: Prepare changelog for release

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 3df53208dabb049c7ff269ac6118c4a08628ad68
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 16:41:05 2016 +0200

Prepare changelog for release

Gbp-Dch: Ignore
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3d31e0..e2f3e7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libdbd-mysql-perl (4.037-1) UNRELEASED; urgency=medium
+libdbd-mysql-perl (4.037-1) unstable; urgency=high
 
+  * Team upload.
   * Import upstream version 4.037
 - Addresses CVE-2016-1246: Possible buffer overflow in prepared
   statements.
 
- -- Salvatore Bonaccorso   Mon, 03 Oct 2016 16:27:03 +0200
+ -- Salvatore Bonaccorso   Mon, 03 Oct 2016 16:39:02 +0200
 
 libdbd-mysql-perl (4.036-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] branch master updated (2b40fba -> 3df5320)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libdbd-mysql-perl.

  from  2b40fba   Update debian/changelog file
   new  3df5320   Prepare changelog for release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] annotated tag debian/4.037-1 created (now 9f575dd)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/4.037-1
in repository libdbd-mysql-perl.

at  9f575dd   (tag)
   tagging  3df53208dabb049c7ff269ac6118c4a08628ad68 (commit)
  replaces  debian/4.036-1
 tagged by  Salvatore Bonaccorso
on  Mon Oct 3 16:41:18 2016 +0200

- Log -
tagging package libdbd-mysql-perl version debian/4.037-1
-BEGIN PGP SIGNATURE-

iQKPBAABCgB5BQJX8m4OXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NjQ0NDA5ODA4QzE3MUUwNTUzMURERUUw
NTRDQjhGMzEzNDNDRjQ0EhxjYXJuaWxAZGViaWFuLm9yZwAKCRAFTLjzE0PPRE05
D/46sKUDgerg8D13v9ZcKcqonfyqQgZlpOvtbpRNyHTwjVa3NsVE8ZMkhNuzM3fM
DyCz2vdiUrJRG0PCUFK9Ophy8BxivYvfgXTJgVi7kfexyzTIlRtP/qYJRZhiJOKi
Jla+fN5ruIKF9Dyuc7IXPtaUuXhSME3XwtpDOzczOUDjxedwdhXmi02SeOZLGgXM
q/KdOlsLKFdbH1qxXZDmzMytzxFIyGFeTiVclC/NM7i/gu8ZNMt7CrAqT8c740iL
4YtZ7JrmGK12C0At3WXCxyf2a5v96jLLgwEg3QDPFVZUW8AqXzScL2HLZiTzmzuU
ryKu0U2p1A4jteohDM7HERDr3Xv0FAvQb/Pgg7e64fX/TFy8uYsCsGRmq4aDHMvo
arL8k8iNIRvaKUBlPWjY//GAovg0NnZpmxYVkonYqkNp8yTNVy+2UZjgsToH90Jn
ULkUAMt+RDIVvuCLqOAOekznDqNYybBYjFhoMRZTS+YE9WqtftgvwjOfu+IF0VHM
Cnio/piM9rpxJrEKz3HjCMUeI88ABf1QHSO1caZiJvNNgy6kjm4o2lyNNId2qLpz
IQWzPQNf6x+EGva4SKwwJImnZaG5+eVBFR7NKsrhZ8YGkwHaldWbdjSI7zA+iFuQ
lv7DNnbnA5gkuex+bVPCvaW+C8ufOkWGC8hPflSrgSMQFQ==
=LrHm
-END PGP SIGNATURE-

Michiel Beijen (1):
  Release 4.037, includes fix for CVE-2016-1246.

Pali (1):
  Do not use unsafe sprintf w/variable length input

Salvatore Bonaccorso (5):
  New upstream version 4.037
  Merge tag 'upstream/4.037'
  Update debian/changelog
  Update debian/changelog file
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  3df5320   Prepare changelog for release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] branch pristine-tar updated (3994f11 -> be31b7e)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch pristine-tar
in repository libdbd-mysql-perl.

  from  3994f11   pristine-tar data for libdbd-mysql-perl_4.036.orig.tar.gz
   new  be31b7e   pristine-tar data for libdbd-mysql-perl_4.037.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libdbd-mysql-perl_4.037.orig.tar.gz.delta | Bin 0 -> 4450 bytes
 libdbd-mysql-perl_4.037.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdbd-mysql-perl_4.037.orig.tar.gz.delta
 create mode 100644 libdbd-mysql-perl_4.037.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 01/01: pristine-tar data for libdbd-mysql-perl_4.037.orig.tar.gz

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch pristine-tar
in repository libdbd-mysql-perl.

commit be31b7e897175d6624ced4e9ff6eb125b2059e7e
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 16:27:03 2016 +0200

pristine-tar data for libdbd-mysql-perl_4.037.orig.tar.gz
---
 libdbd-mysql-perl_4.037.orig.tar.gz.delta | Bin 0 -> 4450 bytes
 libdbd-mysql-perl_4.037.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdbd-mysql-perl_4.037.orig.tar.gz.delta 
b/libdbd-mysql-perl_4.037.orig.tar.gz.delta
new file mode 100644
index 000..d1ac6b3
Binary files /dev/null and b/libdbd-mysql-perl_4.037.orig.tar.gz.delta differ
diff --git a/libdbd-mysql-perl_4.037.orig.tar.gz.id 
b/libdbd-mysql-perl_4.037.orig.tar.gz.id
new file mode 100644
index 000..1e9cdb1
--- /dev/null
+++ b/libdbd-mysql-perl_4.037.orig.tar.gz.id
@@ -0,0 +1 @@
+87ef588baad0aee044fe9c9a5a4c3e80c7a40da1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 01/03: Merge tag 'upstream/4.037'

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 49b0428722431174de90d24a8b70375b5696ed0b
Merge: 94fad42 46905d0
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 16:27:03 2016 +0200

Merge tag 'upstream/4.037'

Upstream version 4.037

 Changes |  7 +++
 META.json   | 16 ++--
 META.yml|  4 ++--
 dbdimp.c|  6 +++---
 lib/Bundle/DBD/mysql.pm |  2 +-
 lib/DBD/mysql.pm|  2 +-
 6 files changed, 20 insertions(+), 17 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 03/03: Update debian/changelog file

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 2b40fbab1413db5a8dfeaf5327b58dc6175ad217
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 16:28:15 2016 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7eff3fd..f3d31e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libdbd-mysql-perl (4.037-1) UNRELEASED; urgency=medium
 
   * Import upstream version 4.037
+- Addresses CVE-2016-1246: Possible buffer overflow in prepared
+  statements.
 
  -- Salvatore Bonaccorso   Mon, 03 Oct 2016 16:27:03 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] annotated tag upstream/4.037 created (now 76a4a3f)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/4.037
in repository libdbd-mysql-perl.

at  76a4a3f   (tag)
   tagging  46905d0a756ca7513580529d79fd2fd96985c9f1 (commit)
  replaces  upstream/4.036
 tagged by  Salvatore Bonaccorso
on  Mon Oct 3 16:27:03 2016 +0200

- Log -
Upstream version 4.037

Michiel Beijen (1):
  Release 4.037, includes fix for CVE-2016-1246.

Pali (1):
  Do not use unsafe sprintf w/variable length input

Salvatore Bonaccorso (1):
  New upstream version 4.037

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] branch master updated (94fad42 -> 2b40fba)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libdbd-mysql-perl.

  from  94fad42   releasing package libdbd-mysql-perl version 4.036-1
  adds  7c164a0   Do not use unsafe sprintf w/variable length input
  adds  394a952   Release 4.037, includes fix for CVE-2016-1246.
  adds  46905d0   New upstream version 4.037
   new  49b0428   Merge tag 'upstream/4.037'
   new  67540a1   Update debian/changelog
   new  2b40fba   Update debian/changelog file

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes |  7 +++
 META.json   | 16 ++--
 META.yml|  4 ++--
 dbdimp.c|  6 +++---
 debian/changelog|  8 
 lib/Bundle/DBD/mysql.pm |  2 +-
 lib/DBD/mysql.pm|  2 +-
 7 files changed, 28 insertions(+), 17 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdbd-mysql-perl] 02/03: Update debian/changelog

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdbd-mysql-perl.

commit 67540a14c331d2d91bf731d33d7cc97bfe36e0aa
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 16:27:03 2016 +0200

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f86923c..7eff3fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdbd-mysql-perl (4.037-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 4.037
+
+ -- Salvatore Bonaccorso   Mon, 03 Oct 2016 16:27:03 +0200
+
 libdbd-mysql-perl (4.036-1) unstable; urgency=medium
 
   * Import upstream version 4.036.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] 05/05: Prepare changelog for release

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 65a2455f326e06b6beb1a4045558696ba440fb19
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 08:17:56 2016 +0200

Prepare changelog for release

Gbp-Dch: Ignore
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e6f7509..7bfea68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libscalar-list-utils-perl (1:1.46-1) UNRELEASED; urgency=medium
+libscalar-list-utils-perl (1:1.46-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -9,8 +9,9 @@ libscalar-list-utils-perl (1:1.46-1) UNRELEASED; urgency=medium
   * Import upstream version 1.46
   * Declare compliance with Debian policy 3.9.8
   * Wrap and sort fields in debian/control file
+  * debian/rules: Build enabling all hardening flags
 
- -- Salvatore Bonaccorso   Sat, 01 Oct 2016 16:28:39 +0200
+ -- Salvatore Bonaccorso   Mon, 03 Oct 2016 08:17:48 +0200
 
 libscalar-list-utils-perl (1:1.45-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] 02/05: Wrap and sort fields in debian/control file

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 2bc0cef9ed1aded6354a93cf9bfa482da041cdfc
Author: Salvatore Bonaccorso 
Date:   Sat Oct 1 16:33:27 2016 +0200

Wrap and sort fields in debian/control file
---
 debian/control | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index a35019d..086f6a7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Salvatore Bonaccorso 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
-   perl
+Build-Depends: debhelper (>= 9.20120312~), perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libscalar-list-utils-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git
@@ -13,9 +12,7 @@ Homepage: https://metacpan.org/release/Scalar-List-Utils
 
 Package: libscalar-list-utils-perl
 Architecture: any
-Depends: ${misc:Depends},
- ${perl:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: modules providing common scalar and list utility subroutines
  List::Util is a collection of Perl modules that provide subroutines useful
  for working with scalars and lists, which people have expressed would be nice

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] annotated tag debian/1.46-1 created (now 61433ea)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/1.46-1
in repository libscalar-list-utils-perl.

at  61433ea   (tag)
   tagging  65a2455f326e06b6beb1a4045558696ba440fb19 (commit)
  replaces  debian/1.45-1
 tagged by  Salvatore Bonaccorso
on  Mon Oct 3 08:18:09 2016 +0200

- Log -
tagging package libscalar-list-utils-perl version debian/1.46-1
-BEGIN PGP SIGNATURE-

iQKPBAABCgB5BQJX8fghXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NjQ0NDA5ODA4QzE3MUUwNTUzMURERUUw
NTRDQjhGMzEzNDNDRjQ0EhxjYXJuaWxAZGViaWFuLm9yZwAKCRAFTLjzE0PPRPHC
D/sG69VqDKeFafvsRjjNo5dt1MWIaK4l6jYo79TjDUun7WwU/NVbL+KRFxCiCiTK
st7KCWY+Usxs/sltq4RIAui0OAEQakwEA2FTZIZyRNMVASqWq6ez2FVn3YbUuF2A
Txl4YV0Tzvwp826oGKclUEIgH3FWpnn8exnNVRNoSTITNJmDY1RxqncAfOxOe72Y
FU7ZxvC4e3Ym0vyi7tc+EXUdxQYnBUHATRZP/wV+3qiW7gfgHLiqlTUR1DvT61P8
Hc/Fxpf06v1oYwAUCdVQk3BIucNGjF20yVhQrCaq8c9q+DaY/329hqQX3nW8szI0
twVW2rcZ7/FIpQu97ZaeZHvI+wZV86OfwdEqQx3EhkOGbU1xpXoQTryE2J86KTu3
IcQMaMFjySq92iNR/Xe+/6y0Yq0HyiP/M/jzT0oNOhKTFYwdVzXCrkPT55XbVkCj
dbrmvtrPb1hM0W+AplDZkDibnrxj5ITL4/Qez8oh/8lbpuznQPHVFbWoTpTGHPPa
dKSC51yT4pyZTwy4WLLBYZYhJzWYBy1scoOWBLre7ULTR0Fn9jew1mjTcGJhgVVk
QANYPwH0P+wVYGdCEK5IAOAPODhkLnnsBBs/IuOvLOujqkcrOx5PlLoWRrcH95DM
HxxziOmxHMg6NLYRU0ggTMI8HVsdTB02xxtHwy+iUt8iOg==
=unc2
-END PGP SIGNATURE-

Aaron Crane (1):
  Document the behaviour of uniqnum() on NaN

Andy Grundman (1):
  C89 inline variable declaration fix

Matthew Horsfall (1):
  Add unpairs and uniq to SYNOPSIS

Paul "LeoNerd" Evans (2):
  assert(cv) before CvISXSUB(cv) (RT105476)
  Bumped version to 1.46; updated Changes notes

Paul Evans (4):
  Merge pull request #41 from andygrundman/master
  Merge pull request #48 from arc/uniqnum-doc
  Merge pull request #45 from wolfsage/topic/doc-nit
  Merge pull request #50 from demerphq/master

Salvatore Bonaccorso (8):
  New upstream version 1.46
  Merge tag 'upstream/1.46'
  Update debian/changelog
  Declare compliance with Debian policy 3.9.8
  Wrap and sort fields in debian/control file
  Update debian/changelog file
  debian/rules: Build enabling all hardening flags
  Prepare changelog for release

Yves Orton (4):
  Make sure the min/max/sum call SvGETMAGIC() on arguments
  Fix Scalar-List-Utils build on C89 compilers
  bump version to 1.45_001 to match the one in bleadperl
  make version tests a bit more self explanatory and bump versions as 
required

gregor herrmann (6):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  update changelog
  Remove Jonathan Yu from Uploaders. Thanks for your work!
  update changelog

---

This annotated tag includes the following new commits:

   new  135c576   Declare compliance with Debian policy 3.9.8
   new  2bc0cef   Wrap and sort fields in debian/control file
   new  00d3f6f   Update debian/changelog file
   new  65c7df4   debian/rules: Build enabling all hardening flags
   new  65a2455   Prepare changelog for release

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] 03/05: Update debian/changelog file

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 00d3f6fa8f12fa8bf7c92232c4b5e12bdb09bcac
Author: Salvatore Bonaccorso 
Date:   Sat Oct 1 16:34:02 2016 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6bf4636..e6f7509 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libscalar-list-utils-perl (1:1.46-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Import upstream version 1.46
+  * Declare compliance with Debian policy 3.9.8
+  * Wrap and sort fields in debian/control file
 
  -- Salvatore Bonaccorso   Sat, 01 Oct 2016 16:28:39 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] 04/05: debian/rules: Build enabling all hardening flags

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 65c7df40576c2b34f34e958681db947d6d9faa58
Author: Salvatore Bonaccorso 
Date:   Mon Oct 3 08:17:40 2016 +0200

debian/rules: Build enabling all hardening flags
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..d8309f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] branch master updated (e020cd4 -> 65a2455)

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libscalar-list-utils-perl.

  from  e020cd4   Update debian/changelog
   new  135c576   Declare compliance with Debian policy 3.9.8
   new  2bc0cef   Wrap and sort fields in debian/control file
   new  00d3f6f   Update debian/changelog file
   new  65c7df4   debian/rules: Build enabling all hardening flags
   new  65a2455   Prepare changelog for release

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +--
 debian/control   | 9 +++--
 debian/rules | 2 ++
 3 files changed, 10 insertions(+), 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libscalar-list-utils-perl] 01/05: Declare compliance with Debian policy 3.9.8

2016-10-03 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libscalar-list-utils-perl.

commit 135c57655543c8a87127501ff1bf93643127516c
Author: Salvatore Bonaccorso 
Date:   Sat Oct 1 16:32:46 2016 +0200

Declare compliance with Debian policy 3.9.8
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 50d9661..a35019d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
perl
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libscalar-list-utils-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git
 Homepage: https://metacpan.org/release/Scalar-List-Utils

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits