diff options
author | joneum <joneum@FreeBSD.org> | 2018-09-30 14:54:11 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-09-30 14:54:11 +0800 |
commit | 5e2fdbb2f1813061675b386ee404e57f107bbf1f (patch) | |
tree | 864ac639b4afc7a54c4acd9090ed27f471aa3e7e | |
parent | 966d4e5f892384f8e50a8bf7eb3bdbef2357f84d (diff) | |
download | freebsd-ports-gnome-5e2fdbb2f1813061675b386ee404e57f107bbf1f.tar.gz freebsd-ports-gnome-5e2fdbb2f1813061675b386ee404e57f107bbf1f.tar.zst freebsd-ports-gnome-5e2fdbb2f1813061675b386ee404e57f107bbf1f.zip |
Update to 2.1.4
Changelog:
- Security: Fix XSS for pagination, when multi-category selection is used.
- Minor code fixes (proper PHP escaping for 'orderkey' SQL statement.
- Skeleton, Timeline and Clean Blog templates: Add theme option to disable google webfonts
Link to https s9y.org pages.
Switch to mysqli PHP extension (Fixes build with PHP 7.x)
MFH: 2018Q3
Security: 01018916-c47c-11e8-8b07-00e04c1ea73d
Sponsored by: Netzkommune GmbH
-rw-r--r-- | www/serendipity/Makefile | 6 | ||||
-rw-r--r-- | www/serendipity/distinfo | 6 | ||||
-rw-r--r-- | www/serendipity/pkg-descr | 2 | ||||
-rw-r--r-- | www/serendipity/pkg-plist | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/www/serendipity/Makefile b/www/serendipity/Makefile index f307ed1a2f4b..c024b6a87560 100644 --- a/www/serendipity/Makefile +++ b/www/serendipity/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serendipity -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} @@ -12,8 +12,6 @@ COMMENT= PHP based weblog software LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/LICENSE -IGNORE_WITH_PHP= 70 71 72 - WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} @@ -26,7 +24,7 @@ CPE_VENDOR= s9y OPTIONS_DEFINE= MYSQL PGSQL SQLITE MAGICK OPTIONS_DEFAULT= MYSQL MAGICK -MYSQL_USE= PHP=mysql +MYSQL_USE= PHP=mysqli PGSQL_USE= PHP=pgsql SQLITE_USE= PHP=sqlite3 MAGICK_RUN_DEPENDS+= convert:graphics/ImageMagick diff --git a/www/serendipity/distinfo b/www/serendipity/distinfo index 652bcb4317b6..e6e179c5a262 100644 --- a/www/serendipity/distinfo +++ b/www/serendipity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536576504 -SHA256 (serendipity-2.1.3.tar.bz2) = 6969e978ddc301df67580e9e57366ad80940219996729bda60db64f23d7d05b2 -SIZE (serendipity-2.1.3.tar.bz2) = 6313673 +TIMESTAMP = 1538207348 +SHA256 (serendipity-2.1.4.tar.bz2) = c3b95ca95f515f34a88cb893a0aacff2d29fd3b12868029f96baaed1317e2aa9 +SIZE (serendipity-2.1.4.tar.bz2) = 6352501 diff --git a/www/serendipity/pkg-descr b/www/serendipity/pkg-descr index b5f49be08ff4..03d642064bc9 100644 --- a/www/serendipity/pkg-descr +++ b/www/serendipity/pkg-descr @@ -1,4 +1,4 @@ Serendipity is a weblog/blog system, implemented with PHP. It is standards compliant, feature rich and open source (BSD License). -WWW: http://www.s9y.org/ +WWW: https://www.s9y.org/ diff --git a/www/serendipity/pkg-plist b/www/serendipity/pkg-plist index 79fc27f42ee8..98e558cb2a10 100644 --- a/www/serendipity/pkg-plist +++ b/www/serendipity/pkg-plist @@ -2489,7 +2489,6 @@ %%WWWDIR%%/templates/bulletproof/style.css %%WWWDIR%%/templates/clean-blog/LICENSE %%WWWDIR%%/templates/clean-blog/README.md -%%WWWDIR%%/templates/clean-blog/UTF-8/lang_de.inc.php %%WWWDIR%%/templates/clean-blog/archive_categories.tpl %%WWWDIR%%/templates/clean-blog/archive_freetag.tpl %%WWWDIR%%/templates/clean-blog/backend_templates/default_staticpage_backend.tpl @@ -2528,6 +2527,8 @@ %%WWWDIR%%/templates/clean-blog/staticpage-entries-listing.tpl %%WWWDIR%%/templates/clean-blog/style.css %%WWWDIR%%/templates/clean-blog/trackbacks.tpl +%%WWWDIR%%/templates/clean-blog/UTF-8/lang_de.inc.php +%%WWWDIR%%/templates/clean-blog/UTF-8/lang_en.inc.php %%WWWDIR%%/templates/competition/admin/img/background.jpg %%WWWDIR%%/templates/competition/admin/img/banner_background.png %%WWWDIR%%/templates/competition/admin/img/button_background.png @@ -2802,6 +2803,7 @@ %%WWWDIR%%/templates/skeleton/style.css %%WWWDIR%%/templates/skeleton/trackbacks.tpl %%WWWDIR%%/templates/timeline/UTF-8/lang_de.inc.php +%%WWWDIR%%/templates/timeline/UTF-8/lang_en.inc.php %%WWWDIR%%/templates/timeline/aqua_style.css %%WWWDIR%%/templates/timeline/archive_categories.tpl %%WWWDIR%%/templates/timeline/archive_freetag.tpl |