[debian-edu-commits] debian-edu/slbackup-php.git (#132) - master (branch) updated: debian/0.3-5-90-g05cefa3

Mike Gabriel sunweaver at alioth.debian.org
Fri Jun 7 15:41:35 UTC 2013


The branch, master has been updated
       via  05cefa34b21187b6e3578c4e9938fcda9bbb66dc (commit)
      from  3300037859bea57ae9938e0fcf4563a7c9b46025 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 05cefa34b21187b6e3578c4e9938fcda9bbb66dc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jun 7 15:50:34 2013 +0200

    Add patch: 001_nonhttps-failure.patch. Add missing 'break' in handling of PHP argument nonhttps, causing login to fail (Closes: #700257).  Patch from Wolfgang Schweer.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                          |    3 +++
 debian/patches/001_nonhttps-failure.patch |   13 +++++++++++++
 debian/patches/series                     |    1 +
 3 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 debian/patches/001_nonhttps-failure.patch
 create mode 100644 debian/patches/series

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index af97e7b..c9d4d9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ slbackup-php (0.4.3-3) UNRELEASED; urgency=low
   * /debian/rules:
     + Add rules build-arch and build-indep.
   * Install slbackup-php.desktop into bin:package.
+  * Add patch: 001_nonhttps-failure.patch. Add missing 'break' in
+    handling of PHP argument nonhttps, causing login to fail (Closes:
+    #700257).  Patch from Wolfgang Schweer.
 
   [ Petter Reinholdtsen ]
   * Remove no longer active uploaders Patrick Winnertz, Morten Werner
diff --git a/debian/patches/001_nonhttps-failure.patch b/debian/patches/001_nonhttps-failure.patch
new file mode 100644
index 0000000..c29ee81
--- /dev/null
+++ b/debian/patches/001_nonhttps-failure.patch
@@ -0,0 +1,13 @@
+Description: Fix non-https access on slbackup-php.
+Author: Wolfgang Schweer <schweer at arcor.de>
+Forwarded: http://anonscm.debian.org/gitweb/?p=debian-edu/upstream/slbackup-php.git;a=commitdiff;h=8ca937578aeb706ffb531fb451734ade66fef3d4
+--- a/src/index.php
++++ b/src/index.php
+@@ -620,6 +620,7 @@
+             break ;
+         case "nonhttps":
+             $nonhttps = $value ;
++            break ;
+         case "Passwd": 
+             $passwd = $value ; 
+             $submit = "status" ; 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1c84548
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001_nonhttps-failure.patch


hooks/post-receive
-- 
slbackup-php.git (Debian package slbackup-php)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "slbackup-php.git" (Debian package slbackup-php).




More information about the debian-edu-commits mailing list