[libdbi-perl] 06/09: Drop Security-notice-for-Proxy.patch, applied upstream.

gregor herrmann gregoa at debian.org
Sat May 9 21:35:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

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

commit 2c151584a23bf5bada9f6008d50094f7be7804b0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 9 23:27:58 2015 +0200

    Drop Security-notice-for-Proxy.patch, applied upstream.
---
 debian/patches/Security-notice-for-Proxy.patch | 56 --------------------------
 debian/patches/series                          |  1 -
 2 files changed, 57 deletions(-)

diff --git a/debian/patches/Security-notice-for-Proxy.patch b/debian/patches/Security-notice-for-Proxy.patch
deleted file mode 100644
index 53b0294..0000000
--- a/debian/patches/Security-notice-for-Proxy.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From cd8fcbbf402e1d70c9f325f8b0fcd99e02cf14be Mon Sep 17 00:00:00 2001
-From: Petr Písař <ppisar at redhat.com>
-Date: Mon, 18 Nov 2013 12:52:09 +0100
-Subject: [PATCH] Security notice for Proxy
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=90475
-
-PlRPC is not secure due to Storable. Warn Proxy users about it.
-
-Signed-off-by: Petr Písař <ppisar at redhat.com>
----
- lib/DBD/Proxy.pm       | 7 +++++++
- lib/DBI/ProxyServer.pm | 7 +++++++
- 2 files changed, 14 insertions(+)
-
-diff --git a/lib/DBD/Proxy.pm b/lib/DBD/Proxy.pm
-index 287b2dc..5948255 100644
---- a/lib/DBD/Proxy.pm
-+++ b/lib/DBD/Proxy.pm
-@@ -974,6 +974,13 @@ The workaround is storing the modified local copy back to the server:
-   $dbh->{"csv_tables"} = $tables;
- 
- 
-+=head1 SECURITY WARNING
-+
-+L<RPC::PlClient> used underneath is not secure due to serializing and
-+deserializing data with L<Storable> module. Use the proxy driver only in
-+trusted environment.
-+
-+
- =head1 AUTHOR AND COPYRIGHT
- 
- This module is Copyright (c) 1997, 1998
-diff --git a/lib/DBI/ProxyServer.pm b/lib/DBI/ProxyServer.pm
-index 68ad4af..78a0d78 100644
---- a/lib/DBI/ProxyServer.pm
-+++ b/lib/DBI/ProxyServer.pm
-@@ -867,6 +867,13 @@ Don't try to put parameters into the sql-query like this:
- =back
- 
- 
-+=head1 SECURITY WARNING
-+
-+L<RPC::PlServer> used underneath is not secure due to serializing and
-+deserializing data with L<Storable> module. Use the proxy driver only in
-+trusted environment.
-+
-+
- =head1 AUTHOR
- 
-     Copyright (c) 1997    Jochen Wiedmann
--- 
-1.8.3.1
-
diff --git a/debian/patches/series b/debian/patches/series
index 43e9b43..1e834d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@ t__06attrs.t__localefix.patch
 t__40profile.t__NTP.patch
 t__80proxy.t___syslogd.patch
 fix-spelling.patch
-Security-notice-for-Proxy.patch

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



More information about the Pkg-perl-cvs-commits mailing list