This repository was archived by the owner on Jan 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +22
-21
lines changed
Expand file tree Collapse file tree 13 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw32/include"
44
55Name: libgit2
66Description: The git library, take 2
7- Version: 1.7.0
7+ Version: 1.7.1
88Libs: -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
1111Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw64/include"
44
55Name: libgit2
66Description: The git library, take 2
7- Version: 1.7.0
7+ Version: 1.7.1
88Libs: -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
1111Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw32/include"
44
55Name: libgit2
66Description: The git library, take 2
7- Version: 1.7.0
7+ Version: 1.7.1
88Libs: -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
1111Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments