aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-09 23:55:26 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-02-11 11:49:04 +0000
commit184f0f76288ae376b687861bcd07984f65519d90 (patch)
tree2bfb964f7cb4eef03957570ba3a24e42afa0e1f1
parent010d332046b86f6e87de253f9198eca9f478ab81 (diff)
downloadports-184f0f76288ae376b687861bcd07984f65519d90.tar.gz
ports-184f0f76288ae376b687861bcd07984f65519d90.zip
net/phpldapadmin: update to 1.2.6.7
PR: 276372 Submitted by: Krzysztof (ports@bsdserwis.com) Approved by: Krzysztof (ports@bsdserwis.com)
-rw-r--r--net/phpldapadmin/Makefile3
-rw-r--r--net/phpldapadmin/distinfo6
-rw-r--r--net/phpldapadmin/files/patch-lib_Template.php4
-rw-r--r--net/phpldapadmin/files/patch-lib_ds__ldap.php11
-rw-r--r--net/phpldapadmin/files/patch-lib_import__functions.php25
-rw-r--r--net/phpldapadmin/files/patch-lib_xmlTemplates.php11
6 files changed, 14 insertions, 46 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile
index 4b1908c6346b..8c3aab1a5506 100644
--- a/net/phpldapadmin/Makefile
+++ b/net/phpldapadmin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= phpldapadmin
-DISTVERSION= 1.2.6.6
-PORTREVISION= 2
+DISTVERSION= 1.2.6.7
CATEGORIES= net www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
diff --git a/net/phpldapadmin/distinfo b/net/phpldapadmin/distinfo
index 68ac35333cef..7a945c89228f 100644
--- a/net/phpldapadmin/distinfo
+++ b/net/phpldapadmin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688152341
-SHA256 (leenooks-phpLDAPadmin-1.2.6.6_GH0.tar.gz) = 7a8c02a611e60aa6713d1cf863dfac9637e23c3f4d401ea5e47dbe2b22d4895a
-SIZE (leenooks-phpLDAPadmin-1.2.6.6_GH0.tar.gz) = 1132820
+TIMESTAMP = 1705354612
+SHA256 (leenooks-phpLDAPadmin-1.2.6.7_GH0.tar.gz) = dde104aca695e18b0615859ae96177cdcb8a3294aee8d1d47a0b828af939679d
+SIZE (leenooks-phpLDAPadmin-1.2.6.7_GH0.tar.gz) = 1133418
diff --git a/net/phpldapadmin/files/patch-lib_Template.php b/net/phpldapadmin/files/patch-lib_Template.php
index a1ff62c55dfc..0385f10aa2a3 100644
--- a/net/phpldapadmin/files/patch-lib_Template.php
+++ b/net/phpldapadmin/files/patch-lib_Template.php
@@ -1,6 +1,6 @@
---- lib/Template.php.orig 2023-04-01 13:46:16 UTC
+--- lib/Template.php.orig 2024-01-10 22:23:54 UTC
+++ lib/Template.php
-@@ -56,6 +56,8 @@ class Template extends xmlTemplate {
+@@ -58,6 +58,8 @@ class Template extends xmlTemplate {
# Template RDN attributes
private $rdn;
diff --git a/net/phpldapadmin/files/patch-lib_ds__ldap.php b/net/phpldapadmin/files/patch-lib_ds__ldap.php
deleted file mode 100644
index 41dfc700729a..000000000000
--- a/net/phpldapadmin/files/patch-lib_ds__ldap.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/ds_ldap.php.orig 2023-04-01 13:46:16 UTC
-+++ lib/ds_ldap.php
-@@ -991,7 +991,7 @@ class ldap extends DS {
- $return = $dn;
-
- foreach ($this->getBaseDN() as $base) {
-- if (preg_match("/${base}$/i",$dn)) {
-+ if (preg_match("/{$base}$/i",$dn)) {
- $return = $base;
- break;
- }
diff --git a/net/phpldapadmin/files/patch-lib_import__functions.php b/net/phpldapadmin/files/patch-lib_import__functions.php
index af887114593e..2ff2d7bd82a5 100644
--- a/net/phpldapadmin/files/patch-lib_import__functions.php
+++ b/net/phpldapadmin/files/patch-lib_import__functions.php
@@ -1,6 +1,6 @@
---- lib/import_functions.php.orig 2023-04-01 13:46:16 UTC
+--- lib/import_functions.php.orig 2024-01-10 22:23:54 UTC
+++ lib/import_functions.php
-@@ -255,7 +255,7 @@ class ImportLDIF extends Import {
+@@ -257,7 +257,7 @@ class ImportLDIF extends Import {
if (substr($value,0,1) == ':')
$value = base64_decode(trim(substr($value,1)));
else
@@ -9,7 +9,7 @@
return array($attr,$value);
}
-@@ -271,7 +271,7 @@ class ImportLDIF extends Import {
+@@ -273,7 +273,7 @@ class ImportLDIF extends Import {
if ($this->hasMoreEntries() && ! $this->eof()) {
# The first line is the DN one
@@ -18,7 +18,7 @@
# While we end on a blank line, fetch the attribute lines
$count = 0;
-@@ -282,11 +282,11 @@ class ImportLDIF extends Import {
+@@ -284,11 +284,11 @@ class ImportLDIF extends Import {
/* If the next line begin with a space, we append it to the current row
* else we push it into the array (unwrap)*/
if ($this->isWrappedLine())
@@ -32,7 +32,7 @@
else
$endEntryFound = true;
}
-@@ -336,7 +336,7 @@ class ImportLDIF extends Import {
+@@ -338,7 +338,7 @@ class ImportLDIF extends Import {
* @return boolean true if it's a comment line,false otherwise
*/
private function isCommentLine() {
@@ -41,7 +41,7 @@
}
/**
-@@ -354,7 +354,7 @@ class ImportLDIF extends Import {
+@@ -356,7 +356,7 @@ class ImportLDIF extends Import {
* @return boolean if it is a blank line,false otherwise.
*/
private function isBlankLine() {
@@ -50,7 +50,7 @@
}
/**
-@@ -386,7 +386,7 @@ class ImportLDIF extends Import {
+@@ -388,7 +388,7 @@ class ImportLDIF extends Import {
$url = trim(substr($value,1));
if (preg_match('^file://',$url)) {
@@ -59,7 +59,7 @@
if ($fh = @fopen($filename,'rb')) {
if (! $return = @fread($fh,filesize($filename)))
-@@ -480,7 +480,7 @@ class ImportLDIF extends Import {
+@@ -482,7 +482,7 @@ class ImportLDIF extends Import {
# Fetch the attribute for the following line
$currentLine = array_shift($lines);
@@ -68,12 +68,3 @@
$processline = false;
# If there is a valid line
-@@ -541,7 +541,7 @@ class ImportLDIF extends Import {
- array_merge(array($currentLine),$lines));
-
- $currentLine = array_shift($lines);
-- if (trim($currentLine))
-+ if (trim((string) $currentLine))
- $processline = true;
- }
-
diff --git a/net/phpldapadmin/files/patch-lib_xmlTemplates.php b/net/phpldapadmin/files/patch-lib_xmlTemplates.php
deleted file mode 100644
index 26ee3c3f4215..000000000000
--- a/net/phpldapadmin/files/patch-lib_xmlTemplates.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/xmlTemplates.php.orig 2023-04-01 13:46:16 UTC
-+++ lib/xmlTemplates.php
-@@ -122,7 +122,7 @@ abstract class xmlTemplates {
-
- # Ignore any files that are not the predefined custom files.
- if ($_SESSION[APPCONFIG]->getValue('appearance','custom_templates_only')
-- && ! preg_match("/^${custom_prefix}/",$file))
-+ && ! preg_match("/^{$custom_prefix}/",$file))
- continue;
-
- $filename = sprintf('%s/%s',$dir,$file);