mooninite pushed to mingw-libtasn1 (epel7). "Update to 4.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 14:21:02 UTC 2015


>From 52c3a954ff1e0cf98904a49aa43349c4066ab594 Mon Sep 17 00:00:00 2001
From: Michael Cronenworth <mike at cchtml.com>
Date: Sat, 20 Sep 2014 14:33:10 -0500
Subject: Update to 4.2


diff --git a/.gitignore b/.gitignore
index fc82e24..aaf3469 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/libtasn1-4.1.tar.gz
-/libtasn1-4.1.tar.gz.sig
+/libtasn1-4.2.tar.gz
+/libtasn1-4.2.tar.gz.sig
diff --git a/libtasn1-4.1-octet-string.patch b/libtasn1-4.1-octet-string.patch
deleted file mode 100644
index 2f5897a..0000000
--- a/libtasn1-4.1-octet-string.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ur libtasn1-4.1-orig/lib/decoding.c libtasn1-4.1/lib/decoding.c
---- libtasn1-4.1-orig/lib/decoding.c	2014-08-20 21:36:55.000000000 +0200
-+++ libtasn1-4.1/lib/decoding.c	2014-09-04 12:41:11.504502584 +0200
-@@ -731,6 +731,7 @@
- {
-   int len2, len3, counter, tot_len, indefinite;
-   int result;
-+  int orig_der_len = der_len;
- 
-   counter = 0;
- 
-@@ -792,7 +793,7 @@
- 	  asn1_length_der (tot_len, temp, &len2);
- 	  _asn1_set_value (node, temp, len2);
- 
--	  ret = _asn1_extract_der_octet (node, der, der_len, flags);
-+	  ret = _asn1_extract_der_octet (node, der, orig_der_len, flags);
- 	  if (ret != ASN1_SUCCESS)
- 	    return ret;
- 
diff --git a/mingw-libtasn1.spec b/mingw-libtasn1.spec
index 292e9d9..4316a11 100644
--- a/mingw-libtasn1.spec
+++ b/mingw-libtasn1.spec
@@ -1,7 +1,7 @@
 %?mingw_package_header
 
 Name:           mingw-libtasn1
-Version:        4.1
+Version:        4.2
 Release:        1%{?dist}
 Summary:        MinGW Windows libtasn1 library
 
@@ -12,7 +12,6 @@ Group:          Development/Libraries
 URL:            http://www.gnu.org/software/libtasn1/
 Source0:        http://ftp.gnu.org/gnu/libtasn1/libtasn1-%{version}.tar.gz
 Source1:        http://ftp.gnu.org/gnu/libtasn1/libtasn1-%{version}.tar.gz.sig
-Patch1:         libtasn1-4.1-octet-string.patch
 
 BuildArch:      noarch
 
@@ -60,7 +59,6 @@ This package contains the MinGW Windows cross compiled libtasn1 library.
 
 %prep
 %setup -q -n libtasn1-%{version}
-%patch1 -p1 -b .octet-string
 
 
 %build
@@ -100,6 +98,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_bindir}/*.exe
 
 
 %changelog
+* Sat Sep 20 2014 Michael Cronenworth <mike at cchtml.com> - 4.2-1
+- Update to 4.2
+
 * Thu Sep 11 2014 Michael Cronenworth <mike at cchtml.com> - 4.1-1
 - Update to 4.1
 
diff --git a/sources b/sources
index 423529b..5a78dcc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f9b37df3c2c9c6439d8bf427bfbfc521  libtasn1-4.1.tar.gz
-2692cfa43fc667d7587b411b54566215  libtasn1-4.1.tar.gz.sig
+414df906df421dee0a5cf7548788d153  libtasn1-4.2.tar.gz
+e7064dc6f8a241d470cf51de709e7dba  libtasn1-4.2.tar.gz.sig
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mingw-libtasn1.git/commit/?h=epel7&id=52c3a954ff1e0cf98904a49aa43349c4066ab594


More information about the scm-commits mailing list