Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2012-06-25 14:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvorbis (Old)
 and      /work/SRC/openSUSE:Factory/.libvorbis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvorbis", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes      2012-02-22 
11:48:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2012-06-25 
14:23:46.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jun 20 15:42:24 UTC 2012 - ft...@geeko.jp
+
+- updated to 1.3.3
+ * vorbis: additional proofing against invalid/malicious 
+   streams in decode (see SVN for details).  
+ * vorbis: fix a memory leak in vorbis_commentheader_out().
+ * updates, corrections and clarifications in the Vorbis I
+   specification document
+ * build warning fixes
+
+-------------------------------------------------------------------

Old:
----
  libvorbis-1.3.2.tar.bz2
  libvorbis-CVE-2012-0444.diff

New:
----
  libvorbis-1.3.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvorbis.spec ++++++
--- /var/tmp/diff_new_pack.53pbme/_old  2012-06-25 14:23:48.000000000 +0200
+++ /var/tmp/diff_new_pack.53pbme/_new  2012-06-25 14:23:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libvorbis
-Version:        1.3.2
+Version:        1.3.3
 Release:        0
 #to_be_filled_by_service
 Summary:        The Vorbis General Audio Compression Codec
@@ -39,7 +39,6 @@
 Patch10:        libvorbis-pkgconfig.patch
 Patch11:        vorbis-fix-linking.patch
 Patch12:        vorbis-ocloexec.patch
-Patch20:        libvorbis-CVE-2012-0444.diff
 BuildRequires:  fdupes
 BuildRequires:  libogg-devel
 BuildRequires:  libtool
@@ -104,11 +103,11 @@
 %package devel
 Summary:        Include Files and Libraries mandatory for Ogg Vorbis 
Development
 Group:          Development/Libraries/C and C++
-Requires:       libvorbis0 = %{version}
-Requires:       libvorbisfile3 = %{version}
-Requires:       libvorbisenc2 = %{version}
 Requires:       glibc-devel
 Requires:       libogg-devel
+Requires:       libvorbis0 = %{version}
+Requires:       libvorbisenc2 = %{version}
+Requires:       libvorbisfile3 = %{version}
 # bug437293 (SLES10 -> SLES11 upgrade path)
 %ifarch ppc64
 Obsoletes:      libvorbis-devel-64bit
@@ -140,7 +139,6 @@
 fi
 %patch11
 %patch12
-%patch20 -p1
 
 %build
 # Fix optimization level                                                       
                                                                                
                                                                            

++++++ libvorbis-1.3.2.tar.bz2 -> libvorbis-1.3.3.tar.bz2 ++++++
++++ 51815 lines of diff (skipped)

++++++ vorbis-fix-linking.patch ++++++
--- /var/tmp/diff_new_pack.53pbme/_old  2012-06-25 14:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.53pbme/_new  2012-06-25 14:23:49.000000000 +0200
@@ -1,18 +1,20 @@
---- test/Makefile.am.orig
-+++ test/Makefile.am
-@@ -10,7 +10,7 @@ check: $(check_PROGRAMS)
-       ./test$(EXEEXT)
+--- Makefile.am        2010-12-21 17:46:03.000000000 +0900
++++ Makefile.am        2012-06-16 15:43:41.143756104 +0900
+@@ -1,8 +1,8 @@
+ ## Process this file with automake to produce Makefile.in
  
- test_SOURCES = util.c util.h write_read.c write_read.h test.c
--test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
-+test_LDADD = -lm ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
+ #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
+-AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
+-
++AUTOMAKE_OPTIONS = foreign 1.10 dist-zip
++ACLOCAL_AMFLAGS = -I m4
+ SUBDIRS = m4 include vq lib test doc
  
- debug:
-       $(MAKE) all CFLAGS="@DEBUG@"
---- configure.ac.orig
-+++ configure.ac
-@@ -8,13 +8,12 @@ dnl ------------------------------------
- AC_INIT([libvorbis],[1.3.2],[vorbis-...@xiph.org])
+ if BUILD_EXAMPLES 
+--- configure.ac       2012-02-04 07:00:34.000000000 +0900
++++ configure.ac       2012-06-16 15:43:05.647225479 +0900
+@@ -8,7 +8,7 @@
+ AC_INIT([libvorbis],[1.3.3],[vorbis-...@xiph.org])
  
  AC_CONFIG_SRCDIR([lib/mdct.c])
 -
@@ -20,29 +22,3 @@
  AC_CANONICAL_TARGET([])
  
  AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
- AM_MAINTAINER_MODE
- AM_CONFIG_HEADER([config.h])
--
- dnl Add parameters for aclocal
- AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
- 
-@@ -53,7 +52,9 @@ dnl ------------------------------------
- dnl save $CFLAGS since AC_PROG_CC likes to insert "-g -O2"
- dnl if $CFLAGS is blank
- cflags_save="$CFLAGS"
--AC_PROG_CC
-+AC_PROG_CC_STDC
-+AC_USE_SYSTEM_EXTENSIONS
-+AC_SYS_LARGEFILE
- AC_PROG_CPP
- CFLAGS="$cflags_save"
- 
---- Makefile.am.orig
-+++ Makefile.am
-@@ -1,5 +1,6 @@
- ## Process this file with automake to produce Makefile.in
- 
-+ACLOCAL_AMFLAGS = -I m4
- AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
- 
- SUBDIRS = m4 include vq lib test doc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to