Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 05e32cf

Browse files
committed
Bundle 1.7.1-9000 (2023-09-26)
1 parent 9cdc8cc commit 05e32cf

File tree

13 files changed

+22
-21
lines changed

13 files changed

+22
-21
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# libgit2 1.7.0-2
1+
# libgit2 1.7.1-9000
22

33
- mingw-w64-i686-zlib-1.2.11-9100-any.pkg.tar.xz
44
- mingw-w64-i686-openssl-3.1.1-9800-any.pkg.tar.xz
55
- mingw-w64-i686-libssh2-1.11.0-9801-any.pkg.tar.xz
6-
- mingw-w64-i686-libgit2-1.7.0-2-any.pkg.tar.xz
6+
- mingw-w64-i686-libgit2-1.7.1-9000-any.pkg.tar.xz
77
- mingw-w64-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz
88
- mingw-w64-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz
99
- mingw-w64-x86_64-libssh2-1.11.0-9801-any.pkg.tar.xz
10-
- mingw-w64-x86_64-libgit2-1.7.0-2-any.pkg.tar.xz
10+
- mingw-w64-x86_64-libgit2-1.7.1-9000-any.pkg.tar.xz
1111
- mingw-w64-ucrt-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz
1212
- mingw-w64-ucrt-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz
1313
- mingw-w64-ucrt-x86_64-libssh2-1.11.0-9801-any.pkg.tar.xz
14-
- mingw-w64-ucrt-x86_64-libgit2-1.7.0-2-any.pkg.tar.xz
14+
- mingw-w64-ucrt-x86_64-libgit2-1.7.1-9000-any.pkg.tar.xz

include/git2/sys/transport.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define INCLUDE_sys_git_transport_h
1010

1111
#include "git2/net.h"
12+
#include "git2/oidarray.h"
1213
#include "git2/proxy.h"
1314
#include "git2/remote.h"
1415
#include "git2/strarray.h"

include/git2/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* The version string for libgit2. This string follows semantic
1212
* versioning (v2) guidelines.
1313
*/
14-
#define LIBGIT2_VERSION "1.7.0"
14+
#define LIBGIT2_VERSION "1.7.1"
1515

1616
/** The major version number for this version of libgit2. */
1717
#define LIBGIT2_VER_MAJOR 1
@@ -20,7 +20,7 @@
2020
#define LIBGIT2_VER_MINOR 7
2121

2222
/** The revision ("teeny") version number for this version of libgit2. */
23-
#define LIBGIT2_VER_REVISION 0
23+
#define LIBGIT2_VER_REVISION 1
2424

2525
/** The Windows DLL patch number for this version of libgit2. */
2626
#define LIBGIT2_VER_PATCH 0

lib-4.9.3/i386/libgit2.a

-47.4 KB
Binary file not shown.

lib-4.9.3/i386/pkgconfig/libgit2.pc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ includedir="/mingw32/include"
44

55
Name: libgit2
66
Description: The git library, take 2
7-
Version: 1.7.0
7+
Version: 1.7.1
88
Libs: -L${libdir} -lgit2
9-
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw32/lib -liconv
10-
Requires.private: zlib
9+
Libs.private: -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw32/lib -liconv
10+
Requires.private: openssl zlib
1111
Cflags: -I${includedir}

lib-4.9.3/x64/libgit2.a

-42.9 KB
Binary file not shown.

lib-4.9.3/x64/pkgconfig/libgit2.pc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ includedir="/mingw64/include"
44

55
Name: libgit2
66
Description: The git library, take 2
7-
Version: 1.7.0
7+
Version: 1.7.1
88
Libs: -L${libdir} -lgit2
9-
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw64/lib -liconv
10-
Requires.private: zlib
9+
Libs.private: -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw64/lib -liconv
10+
Requires.private: openssl zlib
1111
Cflags: -I${includedir}

lib-8.3.0/i386/libgit2.a

-47.4 KB
Binary file not shown.

lib-8.3.0/i386/pkgconfig/libgit2.pc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ includedir="/mingw32/include"
44

55
Name: libgit2
66
Description: The git library, take 2
7-
Version: 1.7.0
7+
Version: 1.7.1
88
Libs: -L${libdir} -lgit2
9-
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw32/lib -liconv
10-
Requires.private: zlib
9+
Libs.private: -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw32/lib -liconv
10+
Requires.private: openssl zlib
1111
Cflags: -I${includedir}

lib-8.3.0/x64/libgit2.a

-42.9 KB
Binary file not shown.

lib-8.3.0/x64/pkgconfig/libgit2.pc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ includedir="/mingw64/include"
44

55
Name: libgit2
66
Description: The git library, take 2
7-
Version: 1.7.0
7+
Version: 1.7.1
88
Libs: -L${libdir} -lgit2
9-
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw64/lib -liconv
10-
Requires.private: zlib
9+
Libs.private: -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw64/lib -liconv
10+
Requires.private: openssl zlib
1111
Cflags: -I${includedir}

lib/x64/libgit2.a

-41.2 KB
Binary file not shown.

lib/x64/pkgconfig/libgit2.pc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ includedir="/ucrt64/include"
44

55
Name: libgit2
66
Description: The git library, take 2
7-
Version: 1.7.0
7+
Version: 1.7.1
88
Libs: -L${libdir} -lgit2
9-
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/ucrt64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/ucrt64/lib -liconv
10-
Requires.private: zlib
9+
Libs.private: -L/ucrt64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/ucrt64/lib -liconv
10+
Requires.private: openssl zlib
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)