SOURCE_HASH=sha512:d2473f2e8e6726b5a5083f567797ae42bbb7fa3f26aec3f7b83e641e028c64726299f71a9d75258595a53cf29c18acb84841bcbc39509258d2c8df859e4e3b99
- WEB_SITE=http://www.xiph.org/ogg/vorbis/
+ WEB_SITE=http://www.vorbis.com/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="tools audio"
diff --git a/audio-soft/vorbis-tools/HISTORY b/audio-soft/vorbis-tools/HISTORY
index 142eff9..bd26dc6 100644
--- a/audio-soft/vorbis-tools/HISTORY
+++ b/audio-soft/vorbis-tools/HISTORY
@@ -1,3 +1,6 @@
+2015-03-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: fix WEB_SITE
+
2011-02-20 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: made curl and libao optional
diff --git a/crypto/krb5/DETAILS b/crypto/krb5/DETAILS
index 0b1f1a6..eef3561 100755
--- a/crypto/krb5/DETAILS
+++ b/crypto/krb5/DETAILS
@@ -1,7 +1,7 @@
SPELL=krb5
- VERSION=1.13
- SECURITY_PATCH=14
-
SOURCE_HASH=sha512:99cf647ab39f5a34acaf2049908f91d3f3822f4afd3b9dad1630b31c72518398069f4f3d3840168122cb12aa5e5540466729bc714fbda96eb9403e635f88d244
+ VERSION=1.13.1
+ SECURITY_PATCH=15
+
SOURCE_HASH=sha512:f26dce8f682bd3fbf38a15df5f91722b573d4df4cc193f7ba8dc369cbbee8f4bc2a72f56513d2cf27697ce8baaf954afe04e3eefc15c2883fa1d5260145aef6e
VX=${VERSION%.?}
SOURCE=$SPELL-$VERSION-signed.tar
SOURCE_RAW=$SPELL-$VERSION.tar.gz
diff --git a/crypto/krb5/HISTORY b/crypto/krb5/HISTORY
index 8e56393..3dd12bb 100644
--- a/crypto/krb5/HISTORY
+++ b/crypto/krb5/HISTORY
@@ -1,3 +1,8 @@
+2015-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.13.1
+ SECURITY_PATCH++, fixes [CVE-2014-5354, CVE-2014-5353 CVE-2014-5352
+ CVE-2014-9421 CVE-2014-9422 CVE-2014-9423
+
2015-01-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.13
SECURITY_PATCH++, fixes CVE-2014-5354
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index 32917b4..cf8a250 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,6 +1,6 @@
SPELL=libressl
- VERSION=2.1.1
-
SOURCE_HASH=sha512:99f8d89a1b4aff0d3fdc6f6cea203144ebe6ee95df70bcec7f285a32f3d2755ca4c1429b5c73597e656e5ea2dec0cf2472eb112fdcff00620b89c335542449ba
+ VERSION=2.1.3
+
SOURCE_HASH=sha512:d2806f6d147e4145a3ef7795d3a17bc6553b2673d488c47fec4d9ac87babeae3d8710f910d5ccb27e57a3d34c6e4cb7d94cd3862d92f378fa3376a6d2ebc6cd9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.libressl.org/
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index d77855e..2dbd18c 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,6 @@
+2015-03-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1.3
+
2014-10-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1.1
Address POODLE attack by disabling SSLv3 by default
diff --git a/disk/avfs/CONFIGURE b/disk/avfs/CONFIGURE
index 2eeb30b..deb395d 100755
--- a/disk/avfs/CONFIGURE
+++ b/disk/avfs/CONFIGURE
@@ -1,22 +1,27 @@
-config_query_option AVFS_OPTS "Compile avfs as a shared or static library?"
y \
+config_query_option AVFS_OPTS "Compile avfs as a shared and static library?"
y \
"--enable-library" \
"--disable-library" &&
-config_query_option AVFS_OPTS "Compile the preloaded library and server?" n \
- "--enable-preload" \
- "--disable-preload" &&
-
config_query_option AVFS_OPTS "Compile in debug information?" n \
"--enable-debug" \
"--disable-debug" &&
+# preload doesn't work on glibc systems
+list_add "AVFS_OPTS" "--disable-preload" &&
+#config_query_option AVFS_OPTS "Compile the preloaded library and server?" n
\
+# "--enable-preload" \
+# "--disable-preload" &&
+
# dav support is broken
-message "${MESSAGE_COLOR}Dav module is incompatible with modern libraries,
disabling it...${DEFAULT_COLOR}" &&
+message "${PROBLEM_COLOR}Dav module is incompatible with modern libraries,
disabling it...${DEFAULT_COLOR}" &&
list_add "AVFS_OPTS" "--disable-dav" &&
#config_query_option AVFS_OPTS "Compile the dav module?" n \
# "--enable-dav" \
# "--disable-dav" &&
-config_query_option AVFS_OPTS "Compile avfscoda daemon and kernel module?" n
\
- "--enable-avfscoda" \
- "--disable-avfscoda"
+# coda support is broken
+message "${PROBLEM_COLOR}Coda module is incompatible with modern kernels,
disabling it...${DEFAULT_COLOR}" &&
+list_add "AVFS_OPTS" "--disable-avfscoda"
+#config_query_option AVFS_OPTS "Compile avfscoda daemon and kernel module?"
n \
+# "--enable-avfscoda" \
+# "--disable-avfscoda"
diff --git a/disk/avfs/DETAILS b/disk/avfs/DETAILS
index 489a0f2..e25c9b4 100755
--- a/disk/avfs/DETAILS
+++ b/disk/avfs/DETAILS
@@ -7,6 +7,8 @@
SOURCE_GPG=6623F6B4.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
+ DOCS="AUTHORS COPYING.LIB ChangeLog TODO doc/INSTALL.*
doc/README.* doc/FORMAT doc/api-overview doc/background $DOCS"
WEB_SITE=http://avf.sourceforge.net/
LICENSE[0]=GPL
ENTERED=20071205
diff --git a/disk/avfs/HISTORY b/disk/avfs/HISTORY
index a9c8ac8..c20c596 100644
--- a/disk/avfs/HISTORY
+++ b/disk/avfs/HISTORY
@@ -1,3 +1,7 @@
+2015-03-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: do not install Makefile's in docs, gather more docs instead
+ * CONFIGURE: disable coda/preload support; use PROBLEM_COLOR
+
2014-12-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.2