[debian-edu-commits] debian-edu/slbackup-php.git (#128) - master (branch) updated: debian/0.3-5-86-g679daad

Petter Reinholdtsen pere at alioth.debian.org
Fri Jun 7 09:43:05 UTC 2013


The branch, master has been updated
       via  679daadcd89f12fe659785654f1040ddfded57b1 (commit)
      from  78e9ed297e32b08f757add038a1b312f596243ee (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 679daadcd89f12fe659785654f1040ddfded57b1
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Jun 7 11:42:43 2013 +0200

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

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

Summary of changes:
 debian/changelog |    5 +++++
 src/index.php    |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index cb49bd7..8f9eca0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 slbackup-php (0.4.3-3) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * /debian/control:
     + Use my DD mail address in Uploaders: field.
     + Bump Standards: to 3.9.4 after some changes as documented below.
@@ -8,6 +9,10 @@ slbackup-php (0.4.3-3) UNRELEASED; urgency=low
     + Add rules build-arch and build-indep.
   * Install slbackup-php.desktop into bin:package.
 
+  [ Petter Reinholdtsen ]
+  * Add missing 'break' in handling of PHP argument nonhttps, causing
+    login to fail (Closes: #700257).  Patch from Wolfgang Schweer.
+
  -- Mike Gabriel <sunweaver at debian.org>  Fri, 22 Mar 2013 22:46:06 +0100
 
 slbackup-php (0.4.3-2) unstable; urgency=low
diff --git a/src/index.php b/src/index.php
index af2fad9..5207305 100644
--- a/src/index.php
+++ b/src/index.php
@@ -620,6 +620,7 @@ foreach ($arguments as $key => $value) {
             break ;
         case "nonhttps":
             $nonhttps = $value ;
+            break ;
         case "Passwd": 
             $passwd = $value ; 
             $submit = "status" ; 


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