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

Commit

Permalink
Bundle 1.7.1-9000 (2023-09-26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 26, 2023
1 parent 9cdc8cc commit 05e32cf
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 21 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# libgit2 1.7.0-2
# libgit2 1.7.1-9000

- mingw-w64-i686-zlib-1.2.11-9100-any.pkg.tar.xz
- mingw-w64-i686-openssl-3.1.1-9800-any.pkg.tar.xz
- mingw-w64-i686-libssh2-1.11.0-9801-any.pkg.tar.xz
- mingw-w64-i686-libgit2-1.7.0-2-any.pkg.tar.xz
- mingw-w64-i686-libgit2-1.7.1-9000-any.pkg.tar.xz
- mingw-w64-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz
- mingw-w64-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz
- mingw-w64-x86_64-libssh2-1.11.0-9801-any.pkg.tar.xz
- mingw-w64-x86_64-libgit2-1.7.0-2-any.pkg.tar.xz
- mingw-w64-x86_64-libgit2-1.7.1-9000-any.pkg.tar.xz
- mingw-w64-ucrt-x86_64-zlib-1.2.11-9100-any.pkg.tar.xz
- mingw-w64-ucrt-x86_64-openssl-3.1.1-9800-any.pkg.tar.xz
- mingw-w64-ucrt-x86_64-libssh2-1.11.0-9801-any.pkg.tar.xz
- mingw-w64-ucrt-x86_64-libgit2-1.7.0-2-any.pkg.tar.xz
- mingw-w64-ucrt-x86_64-libgit2-1.7.1-9000-any.pkg.tar.xz
1 change: 1 addition & 0 deletions include/git2/sys/transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define INCLUDE_sys_git_transport_h

#include "git2/net.h"
#include "git2/oidarray.h"
#include "git2/proxy.h"
#include "git2/remote.h"
#include "git2/strarray.h"
Expand Down
4 changes: 2 additions & 2 deletions include/git2/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The version string for libgit2. This string follows semantic
* versioning (v2) guidelines.
*/
#define LIBGIT2_VERSION "1.7.0"
#define LIBGIT2_VERSION "1.7.1"

/** The major version number for this version of libgit2. */
#define LIBGIT2_VER_MAJOR 1
Expand All @@ -20,7 +20,7 @@
#define LIBGIT2_VER_MINOR 7

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

/** The Windows DLL patch number for this version of libgit2. */
#define LIBGIT2_VER_PATCH 0
Expand Down
Binary file modified lib-4.9.3/i386/libgit2.a
Binary file not shown.
6 changes: 3 additions & 3 deletions lib-4.9.3/i386/pkgconfig/libgit2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ includedir="/mingw32/include"

Name: libgit2
Description: The git library, take 2
Version: 1.7.0
Version: 1.7.1
Libs: -L${libdir} -lgit2
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw32/lib -liconv
Requires.private: zlib
Libs.private: -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw32/lib -liconv
Requires.private: openssl zlib
Cflags: -I${includedir}
Binary file modified lib-4.9.3/x64/libgit2.a
Binary file not shown.
6 changes: 3 additions & 3 deletions lib-4.9.3/x64/pkgconfig/libgit2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ includedir="/mingw64/include"

Name: libgit2
Description: The git library, take 2
Version: 1.7.0
Version: 1.7.1
Libs: -L${libdir} -lgit2
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw64/lib -liconv
Requires.private: zlib
Libs.private: -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw64/lib -liconv
Requires.private: openssl zlib
Cflags: -I${includedir}
Binary file modified lib-8.3.0/i386/libgit2.a
Binary file not shown.
6 changes: 3 additions & 3 deletions lib-8.3.0/i386/pkgconfig/libgit2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ includedir="/mingw32/include"

Name: libgit2
Description: The git library, take 2
Version: 1.7.0
Version: 1.7.1
Libs: -L${libdir} -lgit2
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw32/lib -liconv
Requires.private: zlib
Libs.private: -L/mingw32/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw32/lib -liconv
Requires.private: openssl zlib
Cflags: -I${includedir}
Binary file modified lib-8.3.0/x64/libgit2.a
Binary file not shown.
6 changes: 3 additions & 3 deletions lib-8.3.0/x64/pkgconfig/libgit2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ includedir="/mingw64/include"

Name: libgit2
Description: The git library, take 2
Version: 1.7.0
Version: 1.7.1
Libs: -L${libdir} -lgit2
Libs.private: -lrpcrt4 -lcrypt32 -lole32 -lsecur32 -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lz -LD:/a/_temp/msys64/mingw64/lib -liconv
Requires.private: zlib
Libs.private: -L/mingw64/lib -lssh2 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 -lz -lsecur32 -LD:/a/_temp/msys64/mingw64/lib -liconv
Requires.private: openssl zlib
Cflags: -I${includedir}
Binary file modified lib/x64/libgit2.a
Binary file not shown.
6 changes: 3 additions & 3 deletions lib/x64/pkgconfig/libgit2.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ includedir="/ucrt64/include"

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

0 comments on commit 05e32cf

Please sign in to comment.