ports/compat-32 (3.2): flac: 1.3.0 -> 1.3.1
commit ca28c9fe96024e3a34c72e729af3a6d2de59b11b Author: Danny Rawlins <monster.romster@gmail.com> Date: Thu Oct 22 21:58:27 2015 +1100 flac: 1.3.0 -> 1.3.1 diff --git a/flac-32/.md5sum b/flac-32/.md5sum index a0466c5..b070d16 100644 --- a/flac-32/.md5sum +++ b/flac-32/.md5sum @@ -1,2 +1 @@ -13b5c214cee8373464d3d65dee362cdd flac-1.3.0.tar.xz -422bd38d16a46b29a88724e7a2c75d4c flac-realloc.patch +b9922c9a0378c88d3e901b234f852698 flac-1.3.1.tar.xz diff --git a/flac-32/Pkgfile b/flac-32/Pkgfile index feb7eee..b002322 100644 --- a/flac-32/Pkgfile +++ b/flac-32/Pkgfile @@ -4,16 +4,13 @@ # Depends on: libogg-32 name=flac-32 -version=1.3.0 +version=1.3.1 release=1 -source=(http://downloads.xiph.org/releases/flac/flac-$version.tar.xz - flac-realloc.patch) +source=(http://downloads.xiph.org/releases/flac/flac-$version.tar.xz) build() { cd flac-$version - patch -p1 -i $SRC/flac-realloc.patch - ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ diff --git a/flac-32/flac-realloc.patch b/flac-32/flac-realloc.patch deleted file mode 100644 index cf1a212..0000000 --- a/flac-32/flac-realloc.patch +++ /dev/null @@ -1,15 +0,0 @@ -X-Git-Url: http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;... - -diff --git a/src/metaflac/utils.c b/src/metaflac/utils.c -index 097537b..8a31daa 100644 ---- a/src/metaflac/utils.c -+++ b/src/metaflac/utils.c -@@ -75,7 +75,7 @@ void local_strcat(char **dest, const char *source) - *dest = safe_realloc_add_3op_(*dest, ndest, /*+*/nsource, /*+*/1); - if(0 == *dest) - die("out of memory growing string"); -- safe_strncpy((*dest)+ndest, source, ndest + nsource + 1); -+ safe_strncpy((*dest)+ndest, source, nsource + 1); - } - - static inline int local_isprint(int c)
participants (1)
-
crux@crux.nu