mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 3.0-RC3
- Pass maintainership to submitter PR: 118627 Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
This commit is contained in:
parent
0c767f5b59
commit
dab86ca1c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203678
@ -5,14 +5,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpSysInfo
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.0-RC3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= jadawin@tuxaco.net
|
||||
COMMENT= A php script that displays info about the host being accessed
|
||||
|
||||
USE_PHP= pcre xml
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpsysinfo-2.5.3.tar.gz) = 61a398032b5bb15b0a242cf180a34411
|
||||
SHA256 (phpsysinfo-2.5.3.tar.gz) = 33768d2354f44dfbbb53711e6732785de27e96a1a19c2f97e5f59d3e37149400
|
||||
SIZE (phpsysinfo-2.5.3.tar.gz) = 267915
|
||||
MD5 (phpSysInfo-3.0-RC3.tar.gz) = 297ea14c25be5fb110f46951dca18025
|
||||
SHA256 (phpSysInfo-3.0-RC3.tar.gz) = c424dba3848b4b76fe8965c105fecb9396713c176b45dd131f3d340851d87d7d
|
||||
SIZE (phpSysInfo-3.0-RC3.tar.gz) = 136373
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- includes/xml/filesystems.php.orig
|
||||
+++ includes/xml/filesystems.php
|
||||
@@ -85,7 +85,7 @@
|
||||
. " <td align=\"" . $textdir['right'] . "\" valign=\"top\"><font size=\"-1\"><b>" . $text['size'] . "</b></font></td>\n </tr>\n";
|
||||
for( $i = 1, $max = sizeof( $XPath->getDataParts( "/phpsysinfo/FileSystem" ) ); $i < $max; $i++ ) {
|
||||
if( $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/MountPointID" ) ) {
|
||||
- if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) || ! stristr( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ), "bind" ) ) {
|
||||
+ if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) ) {
|
||||
if( ! in_array( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Device/Name" ), $arrCounteddevlist ) ) {
|
||||
$arrSum['size'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Size" );
|
||||
$arrSum['used'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Used" );
|
@ -1,11 +0,0 @@
|
||||
--- includes/system_footer.php.orig Tue Jul 31 10:35:50 2007
|
||||
+++ includes/system_footer.php Tue Jul 31 10:35:52 2007
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
if( ! $hide_picklist ) {
|
||||
echo "<center>\n";
|
||||
- $update_form = "<form method=\"POST\" action=\"" . $_SERVER['PHP_SELF'] . "\">\n" . "\t" . $text['template'] . ": \n" . "\t<select name=\"template\">\n";
|
||||
+ $update_form = "<form method=\"POST\" action=\"" . htmlentities(strip_tags($_SERVER['PHP_SELF'])) . "\">\n" . "\t" . $text['template'] . ": \n" . "\t<select name=\"template\">\n";
|
||||
|
||||
$resDir = opendir( APP_ROOT . '/templates/' );
|
||||
while( false !== ( $strFile = readdir( $resDir ) ) ) {
|
@ -5,14 +5,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpSysInfo
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.0-RC3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= jadawin@tuxaco.net
|
||||
COMMENT= A php script that displays info about the host being accessed
|
||||
|
||||
USE_PHP= pcre xml
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpsysinfo-2.5.3.tar.gz) = 61a398032b5bb15b0a242cf180a34411
|
||||
SHA256 (phpsysinfo-2.5.3.tar.gz) = 33768d2354f44dfbbb53711e6732785de27e96a1a19c2f97e5f59d3e37149400
|
||||
SIZE (phpsysinfo-2.5.3.tar.gz) = 267915
|
||||
MD5 (phpSysInfo-3.0-RC3.tar.gz) = 297ea14c25be5fb110f46951dca18025
|
||||
SHA256 (phpSysInfo-3.0-RC3.tar.gz) = c424dba3848b4b76fe8965c105fecb9396713c176b45dd131f3d340851d87d7d
|
||||
SIZE (phpSysInfo-3.0-RC3.tar.gz) = 136373
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- includes/xml/filesystems.php.orig
|
||||
+++ includes/xml/filesystems.php
|
||||
@@ -85,7 +85,7 @@
|
||||
. " <td align=\"" . $textdir['right'] . "\" valign=\"top\"><font size=\"-1\"><b>" . $text['size'] . "</b></font></td>\n </tr>\n";
|
||||
for( $i = 1, $max = sizeof( $XPath->getDataParts( "/phpsysinfo/FileSystem" ) ); $i < $max; $i++ ) {
|
||||
if( $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/MountPointID" ) ) {
|
||||
- if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) || ! stristr( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ), "bind" ) ) {
|
||||
+ if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) ) {
|
||||
if( ! in_array( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Device/Name" ), $arrCounteddevlist ) ) {
|
||||
$arrSum['size'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Size" );
|
||||
$arrSum['used'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Used" );
|
@ -1,11 +0,0 @@
|
||||
--- includes/system_footer.php.orig Tue Jul 31 10:35:50 2007
|
||||
+++ includes/system_footer.php Tue Jul 31 10:35:52 2007
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
if( ! $hide_picklist ) {
|
||||
echo "<center>\n";
|
||||
- $update_form = "<form method=\"POST\" action=\"" . $_SERVER['PHP_SELF'] . "\">\n" . "\t" . $text['template'] . ": \n" . "\t<select name=\"template\">\n";
|
||||
+ $update_form = "<form method=\"POST\" action=\"" . htmlentities(strip_tags($_SERVER['PHP_SELF'])) . "\">\n" . "\t" . $text['template'] . ": \n" . "\t<select name=\"template\">\n";
|
||||
|
||||
$resDir = opendir( APP_ROOT . '/templates/' );
|
||||
while( false !== ( $strFile = readdir( $resDir ) ) ) {
|
@ -5,14 +5,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpSysInfo
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.0-RC3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= jadawin@tuxaco.net
|
||||
COMMENT= A php script that displays info about the host being accessed
|
||||
|
||||
USE_PHP= pcre xml
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpsysinfo-2.5.3.tar.gz) = 61a398032b5bb15b0a242cf180a34411
|
||||
SHA256 (phpsysinfo-2.5.3.tar.gz) = 33768d2354f44dfbbb53711e6732785de27e96a1a19c2f97e5f59d3e37149400
|
||||
SIZE (phpsysinfo-2.5.3.tar.gz) = 267915
|
||||
MD5 (phpSysInfo-3.0-RC3.tar.gz) = 297ea14c25be5fb110f46951dca18025
|
||||
SHA256 (phpSysInfo-3.0-RC3.tar.gz) = c424dba3848b4b76fe8965c105fecb9396713c176b45dd131f3d340851d87d7d
|
||||
SIZE (phpSysInfo-3.0-RC3.tar.gz) = 136373
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- includes/xml/filesystems.php.orig
|
||||
+++ includes/xml/filesystems.php
|
||||
@@ -85,7 +85,7 @@
|
||||
. " <td align=\"" . $textdir['right'] . "\" valign=\"top\"><font size=\"-1\"><b>" . $text['size'] . "</b></font></td>\n </tr>\n";
|
||||
for( $i = 1, $max = sizeof( $XPath->getDataParts( "/phpsysinfo/FileSystem" ) ); $i < $max; $i++ ) {
|
||||
if( $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/MountPointID" ) ) {
|
||||
- if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) || ! stristr( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ), "bind" ) ) {
|
||||
+ if( ! $XPath->match( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Options" ) ) {
|
||||
if( ! in_array( $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Device/Name" ), $arrCounteddevlist ) ) {
|
||||
$arrSum['size'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Size" );
|
||||
$arrSum['used'] += $XPath->getData( "/phpsysinfo/FileSystem/Mount[" . $i . "]/Used" );
|
@ -1,11 +0,0 @@
|
||||
--- includes/system_footer.php.orig Tue Jul 31 10:35:50 2007
|
||||
+++ includes/system_footer.php Tue Jul 31 10:35:52 2007
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
if( ! $hide_picklist ) {
|
||||
echo "<center>\n";
|
||||
- $update_form = "<form method=\"POST\" action=\"" . $_SERVER['PHP_SELF'] . "\">\n" . "\t" . $text['template'] . ": \n" . "\t<select name=\"template\">\n";
|
||||
+ $update_form = "<form method=\"POST\" action=\"" . htmlentities(strip_tags($_SERVER['PHP_SELF'])) . "\">\n" . "\t" . $text['template'] . ": \n" . "\t<select name=\"template\">\n";
|
||||
|
||||
$resDir = opendir( APP_ROOT . '/templates/' );
|
||||
while( false !== ( $strFile = readdir( $resDir ) ) ) {
|
Loading…
Reference in New Issue
Block a user