diff --git a/U_prototype_error.patch b/U_prototype_error.patch deleted file mode 100644 index 2f16198..0000000 --- a/U_prototype_error.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 56c83935a873fa7c6bb0c8c7d9f755ee08439aa5 Mon Sep 17 00:00:00 2001 -From: Thomas Klausner -Date: Thu, 12 Jul 2012 12:39:26 +0000 -Subject: Fix a prototype error - -Per NetBSD PR 41899 from Henning Petersen. - -Signed-off-by: Thomas Klausner -Signed-off-by: Julien Cristau ---- -diff --git a/src/FSlibInt.c b/src/FSlibInt.c -index db9cc47..a04d3cd 100644 ---- a/src/FSlibInt.c -+++ b/src/FSlibInt.c -@@ -1194,7 +1194,7 @@ doData16( - } - - void --Data16(svr, data, len) -+Data16( - FSServer *svr, - short *data, - unsigned len) --- diff --git a/libFS-1.0.4.tar.bz2 b/libFS-1.0.4.tar.bz2 deleted file mode 100644 index c4817d5..0000000 --- a/libFS-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7073761e7594d43180a922605fb64cce60e5ccb8c06f8efa24f2d4621f5e8315 -size 291155 diff --git a/libFS-1.0.5.tar.bz2 b/libFS-1.0.5.tar.bz2 new file mode 100644 index 0000000..34b4bd2 --- /dev/null +++ b/libFS-1.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22eb3005dd8053aef7ff82758da5dd59ca9738410bcf847e675780e3a1f96107 +size 303806 diff --git a/libFS.changes b/libFS.changes index d9dba10..6fa5769 100644 --- a/libFS.changes +++ b/libFS.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 29 22:38:34 UTC 2013 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 1.0.5: + This minor bugfix release includes the fix for the security issue recently + reported as CVE-2013-1996, as well as a number of other cleanups of the + memory allocation & error handling code noticed while working on that. +- Packaging changes: + + Remove upstreamed patch: U_prototype_error.patch + Included in this release + ------------------------------------------------------------------- Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de diff --git a/libFS.spec b/libFS.spec index 312c587..f14c1fc 100644 --- a/libFS.spec +++ b/libFS.spec @@ -18,7 +18,7 @@ Name: libFS %define lname libFS6 -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: X Font Service client library License: MIT @@ -30,8 +30,6 @@ Url: http://xorg.freedesktop.org/ Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 Source2: baselibs.conf -Patch1: U_prototype_error.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: pkgconfig @@ -67,8 +65,6 @@ in %lname. %prep %setup -q -%patch1 -p1 - %build %configure --docdir=%_docdir/%name --disable-static make %{?_smp_mflags}