summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt9
-rw-r--r--multimedia/flashplayer-plugin/flashplayer-plugin.SlackBuild2
-rw-r--r--multimedia/flashplayer-plugin/flashplayer-plugin.info10
-rw-r--r--network/nginx/CVE-2016-4450.diff15
-rw-r--r--network/nginx/nginx.SlackBuild6
-rw-r--r--network/nginx/nginx.info6
-rw-r--r--python/apsw/apsw.SlackBuild2
-rw-r--r--python/apsw/apsw.info4
8 files changed, 41 insertions, 13 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 10a9109cea..1bf74bd4f7 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,12 @@
+Fri Sep 2 22:59:21 UTC 2016
+multimedia/flashplayer-plugin: Updated for version 11.2.202.632.
+network/nginx: Updated for version 1.8.1
+python/apsw: Switch source to github.
++--------------------------+
+Wed Jun 29 09:45:07 UTC 2016
+multimedia/vlc: Remove Decklink support
+office/MasterPDFEditor: Updated for version 3.7.10.
++--------------------------+
Tue Jun 28 01:34:49 UTC 2016
network/youtube-dl: Updated for version 2016.06.26.
+--------------------------+
diff --git a/multimedia/flashplayer-plugin/flashplayer-plugin.SlackBuild b/multimedia/flashplayer-plugin/flashplayer-plugin.SlackBuild
index 52ff97842c..1f2c27493a 100644
--- a/multimedia/flashplayer-plugin/flashplayer-plugin.SlackBuild
+++ b/multimedia/flashplayer-plugin/flashplayer-plugin.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-11.2.202.626}
+VERSION=${VERSION:-11.2.202.632}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/multimedia/flashplayer-plugin/flashplayer-plugin.info b/multimedia/flashplayer-plugin/flashplayer-plugin.info
index 2623a30973..295bfcfddb 100644
--- a/multimedia/flashplayer-plugin/flashplayer-plugin.info
+++ b/multimedia/flashplayer-plugin/flashplayer-plugin.info
@@ -1,10 +1,10 @@
PRGNAM="flashplayer-plugin"
-VERSION="11.2.202.626"
+VERSION="11.2.202.632"
HOMEPAGE="https://get.adobe.com/flashplayer/"
-DOWNLOAD="https://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.626/install_flash_player_11_linux.i386.tar.gz"
-MD5SUM="ddbcf9e06f499a3bc77dad72e90d8dd7"
-DOWNLOAD_x86_64="https://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.626/install_flash_player_11_linux.x86_64.tar.gz"
-MD5SUM_x86_64="48a2167247b42b04f3610eb7350a053f"
+DOWNLOAD="https://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.632/install_flash_player_11_linux.i386.tar.gz"
+MD5SUM="7bf30d1b2747b14dcf1ee77ca2ce04db"
+DOWNLOAD_x86_64="https://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.632/install_flash_player_11_linux.x86_64.tar.gz"
+MD5SUM_x86_64="ace1a0801f00a25fd90172f63e98e101"
REQUIRES=""
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"
diff --git a/network/nginx/CVE-2016-4450.diff b/network/nginx/CVE-2016-4450.diff
new file mode 100644
index 0000000000..6f2c25b0c4
--- /dev/null
+++ b/network/nginx/CVE-2016-4450.diff
@@ -0,0 +1,15 @@
+--- src/os/unix/ngx_files.c
++++ src/os/unix/ngx_files.c
+@@ -183,6 +183,12 @@ ngx_write_chain_to_file(ngx_file_t *file
+ /* create the iovec and coalesce the neighbouring bufs */
+
+ while (cl && vec.nelts < IOV_MAX) {
++
++ if (ngx_buf_special(cl->buf)) {
++ cl = cl->next;
++ continue;
++ }
++
+ if (prev == cl->buf->pos) {
+ iov->iov_len += cl->buf->last - cl->buf->pos;
+
diff --git a/network/nginx/nginx.SlackBuild b/network/nginx/nginx.SlackBuild
index de05bf525b..e2e2af9435 100644
--- a/network/nginx/nginx.SlackBuild
+++ b/network/nginx/nginx.SlackBuild
@@ -28,7 +28,7 @@
# Special thanks to Thomas Morper for some configuration adjustments tips
PRGNAM=nginx
-VERSION=${VERSION:-1.8.0}
+VERSION=${VERSION:-1.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,6 +74,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Apply CVE-2016-4450 patch (NULL pointer dereference when writing client
+# request body)
+patch -p0 < $CWD/CVE-2016-4450.diff
+
# Fix the nginx.conf file for html and virtual server directory.
sed -i \
-e '/root[ ]*html/s|html;|/var/www/&|' \
diff --git a/network/nginx/nginx.info b/network/nginx/nginx.info
index b981b76735..48e5d053a7 100644
--- a/network/nginx/nginx.info
+++ b/network/nginx/nginx.info
@@ -1,8 +1,8 @@
PRGNAM="nginx"
-VERSION="1.8.0"
+VERSION="1.8.1"
HOMEPAGE="http://nginx.org/"
-DOWNLOAD="http://nginx.org/download/nginx-1.8.0.tar.gz"
-MD5SUM="3ca4a37931e9fa301964b8ce889da8cb"
+DOWNLOAD="https://nginx.org/download/nginx-1.8.1.tar.gz"
+MD5SUM="2e91695074dbdfbf1bcec0ada9fda462"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/apsw/apsw.SlackBuild b/python/apsw/apsw.SlackBuild
index a09966c20b..5856a421ea 100644
--- a/python/apsw/apsw.SlackBuild
+++ b/python/apsw/apsw.SlackBuild
@@ -67,7 +67,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a PKG-INFO doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/apsw/apsw.info b/python/apsw/apsw.info
index ef7784fd8a..9f3df91560 100644
--- a/python/apsw/apsw.info
+++ b/python/apsw/apsw.info
@@ -1,8 +1,8 @@
PRGNAM="apsw"
VERSION="3.7.17_r1"
HOMEPAGE="http://code.google.com/p/apsw/"
-DOWNLOAD="http://apsw.googlecode.com/files/apsw-3.7.17-r1.zip"
-MD5SUM="5393765e7ef55def11dae08149133136"
+DOWNLOAD="https://github.com/rogerbinns/apsw/archive/3.7.17-r1.zip"
+MD5SUM="3516203c369aacbe12a3bed35f60fe4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""