Accepting request 295345 from security:privacy
libgpg-error 1.19 OBS-URL: https://build.opensuse.org/request/show/295345 OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=42
This commit is contained in:
parent
008628cee8
commit
02765e5e99
@ -1,59 +0,0 @@
|
||||
Index: src/Makefile.am
|
||||
===================================================================
|
||||
--- src/Makefile.am.orig 2014-10-25 14:42:43.000000000 +0200
|
||||
+++ src/Makefile.am 2015-02-19 10:22:03.273114977 +0100
|
||||
@@ -204,14 +204,14 @@ code-to-errno.h: Makefile mkerrnos.awk e
|
||||
# It is correct to use $(CPP). We want the host's idea of the error codes.
|
||||
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
|
||||
$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
|
||||
- $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
|
||||
+ $(CPP) -P $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
|
||||
$(AWK) -f $(srcdir)/mkerrcodes.awk >$@
|
||||
-rm _$@
|
||||
|
||||
if HAVE_W32CE_SYSTEM
|
||||
# It is correct to use $(CPP). We want the host's idea of the error codes.
|
||||
mkw32errmap.tab.h: Makefile mkw32errmap.c
|
||||
- $(CPP) -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
|
||||
+ $(CPP) -P -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
|
||||
grep '{&mkw32errmap_marker' >$@
|
||||
mkw32errmap.map.c: mkw32errmap
|
||||
./mkw32errmap --map > $@
|
||||
@@ -227,7 +227,7 @@ endif
|
||||
# the data is really to be preprocessed.
|
||||
gpg-error.def: Makefile gpg-error.def.in
|
||||
cat $(srcdir)/gpg-error.def.in >_$@.h
|
||||
- $(CPP) $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
|
||||
+ $(CPP) -P $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
|
||||
grep -v '^#' >$@
|
||||
-rm _$@.h
|
||||
|
||||
Index: src/Makefile.in
|
||||
===================================================================
|
||||
--- src/Makefile.in.orig 2015-01-26 10:34:10.000000000 +0100
|
||||
+++ src/Makefile.in 2015-02-19 10:22:42.318558424 +0100
|
||||
@@ -1227,13 +1227,13 @@ code-to-errno.h: Makefile mkerrnos.awk e
|
||||
# It is correct to use $(CPP). We want the host's idea of the error codes.
|
||||
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
|
||||
$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
|
||||
- $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
|
||||
+ $(CPP) -P $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
|
||||
$(AWK) -f $(srcdir)/mkerrcodes.awk >$@
|
||||
-rm _$@
|
||||
|
||||
# It is correct to use $(CPP). We want the host's idea of the error codes.
|
||||
@HAVE_W32CE_SYSTEM_TRUE@mkw32errmap.tab.h: Makefile mkw32errmap.c
|
||||
-@HAVE_W32CE_SYSTEM_TRUE@ $(CPP) -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
|
||||
+@HAVE_W32CE_SYSTEM_TRUE@ $(CPP) -P -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
|
||||
@HAVE_W32CE_SYSTEM_TRUE@ grep '{&mkw32errmap_marker' >$@
|
||||
@HAVE_W32CE_SYSTEM_TRUE@mkw32errmap.map.c: mkw32errmap
|
||||
@HAVE_W32CE_SYSTEM_TRUE@ ./mkw32errmap --map > $@
|
||||
@@ -1247,7 +1247,7 @@ mkerrcodes.h: Makefile mkerrcodes.awk $(
|
||||
# the data is really to be preprocessed.
|
||||
gpg-error.def: Makefile gpg-error.def.in
|
||||
cat $(srcdir)/gpg-error.def.in >_$@.h
|
||||
- $(CPP) $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
|
||||
+ $(CPP) -P $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
|
||||
grep -v '^#' >$@
|
||||
-rm _$@.h
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ff1d6e61d4cef7c1d0607ceef6d40dc33f3da7a3094170c3718c00153d80810
|
||||
size 718070
|
Binary file not shown.
3
libgpg-error-1.19.tar.bz2
Normal file
3
libgpg-error-1.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53120e1333d5c5d28d87ff2854e9e98719c8e214152f17ad5291704d25c4978b
|
||||
size 761622
|
BIN
libgpg-error-1.19.tar.bz2.sig
Normal file
BIN
libgpg-error-1.19.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 20:24:54 UTC 2015 - astieger@suse.com
|
||||
|
||||
- update to 1.19:
|
||||
* New set of error codes for use with LDAP.
|
||||
* New options --help and --defines for gpg-error.
|
||||
* Allow building with gcc 5.
|
||||
(replacing patch libgpg-error-1.18-gcc5.patch now removed)
|
||||
* Interface changes relative to the 1.18 release:
|
||||
GPG_ERR_LDAP_* NEW.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 16:12:59 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libgpg-error
|
||||
Version: 1.18
|
||||
Version: 1.19
|
||||
Release: 0
|
||||
Summary: Library That Defines Common Error Values for All GnuPG Components
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -28,7 +28,6 @@ Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.b
|
||||
# http://www.gnupg.org/signature_key.en.html
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
Patch1: libgpg-error-1.18-gcc5.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -72,7 +71,6 @@ Files needed for software development using libgpg-error.
|
||||
|
||||
%prep
|
||||
%setup -q -n libgpg-error-%{version}
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user