Compare commits

...

3 Commits
master ... f24

Author SHA1 Message Date
Nikos Mavrogiannopoulos 7b9e37b0ef do not compile with -Werror 2016-08-26 17:28:17 +02:00
Nikos Mavrogiannopoulos 0841cc8991 updated to 4.9 2016-08-26 17:28:17 +02:00
Nikos Mavrogiannopoulos 4802fcbdd8 Resolve issue which prevented the decoding of long OIDs
Resolves: rhbz#1353838
2016-07-08 10:22:49 +02:00
4 changed files with 29 additions and 4 deletions

2
.gitignore vendored
View File

@ -30,3 +30,5 @@ libtasn1-2.7.tar.gz
/libtasn1-4.8.tar.gz.sig
/libtasn1-4.8.tar.gz
/gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
/libtasn1-4.9.tar.gz.sig
/libtasn1-4.9.tar.gz

View File

@ -0,0 +1,13 @@
diff --git a/configure.ac b/configure.ac
index 7a14e04..066f5fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,8 +70,6 @@ AC_ARG_ENABLE([gcc-warnings],
)
if test "$gl_gcc_warnings" = yes; then
- gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
-
nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
nw="$nw -Wc++-compat" # We don't care strongly about C++ compilers
nw="$nw -Wtraditional" # Warns on #elif which we use often

View File

@ -1,6 +1,6 @@
Summary: The ASN.1 library used in GNUTLS
Name: libtasn1
Version: 4.8
Version: 4.9
Release: 1%{?dist}
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
@ -11,7 +11,9 @@ Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
Patch1: libtasn1-3.4-rpath.patch
BuildRequires: bison, pkgconfig
Patch2: libtasn1-4.9-no-werror.patch
BuildRequires: bison, pkgconfig, help2man
BuildRequires: autoconf, automake, libtool
%ifarch %ix86 x86_64 ppc ppc64
BuildRequires: valgrind
%endif
@ -54,8 +56,10 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%setup -q
%patch1 -p1 -b .rpath
%patch2 -p1 -b .no-werror
%build
autoreconf -v -f --install
%configure --disable-static --disable-silent-rules --disable-valgrind-tests
# libtasn1 likes to regenerate docs
touch doc/stamp_docs
@ -108,6 +112,12 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
%changelog
* Fri Aug 26 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.9-1
- Update to 4.9 (#1360315)
* Fri Jul 8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.8-2
- Resolve issue which prevented the decoding of long OIDs (#1353838)
* Mon Apr 11 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.8-1
- Update to 4.8
- Resolves infinite loop recursion in the decode of certain BER structures.

View File

@ -1,3 +1,3 @@
140c4dfb1bf77d08fc16d5da9f7b732c libtasn1-4.8.tar.gz.sig
9a6767705725544f2b86670dcfb34107 libtasn1-4.8.tar.gz
d4e15d30fd1f64c140d5226abb1a5c0b libtasn1-4.9.tar.gz.sig
3018d0f466a32b66dde41bb122e6cab6 libtasn1-4.9.tar.gz
310168e221d6e810022b270e32bf9662 gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg