Skip to content

Commit 479f17f

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-libtasn1 (4.19.0-1 -> 4.20.0-1) tig (2.5.11-1 -> 2.5.12-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent ec0d09c commit 479f17f

File tree

79 files changed

+30
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+30
-32
lines changed

etc/rebase.db.i386

0 Bytes
Binary file not shown.

mingw32/bin/asn1Coding.exe

10.1 KB
Binary file not shown.

mingw32/bin/asn1Decoding.exe

4.15 KB
Binary file not shown.

mingw32/bin/asn1Parser.exe

3.11 KB
Binary file not shown.

mingw32/bin/libtasn1-6.dll

7.71 KB
Binary file not shown.

mingw32/include/libtasn1.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2002-2022 Free Software Foundation, Inc.
2+
* Copyright (C) 2002-2025 Free Software Foundation, Inc.
33
*
44
* This file is part of LIBTASN1.
55
*
@@ -14,9 +14,8 @@
1414
* Lesser General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU Lesser General Public
17-
* License along with LIBTASN1; if not, write to the Free Software
18-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19-
* 02110-1301, USA
17+
* License along with this library; if not, see
18+
* <https://www.gnu.org/licenses/>.
2019
*
2120
*/
2221

@@ -68,7 +67,7 @@ extern "C"
6867
*
6968
* Version of the library as a string.
7069
*/
71-
# define ASN1_VERSION "4.19.0"
70+
# define ASN1_VERSION "4.20.0"
7271

7372
/**
7473
* ASN1_VERSION_MAJOR:
@@ -82,7 +81,7 @@ extern "C"
8281
*
8382
* Minor version number of the library.
8483
*/
85-
# define ASN1_VERSION_MINOR 19
84+
# define ASN1_VERSION_MINOR 20
8685

8786
/**
8887
* ASN1_VERSION_PATCH:
@@ -96,7 +95,7 @@ extern "C"
9695
*
9796
* Version number of the library as a number.
9897
*/
99-
# define ASN1_VERSION_NUMBER 0x041300
98+
# define ASN1_VERSION_NUMBER 0x041400
10099

101100

102101
# if defined __GNUC__ && !defined ASN1_INTERNAL_BUILD

mingw32/lib/libtasn1.a

6.77 KB
Binary file not shown.

mingw32/lib/libtasn1.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libtasn1.pc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2005-2022 Free Software Foundation, Inc.
1+
# Copyright (C) 2005-2025 Free Software Foundation, Inc.
22
#
33
# This file is part of LIBTASN1.
44
#
@@ -13,9 +13,8 @@
1313
# Lesser General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU Lesser General Public
16-
# License along with this library; if not, write to the Free Software
17-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18-
# 02110-1301, USA
16+
# License along with this library; if not, see
17+
# <https://www.gnu.org/licenses/>.
1918

2019
prefix=/mingw32
2120
exec_prefix=${prefix}
@@ -25,6 +24,6 @@ includedir=${prefix}/include
2524
Name: libtasn1
2625
Description: Library for ASN.1 and DER manipulation
2726
URL: https://www.gnu.org/software/libtasn1/
28-
Version: 4.19.0
27+
Version: 4.20.0
2928
Libs: -L${libdir} -ltasn1
3029
Cflags: -I${includedir}
122 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)