Compare commits

...

4 Commits
master ... f23

Author SHA1 Message Date
Nikos Mavrogiannopoulos 8d970acc7c do not compile with -Werror 2016-09-22 16:04:22 +02:00
Nikos Mavrogiannopoulos bc9197d3c8 updated to 4.9 2016-09-22 16:04:17 +02:00
Nikos Mavrogiannopoulos 8aae508a11 Resolve issue which prevented the decoding of long OIDs
Resolves: rhbz#1353838
2016-07-12 09:24:29 +02:00
Nikos Mavrogiannopoulos 129a81d8d4 updated to 4.8 2016-04-11 11:27:37 +02:00
3 changed files with 31 additions and 5 deletions

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,7 +1,7 @@
Summary: The ASN.1 library used in GNUTLS
Name: libtasn1
Version: 4.5
Release: 2%{?dist}
Version: 4.9
Release: 1%{?dist}
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+
@ -10,7 +10,9 @@ URL: http://www.gnu.org/software/libtasn1/
Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
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
@ -52,8 +54,10 @@ data.
%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
@ -106,6 +110,15 @@ 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
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1,2 +1,2 @@
4b0ead9d993c822db4289385a5e35690 libtasn1-4.5.tar.gz.sig
81d272697545e82d39f6bd14854b68f0 libtasn1-4.5.tar.gz
d4e15d30fd1f64c140d5226abb1a5c0b libtasn1-4.9.tar.gz.sig
3018d0f466a32b66dde41bb122e6cab6 libtasn1-4.9.tar.gz