[arch-commits] Commit in flac/repos (10 files)

Eric Bélanger eric at archlinux.org
Fri Sep 26 18:33:15 UTC 2014


    Date: Friday, September 26, 2014 @ 20:33:14
  Author: eric
Revision: 223359

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  flac/repos/extra-i686/PKGBUILD
    (from rev 223358, flac/trunk/PKGBUILD)
  flac/repos/extra-i686/flac-divby0.patch
    (from rev 223358, flac/trunk/flac-divby0.patch)
  flac/repos/extra-i686/flac-realloc.patch
    (from rev 223358, flac/trunk/flac-realloc.patch)
  flac/repos/extra-x86_64/PKGBUILD
    (from rev 223358, flac/trunk/PKGBUILD)
  flac/repos/extra-x86_64/flac-divby0.patch
    (from rev 223358, flac/trunk/flac-divby0.patch)
  flac/repos/extra-x86_64/flac-realloc.patch
    (from rev 223358, flac/trunk/flac-realloc.patch)
Deleted:
  flac/repos/extra-i686/PKGBUILD
  flac/repos/extra-i686/flac-realloc.patch
  flac/repos/extra-x86_64/PKGBUILD
  flac/repos/extra-x86_64/flac-realloc.patch

---------------------------------+
 /PKGBUILD                       |  108 ++++++++++++++++++++++++++++++++++++++
 /flac-realloc.patch             |   30 ++++++++++
 extra-i686/PKGBUILD             |   51 -----------------
 extra-i686/flac-divby0.patch    |   47 ++++++++++++++++
 extra-i686/flac-realloc.patch   |   15 -----
 extra-x86_64/PKGBUILD           |   51 -----------------
 extra-x86_64/flac-divby0.patch  |   47 ++++++++++++++++
 extra-x86_64/flac-realloc.patch |   15 -----
 8 files changed, 232 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-09-26 18:30:20 UTC (rev 223358)
+++ extra-i686/PKGBUILD	2014-09-26 18:33:14 UTC (rev 223359)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=flac
-pkgname=('flac' 'flac-doc')
-pkgver=1.3.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://flac.sourceforge.net/"
-license=('BSD' 'GPL')
-depends=('gcc-libs' 'libogg')
-makedepends=('nasm' 'doxygen')
-options=('!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz flac-realloc.patch)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
-          '22bf08219c289d747f399e351c701d0f195d3ce0')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i "${srcdir}/flac-realloc.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --disable-sse
-  make
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make check
-}
-
-package_flac() {
-  pkgdesc="Free Lossless Audio Codec"
-  options=('!docs')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_flac-doc() {
-  pkgdesc="Developer documentation for the Free Lossless Audio Codec"
-  depends=('flac')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" -C doc install
-  sed -i "s|$srcdir/${pkgbase}-${pkgver}|/usr|" "${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag"
-  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: flac/repos/extra-i686/PKGBUILD (from rev 223358, flac/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-09-26 18:33:14 UTC (rev 223359)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=flac
+pkgname=('flac' 'flac-doc')
+pkgver=1.3.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://flac.sourceforge.net/"
+license=('BSD' 'GPL')
+depends=('gcc-libs' 'libogg')
+makedepends=('nasm' 'doxygen')
+options=('!makeflags')
+source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz
+        flac-realloc.patch flac-divby0.patch)
+sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
+          '22bf08219c289d747f399e351c701d0f195d3ce0'
+          'ceecf0603895267eda112c1cf85e3096e3d3acde')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i "${srcdir}/flac-realloc.patch"
+  patch -p1 -i "${srcdir}/flac-divby0.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --disable-sse
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_flac() {
+  pkgdesc="Free Lossless Audio Codec"
+  options=('!docs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_flac-doc() {
+  pkgdesc="Developer documentation for the Free Lossless Audio Codec"
+  depends=('flac')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" -C doc install
+  sed -i "s|$srcdir/${pkgbase}-${pkgver}|/usr|" "${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag"
+  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: flac/repos/extra-i686/flac-divby0.patch (from rev 223358, flac/trunk/flac-divby0.patch)
===================================================================
--- extra-i686/flac-divby0.patch	                        (rev 0)
+++ extra-i686/flac-divby0.patch	2014-09-26 18:33:14 UTC (rev 223359)
@@ -0,0 +1,47 @@
+From 9443151da38d25430f0683dfdcd7f6076ecabe0a Mon Sep 17 00:00:00 2001
+From: Erik de Castro Lopo <erikd at mega-nerd.com>
+Date: Tue, 8 Jul 2014 18:25:11 +1000
+Subject: [PATCH] src/flac/utils.c : Make sure get_console_width() returns value > 0.
+
+Previous version of get_console_width() may return 0 which will result in
+a division by 0 in stats_print_name():
+
+	console_width = get_console_width();
+	len = strlen_console(name)+2;
+	console_chars_left = console_width  - (len % console_width);
+
+Bug-report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739613
+Patch-from: lvqcl <lvqcl.mail at gmail.com>
+---
+ src/flac/utils.c |    7 +++++--
+ 1 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/src/flac/utils.c b/src/flac/utils.c
+index 557477e..52b2c43 100644
+--- a/src/flac/utils.c
++++ b/src/flac/utils.c
+@@ -176,7 +176,7 @@ static int console_chars_left;
+ 
+ int get_console_width(void)
+ {
+-	int width = 80;
++	int width = 0;
+ #if defined _WIN32
+ 	width = win_get_console_width();
+ #elif defined __EMX__
+@@ -185,8 +185,11 @@ int get_console_width(void)
+ 	width = s[0];
+ #elif defined GWINSZ_IN_SYS_IOCTL
+ 	struct winsize w;
+-	if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1)	width = w.ws_col;
++	if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1)
++		width = w.ws_col;
+ #endif
++	if (width <= 0)
++		width = 80;
+ 	return width;
+ }
+ 
+-- 
+1.7.2.5
+

Deleted: extra-i686/flac-realloc.patch
===================================================================
--- extra-i686/flac-realloc.patch	2014-09-26 18:30:20 UTC (rev 223358)
+++ extra-i686/flac-realloc.patch	2014-09-26 18:33:14 UTC (rev 223359)
@@ -1,15 +0,0 @@
-X-Git-Url: http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;h=8a31daaddd47f8ea2d7b1e66445d180b4151e0db;hp=097537b2d39ea302269a16e7da9bc413e02ffb6e;hb=606fdfcaece19d3e05434bde57c289102a369069;hpb=d42c04260bf9e27cbb8c61a5529ecab3b20e25ff
-
-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)

Copied: flac/repos/extra-i686/flac-realloc.patch (from rev 223358, flac/trunk/flac-realloc.patch)
===================================================================
--- extra-i686/flac-realloc.patch	                        (rev 0)
+++ extra-i686/flac-realloc.patch	2014-09-26 18:33:14 UTC (rev 223359)
@@ -0,0 +1,15 @@
+X-Git-Url: http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;h=8a31daaddd47f8ea2d7b1e66445d180b4151e0db;hp=097537b2d39ea302269a16e7da9bc413e02ffb6e;hb=606fdfcaece19d3e05434bde57c289102a369069;hpb=d42c04260bf9e27cbb8c61a5529ecab3b20e25ff
+
+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)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-09-26 18:30:20 UTC (rev 223358)
+++ extra-x86_64/PKGBUILD	2014-09-26 18:33:14 UTC (rev 223359)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=flac
-pkgname=('flac' 'flac-doc')
-pkgver=1.3.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://flac.sourceforge.net/"
-license=('BSD' 'GPL')
-depends=('gcc-libs' 'libogg')
-makedepends=('nasm' 'doxygen')
-options=('!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz flac-realloc.patch)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
-          '22bf08219c289d747f399e351c701d0f195d3ce0')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i "${srcdir}/flac-realloc.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --disable-sse
-  make
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make check
-}
-
-package_flac() {
-  pkgdesc="Free Lossless Audio Codec"
-  options=('!docs')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_flac-doc() {
-  pkgdesc="Developer documentation for the Free Lossless Audio Codec"
-  depends=('flac')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" -C doc install
-  sed -i "s|$srcdir/${pkgbase}-${pkgver}|/usr|" "${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag"
-  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: flac/repos/extra-x86_64/PKGBUILD (from rev 223358, flac/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-09-26 18:33:14 UTC (rev 223359)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=flac
+pkgname=('flac' 'flac-doc')
+pkgver=1.3.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://flac.sourceforge.net/"
+license=('BSD' 'GPL')
+depends=('gcc-libs' 'libogg')
+makedepends=('nasm' 'doxygen')
+options=('!makeflags')
+source=(http://downloads.xiph.org/releases/flac/${pkgbase}-${pkgver}.tar.xz
+        flac-realloc.patch flac-divby0.patch)
+sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b'
+          '22bf08219c289d747f399e351c701d0f195d3ce0'
+          'ceecf0603895267eda112c1cf85e3096e3d3acde')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i "${srcdir}/flac-realloc.patch"
+  patch -p1 -i "${srcdir}/flac-divby0.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --disable-sse
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_flac() {
+  pkgdesc="Free Lossless Audio Codec"
+  options=('!docs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_flac-doc() {
+  pkgdesc="Developer documentation for the Free Lossless Audio Codec"
+  depends=('flac')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" -C doc install
+  sed -i "s|$srcdir/${pkgbase}-${pkgver}|/usr|" "${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/FLAC.tag"
+  install -D -m644 COPYING.Xiph "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: flac/repos/extra-x86_64/flac-divby0.patch (from rev 223358, flac/trunk/flac-divby0.patch)
===================================================================
--- extra-x86_64/flac-divby0.patch	                        (rev 0)
+++ extra-x86_64/flac-divby0.patch	2014-09-26 18:33:14 UTC (rev 223359)
@@ -0,0 +1,47 @@
+From 9443151da38d25430f0683dfdcd7f6076ecabe0a Mon Sep 17 00:00:00 2001
+From: Erik de Castro Lopo <erikd at mega-nerd.com>
+Date: Tue, 8 Jul 2014 18:25:11 +1000
+Subject: [PATCH] src/flac/utils.c : Make sure get_console_width() returns value > 0.
+
+Previous version of get_console_width() may return 0 which will result in
+a division by 0 in stats_print_name():
+
+	console_width = get_console_width();
+	len = strlen_console(name)+2;
+	console_chars_left = console_width  - (len % console_width);
+
+Bug-report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739613
+Patch-from: lvqcl <lvqcl.mail at gmail.com>
+---
+ src/flac/utils.c |    7 +++++--
+ 1 files changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/src/flac/utils.c b/src/flac/utils.c
+index 557477e..52b2c43 100644
+--- a/src/flac/utils.c
++++ b/src/flac/utils.c
+@@ -176,7 +176,7 @@ static int console_chars_left;
+ 
+ int get_console_width(void)
+ {
+-	int width = 80;
++	int width = 0;
+ #if defined _WIN32
+ 	width = win_get_console_width();
+ #elif defined __EMX__
+@@ -185,8 +185,11 @@ int get_console_width(void)
+ 	width = s[0];
+ #elif defined GWINSZ_IN_SYS_IOCTL
+ 	struct winsize w;
+-	if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1)	width = w.ws_col;
++	if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1)
++		width = w.ws_col;
+ #endif
++	if (width <= 0)
++		width = 80;
+ 	return width;
+ }
+ 
+-- 
+1.7.2.5
+

Deleted: extra-x86_64/flac-realloc.patch
===================================================================
--- extra-x86_64/flac-realloc.patch	2014-09-26 18:30:20 UTC (rev 223358)
+++ extra-x86_64/flac-realloc.patch	2014-09-26 18:33:14 UTC (rev 223359)
@@ -1,15 +0,0 @@
-X-Git-Url: http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;h=8a31daaddd47f8ea2d7b1e66445d180b4151e0db;hp=097537b2d39ea302269a16e7da9bc413e02ffb6e;hb=606fdfcaece19d3e05434bde57c289102a369069;hpb=d42c04260bf9e27cbb8c61a5529ecab3b20e25ff
-
-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)

Copied: flac/repos/extra-x86_64/flac-realloc.patch (from rev 223358, flac/trunk/flac-realloc.patch)
===================================================================
--- extra-x86_64/flac-realloc.patch	                        (rev 0)
+++ extra-x86_64/flac-realloc.patch	2014-09-26 18:33:14 UTC (rev 223359)
@@ -0,0 +1,15 @@
+X-Git-Url: http://git.xiph.org/?p=flac.git;a=blobdiff_plain;f=src%2Fmetaflac%2Futils.c;h=8a31daaddd47f8ea2d7b1e66445d180b4151e0db;hp=097537b2d39ea302269a16e7da9bc413e02ffb6e;hb=606fdfcaece19d3e05434bde57c289102a369069;hpb=d42c04260bf9e27cbb8c61a5529ecab3b20e25ff
+
+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)



More information about the arch-commits mailing list