[SCM] Debian packaging of get-flash-videos branch, master, updated. debian/1.25.git2011.09.26-2-6-g71ef5f0

Julián Moreno Patiñ?==?UTF-8?Q?o darkjunix at gmail.com
Fri Mar 2 05:23:05 UTC 2012


The following commit has been merged in the master branch:
commit 33b96ff509adb1f3e7cda9743c27507c89a8a301
Author: Julián Moreno Patiño <darkjunix at gmail.com>
Date:   Fri Mar 2 00:18:55 2012 -0500

    Add use_libcrypt-blowfish-perl.diff to use libcrypt-blowfish-perl

diff --git a/debian/changelog b/debian/changelog
index 13b8653..99ce004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+get-flash-videos (1.25~git2012.03.01-1) unstable; urgency=low
+
+  * New upstream git snapshot. (Closes: #655335, #655667, #661621)
+  * Refresh fix_redirect.diff patch offset.
+    + Remove header template.
+    + Add Forwarded URL.
+  * Add use_libcrypt-blowfish-perl.diff patch to use
+    libcrypt-blowfish-perl.
+    + Add libcrypt-blowfish-perl to Depends.
+  * Add libhttp-cookies-perl, libhttp-message-perl and
+    libxml-simple-perl to B-D-I to run properly some tests.
+  * Sort B-D, B-D-I and Depends.
+  * Bump Standards-Version to 3.9.3.
+    + Update DEP5 to copyright-format 1.0.
+      + Add missing copyright.
+
+ -- Julián Moreno Patiño <darkjunix at gmail.com>  Thu, 01 Mar 2012 23:42:53 -0500
+
 get-flash-videos (1.25~git2011.09.26-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/patches/series b/debian/patches/series
index d3ab250..e4acde9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_redirect.diff
 00_fix_manpage_warning.diff
+use_libcrypt-blowfish-perl.diff
diff --git a/debian/patches/use_libcrypt-blowfish-perl.diff b/debian/patches/use_libcrypt-blowfish-perl.diff
new file mode 100644
index 0000000..140efa4
--- /dev/null
+++ b/debian/patches/use_libcrypt-blowfish-perl.diff
@@ -0,0 +1,29 @@
+Description: Use Crypt::Blowfish instead of Crypt::Blowfish_PP.
+Forwarded: http://code.google.com/p/get-flash-videos/issues/detail?id=344
+Author: Julián Moreno Patiño <darkjunix at gmail.com>
+Last-Update: 2012-03-01
+--- a/lib/FlashVideo/Site/Channel4.pm
++++ b/lib/FlashVideo/Site/Channel4.pm
+@@ -5,7 +5,7 @@
+ 
+ use strict;
+ 
+-use Crypt::Blowfish_PP;
++use Crypt::Blowfish;
+ use FlashVideo::Utils;
+ use MIME::Base64;
+ 
+@@ -151,11 +151,11 @@
+ 
+   $encrypted_token = decode_base64($encrypted_token);
+ 
+-  my $blowfish = Crypt::Blowfish_PP->new(TOKEN_DECRYPT_KEY);
++  my $blowfish = Crypt::Blowfish->new(TOKEN_DECRYPT_KEY);
+ 
+   my $decrypted_token = '';
+ 
+-  # Crypt::Blowfish_PP only decrypts 8 bytes at a time.
++  # Crypt::Blowfish only decrypts 8 bytes at a time.
+   my $position = 0;
+ 
+   while ( $position < length $encrypted_token) {

-- 
Debian packaging of get-flash-videos



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