Accepting request 177057 from X11:XOrg
update to version 1.0.5 (forwarded request 176972 from tobijk) OBS-URL: https://build.opensuse.org/request/show/177057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libFS?expand=0&rev=7
This commit is contained in:
commit
c83d8609ca
@ -1,24 +0,0 @@
|
|||||||
From 56c83935a873fa7c6bb0c8c7d9f755ee08439aa5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Thomas Klausner <wiz@NetBSD.org>
|
|
||||||
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 <wiz@NetBSD.org>
|
|
||||||
Signed-off-by: Julien Cristau <jcristau@debian.org>
|
|
||||||
---
|
|
||||||
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)
|
|
||||||
--
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7073761e7594d43180a922605fb64cce60e5ccb8c06f8efa24f2d4621f5e8315
|
|
||||||
size 291155
|
|
3
libFS-1.0.5.tar.bz2
Normal file
3
libFS-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22eb3005dd8053aef7ff82758da5dd59ca9738410bcf847e675780e3a1f96107
|
||||||
|
size 303806
|
@ -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
|
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libFS
|
Name: libFS
|
||||||
%define lname libFS6
|
%define lname libFS6
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Font Service client library
|
Summary: X Font Service client library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,8 +30,6 @@ Url: http://xorg.freedesktop.org/
|
|||||||
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
|
||||||
Patch1: U_prototype_error.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -67,8 +65,6 @@ in %lname.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%_docdir/%name --disable-static
|
%configure --docdir=%_docdir/%name --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user