summaryrefslogtreecommitdiffstats
path: root/boost
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-12-21 20:46:24 +0000
committer Eric Hameleers <alien@slackware.com>2007-12-21 20:46:24 +0000
commit3e640189848f93f61dddb5c4e1e996d8e25e2e8a (patch)
treea5dcf526eba62c73925bb32fff728cfa118a6bf0 /boost
parent0ce550495709e8bf5703f49f8281863bf61e49f2 (diff)
downloadasb-3e640189848f93f61dddb5c4e1e996d8e25e2e8a.tar.gz
asb-3e640189848f93f61dddb5c4e1e996d8e25e2e8a.tar.xz
Oops.. increased BUILD, added a changelog entry
Diffstat (limited to 'boost')
-rwxr-xr-xboost/build/boost.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/build/boost.SlackBuild b/boost/build/boost.SlackBuild
index 0cc2acf7..a5b0fd44 100755
--- a/boost/build/boost.SlackBuild
+++ b/boost/build/boost.SlackBuild
@@ -34,6 +34,8 @@
# * Initial build.
# 1.34.1-1: 04/Sep/2007 by Eric Hameleers <alien@slackware.com>
# * Update, Slackware 12.0 package.
+# 1.34.1-2: 21/dec/2007 by Eric Hameleers <alien@slackware.com>
+# * Apply a security fix.
#
# Run 'sh boost.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -47,7 +49,7 @@ PRGNAM=boost
VERSION=${VERSION:-1.34.1}
SRCVER=$(echo ${VERSION} | tr '.' '_')
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# This is the python we build against:
PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')