Skip to Content.
Sympa Menu

cacert-devel - Re: Patch request: Bug #1033

Subject: CAcert Code Development list.

List archive

Re: Patch request: Bug #1033


Chronological Thread 
  • From: Wytze van der Raay <wytze AT cacert.org>
  • To: Michael Tänzer <michael.taenzer AT cacert.org>
  • Cc: "critical-admin AT cacert.org" <critical-admin AT cacert.org>, cacert-devel AT lists.cacert.org, Dirk Astrath <dirk.astrath AT cacert.org>, Marcus Mängel <inopiae AT cacert.org>, Martin Gummi <martin.gummi AT cacert.org>
  • Subject: Re: Patch request: Bug #1033
  • Date: Sun, 29 Apr 2012 20:59:34 +0200

Hi Michael,

Op 29-4-2012 0:38, Michael Tänzer schreef:
> We have a fix for https://bugs.cacert.org/view.php?id=1033
> "User can grant more then 35 points"
> 
> The fix was reviewed by Dirk Astrath (dastrath) and me (NEOatNHNG) and
> tested by Marcus Mängel (INOPIAE), Jens K. (JensK), and Martin Gummi
> (MartinGummi).
> 
> Diff is attached.
> 
> Changed files:
> includes/general.php

The patch has been installed on the production server on April 29, 2012.
See also the attached log message.

Regards,
-- wytze


--- Begin Message ---
  • From: Wytze van der Raay <wytze AT cacert.org>
  • To: cacert-systemlog AT lists.cacert.org
  • Subject: Fwd: [cvs.cacert.org checkin notification]
  • Date: Sun, 29 Apr 2012 20:57:23 +0200
Fix for https://bugs.cacert.org/view.php?id=1033
User can grant more then 35 points

In conjunction with the attached CVS changes a new tarball has been
made available incorporating all updates. The new tarball is available
through http://www.cacert.org/src-lic.php

-- end
--- Begin Message ---
  • From: "root" <root AT cvs.cacert.org>
  • To: critical-admin AT cacert.org
  • Subject: cvs.cacert.org checkin notification
  • Date: Sun, 29 Apr 2012 20:56:05 +0200 (CEST)

uid=0(root) gid=0(root) groups=0(root)
general.php 1.93 1.94
Sun Apr 29 20:56:05 CEST 2012
Update of /var/lib/cvs/cacert/includes
In directory hlin:/home/cacert/www/includes

Modified Files:
        general.php 
Log Message:
Fix for https://bugs.cacert.org/view.php?id=1033
User can grant more then 35 points.

===================================================================
RCS file: /var/lib/cvs/cacert/includes/general.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- general.php 2012/01/24 14:25:36     1.93
+++ general.php 2012/04/29 18:56:05     1.94
@@ -487,10 +487,6 @@
                                return(0);
                }
 
-               if($points >= 300)
-                       return(200);
-               if($points >= 200)
-                       return(150);
                if($points >= 150)
                        return(35);
                if($points >= 140)

--- End Message ---

Attachment: smime.p7s
Description: S/MIME cryptografische ondertekening


--- End Message ---

Attachment: smime.p7s
Description: S/MIME cryptografische ondertekening




Archive powered by MHonArc 2.6.16.

Top of Page