This repository was archived by the owner on Jan 16, 2024. It is now read-only.
File tree 13 files changed +22
-21
lines changed
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
2
2
3
3
- mingw-w64-i686-zlib-1.2.11-9100-any.pkg.tar.xz
4
4
- mingw-w64-i686-openssl-3.1.1-9800-any.pkg.tar.xz
5
5
- 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
7
7
- mingw-w64-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz
8
8
- mingw-w64-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz
9
9
- 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
11
11
- mingw-w64-ucrt-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz
12
12
- mingw-w64-ucrt-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz
13
13
- 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 9
9
#define INCLUDE_sys_git_transport_h
10
10
11
11
#include "git2/net.h"
12
+ #include "git2/oidarray.h"
12
13
#include "git2/proxy.h"
13
14
#include "git2/remote.h"
14
15
#include "git2/strarray.h"
Original file line number Diff line number Diff line change 11
11
* The version string for libgit2. This string follows semantic
12
12
* versioning (v2) guidelines.
13
13
*/
14
- #define LIBGIT2_VERSION "1.7.0 "
14
+ #define LIBGIT2_VERSION "1.7.1 "
15
15
16
16
/** The major version number for this version of libgit2. */
17
17
#define LIBGIT2_VER_MAJOR 1
20
20
#define LIBGIT2_VER_MINOR 7
21
21
22
22
/** The revision ("teeny") version number for this version of libgit2. */
23
- #define LIBGIT2_VER_REVISION 0
23
+ #define LIBGIT2_VER_REVISION 1
24
24
25
25
/** The Windows DLL patch number for this version of libgit2. */
26
26
#define LIBGIT2_VER_PATCH 0
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw32/include"
4
4
5
5
Name: libgit2
6
6
Description: The git library, take 2
7
- Version: 1.7.0
7
+ Version: 1.7.1
8
8
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
11
11
Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw64/include"
4
4
5
5
Name: libgit2
6
6
Description: The git library, take 2
7
- Version: 1.7.0
7
+ Version: 1.7.1
8
8
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
11
11
Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw32/include"
4
4
5
5
Name: libgit2
6
6
Description: The git library, take 2
7
- Version: 1.7.0
7
+ Version: 1.7.1
8
8
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
11
11
Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/mingw64/include"
4
4
5
5
Name: libgit2
6
6
Description: The git library, take 2
7
- Version: 1.7.0
7
+ Version: 1.7.1
8
8
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
11
11
Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ includedir="/ucrt64/include"
4
4
5
5
Name: libgit2
6
6
Description: The git library, take 2
7
- Version: 1.7.0
7
+ Version: 1.7.1
8
8
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
11
11
Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments