Skip to content

Commit

Permalink
security update to phplist 2.10.14.
Browse files Browse the repository at this point in the history
(though no ports@ readers appear to use it..)
  • Loading branch information
sthen committed Jun 24, 2011
1 parent fda3b08 commit a681ca0
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 33 deletions.
4 changes: 2 additions & 2 deletions www/phplist/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2011/04/14 07:10:44 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2011/06/24 09:04:30 sthen Exp $

COMMENT= web-based double opt-in newsletter manager

DISTNAME= phplist-2.10.13
DISTNAME= phplist-2.10.14

CATEGORIES= www

Expand Down
10 changes: 5 additions & 5 deletions www/phplist/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MD5 (phplist-2.10.13.tgz) = gWahQYbbiscJ8WoNuu9yHQ==
RMD160 (phplist-2.10.13.tgz) = iEo+kFAHxFxqH+nDZ59NJXAVO8k=
SHA1 (phplist-2.10.13.tgz) = sAHL+pcxyvvnhz2x9Tw1N4IThH4=
SHA256 (phplist-2.10.13.tgz) = dRrUrDHp6AWeuSU7gxU6hmrfF+ciE8BbK0DqAvpKT8s=
SIZE (phplist-2.10.13.tgz) = 2317926
MD5 (phplist-2.10.14.tgz) = 3DPlj/LhNRmWUcnG60sXSw==
RMD160 (phplist-2.10.14.tgz) = G9MVgPo/dXrRWPm37nNhYRSICo0=
SHA1 (phplist-2.10.14.tgz) = 9Kug2M6al0NQNbDa6ca9PHs/lCE=
SHA256 (phplist-2.10.14.tgz) = BcbW0Ycv6zeMA4sdM1uTUASeE1NQaKpVF7roSSwU+rc=
SIZE (phplist-2.10.14.tgz) = 2422873
8 changes: 4 additions & 4 deletions www/phplist/patches/patch-public_html_lists_admin_connect_php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$OpenBSD: patch-public_html_lists_admin_connect_php,v 1.2 2011/04/14 07:10:44 jasper Exp $
--- public_html/lists/admin/connect.php.orig Wed Feb 2 18:49:00 2011
+++ public_html/lists/admin/connect.php Thu Apr 14 09:06:22 2011
@@ -169,6 +169,7 @@ if (!TEST && REGISTER) {
$OpenBSD: patch-public_html_lists_admin_connect_php,v 1.3 2011/06/24 09:04:30 sthen Exp $
--- public_html/lists/admin/connect.php.orig Tue May 10 16:26:52 2011
+++ public_html/lists/admin/connect.php Mon Jun 13 12:06:53 2011
@@ -162,6 +162,7 @@ if (!TEST && REGISTER) {
$PoweredBy = $PoweredByText;
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$OpenBSD: patch-public_html_lists_admin_sendemaillib_php,v 1.3 2011/04/14 07:10:44 jasper Exp $
--- public_html/lists/admin/sendemaillib.php.orig Mon Apr 19 20:27:49 2010
+++ public_html/lists/admin/sendemaillib.php Thu Apr 14 09:06:22 2011
$OpenBSD: patch-public_html_lists_admin_sendemaillib_php,v 1.4 2011/06/24 09:04:30 sthen Exp $
--- public_html/lists/admin/sendemaillib.php.orig Fri Apr 29 22:39:02 2011
+++ public_html/lists/admin/sendemaillib.php Mon Jun 13 12:12:08 2011
@@ -149,7 +149,7 @@ function sendEmail ($messageid,$email,$hash,$htmlpref
$url = getConfig("forwardurl");
# make sure there are no newlines, otherwise they get turned into <br/>s
$html["forwardform"] = sprintf('<form method="get" action="%s" name="forwardform" class="forwardform"><input type=hidden name="uid" value="%s" /><input type=hidden name="mid" value="%d" /><input type=hidden name="p" value="forward" /><input type=text name="email" value="" class="forwardinput" /><input name="Send" type="submit" value="%s" class="forwardsubmit"/></form>',$url,$hash,$messageid,$GLOBALS['strForward']);
- $text["signature"] = "\n\n--\nPowered by PHPlist, www.phplist.com --\n\n";
- $text["signature"] = "\n\n--\npowered by phpList, www.phplist.com --\n\n";
+ $text["signature"] = "\n\n";
$url = getConfig("preferencesurl");$sep = ereg('\?',$url)?'&':'?';
$html["preferences"] = sprintf('<a href="%s%suid=%s">%s</a>',$url,$sep,$hash,$strThisLink);
Expand Down
10 changes: 5 additions & 5 deletions www/phplist/patches/patch-public_html_lists_config_config_php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$OpenBSD: patch-public_html_lists_config_config_php,v 1.3 2011/04/14 07:10:44 jasper Exp $
--- public_html/lists/config/config.php.orig Wed Feb 2 18:38:15 2011
+++ public_html/lists/config/config.php Thu Apr 14 09:06:22 2011
$OpenBSD: patch-public_html_lists_config_config_php,v 1.4 2011/06/24 09:04:30 sthen Exp $
--- public_html/lists/config/config.php.orig Sat Apr 30 13:39:12 2011
+++ public_html/lists/config/config.php Mon Jun 13 12:06:53 2011
@@ -16,7 +16,7 @@ General settings for language and database
# to find your language
# this is the language for the frontend pages. In the admin pages you can
Expand All @@ -10,7 +10,7 @@ $OpenBSD: patch-public_html_lists_config_config_php,v 1.3 2011/04/14 07:10:44 ja

# what is your Mysql database server
$database_host = "localhost";
@@ -515,7 +515,7 @@ define("MANUALLY_PROCESS_RSS",1);
@@ -544,7 +544,7 @@ define("MANUALLY_PROCESS_RSS",1);
# the FCKeditor is now included in PHPlist, but the use of it is experimental
# if it's not working for you, set this to 0
# NOTE: If you enable TinyMCE please disable FCKeditor and vice-versa.
Expand All @@ -19,7 +19,7 @@ $OpenBSD: patch-public_html_lists_config_config_php,v 1.3 2011/04/14 07:10:44 ja

# If you want to upload images to the FCKeditor, you need to specify the location
# of the directory where the images go. This needs to be writable by the webserver,
@@ -690,7 +690,7 @@ $tmpdir = '/tmp';
@@ -719,7 +719,7 @@ $tmpdir = '/tmp';
# select the database module to use
# anyone wanting to submit other database modules is
# very welcome!
Expand Down
7 changes: 3 additions & 4 deletions www/phplist/patches/patch-public_html_lists_texts_english_inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$OpenBSD: patch-public_html_lists_texts_english_inc,v 1.2 2011/04/14 07:10:44 jasper Exp $
--- public_html/lists/texts/english.inc.orig Wed Feb 2 18:48:48 2011
+++ public_html/lists/texts/english.inc Thu Apr 14 09:06:22 2011
$OpenBSD: patch-public_html_lists_texts_english_inc,v 1.3 2011/06/24 09:04:30 sthen Exp $
--- public_html/lists/texts/english.inc.orig Thu Sep 23 18:09:38 2010
+++ public_html/lists/texts/english.inc Mon Jun 13 12:06:53 2011
@@ -83,6 +83,7 @@ $strForgotPassword = 'Forgot Password';
$strPassword = 'Password';
$strPassword2 = 'Confirm Password';
Expand All @@ -17,4 +17,3 @@ $OpenBSD: patch-public_html_lists_texts_english_inc,v 1.2 2011/04/14 07:10:44 ja
+?>

?>
\ No newline at end of file
Loading

0 comments on commit a681ca0

Please sign in to comment.