Path to this page:
./
www/wordpress,
Blogging tool written in php
Branch: pkgsrc-2017Q3,
Version: 4.9.1,
Package name: wordpress-4.9.1,
Maintainer: morrWordPress is a state-of-the-art publishing platform with a focus on
aesthetics, web standards, and usability. WordPress is both free and
priceless at the same time.
Required to run:[
www/ap-php] [
www/php-curl] [
archivers/php-zip] [
archivers/php-zlib] [
graphics/php-gd] [
databases/php-mysqli]
Required to build:[
www/apache24] [
pkgtools/cwrappers]
Package options: ap-php
Master sites:
SHA1: 892d2c23b9d458ec3d44de59b753adb41012e903
RMD160: fa6856f69afc9dc02f5e2c613268d04d6fd41333
Filesize: 9412.917 KB
Version history: (Expand)
- (2017-12-20) Updated to version: wordpress-4.9.1
- (2017-11-07) Updated to version: wordpress-4.8.3
- (2017-09-28) Package added to pkgsrc.se, version wordpress-4.8.2 (created)
CVS history: (Expand)
2017-12-20 19:38:37 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #5659 - requested by bsiegert
www/wordpress: security update
Revisions pulled up:
- www/wordpress/Makefile 1.74
- www/wordpress/PLIST 1.36
- www/wordpress/distinfo 1.59
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: morr
Date: Sun Dec 3 17:06:37 UTC 2017
Modified Files:
pkgsrc/www/wordpress: Makefile PLIST distinfo
Log message:
Update to newest version, 4.9.1
This version fixes 4 security bugs from earlier versions.
For details, head to https://codex.wordpress.org/Version_4.9.1
For 4.9 changes, head to https://codex.wordpress.org/Version_4.9
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/wordpress/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/wordpress/PLIST
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/wordpress/distinfo
|
2017-11-06 20:41:33 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Pullup ticket #5616 - requested by morr
www/wordpress: security fix
Revisions pulled up:
- www/wordpress/Makefile 1.73
- www/wordpress/PLIST 1.35
- www/wordpress/distinfo 1.58
---
Module Name: pkgsrc
Committed By: morr
Date: Fri Nov 3 09:49:13 UTC 2017
Modified Files:
pkgsrc/www/wordpress: Makefile PLIST distinfo
Log message:
Security update to version 4.8.3.
WordPress versions 4.8.2 and earlier are affected by an issue where
$wpdb->prepare() can create unexpected and unsafe queries leading to potential
SQL injection (SQLi). WordPress core is not directly vulnerable to this issue,
but we’ve added hardening to prevent plugins and themes from accidentally
causing a vulnerability. Reported by Anthony Ferrara.
|