Skip to content

Commit 9d8ce7e

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-i686-libtasn1 (4.19.0-1 -> 4.20.0-1) mingw-w64-x86_64-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 <[email protected]>
1 parent 3dc0653 commit 9d8ce7e

File tree

139 files changed

+61
-59
lines changed

Some content is hidden

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

139 files changed

+61
-59
lines changed

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.

mingw32/share/licenses/libtasn1/COPYING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
648+
along with this program. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
667+
<https://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

0 commit comments

Comments
 (0)