![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit d6a8be5f9c95c5cc2240e192fb38fce12b6b6ed6 Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 14 09:34:36 2022 +0100 libgit2: 1.3.0 -> 1.4.0 diff --git a/libgit2/.footprint b/libgit2/.footprint index 1defd6173..0ed44ba05 100644 --- a/libgit2/.footprint +++ b/libgit2/.footprint @@ -82,6 +82,7 @@ drwxr-xr-x root/root usr/include/git2/sys/ -rw-r--r-- root/root usr/include/git2/sys/refdb_backend.h -rw-r--r-- root/root usr/include/git2/sys/reflog.h -rw-r--r-- root/root usr/include/git2/sys/refs.h +-rw-r--r-- root/root usr/include/git2/sys/remote.h -rw-r--r-- root/root usr/include/git2/sys/repository.h -rw-r--r-- root/root usr/include/git2/sys/stream.h -rw-r--r-- root/root usr/include/git2/sys/transport.h @@ -94,8 +95,8 @@ drwxr-xr-x root/root usr/include/git2/sys/ -rw-r--r-- root/root usr/include/git2/version.h -rw-r--r-- root/root usr/include/git2/worktree.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libgit2.so -> libgit2.so.1.3 -lrwxrwxrwx root/root usr/lib/libgit2.so.1.3 -> libgit2.so.1.3.0 --rwxr-xr-x root/root usr/lib/libgit2.so.1.3.0 +lrwxrwxrwx root/root usr/lib/libgit2.so -> libgit2.so.1.4 +lrwxrwxrwx root/root usr/lib/libgit2.so.1.4 -> libgit2.so.1.4.0 +-rwxr-xr-x root/root usr/lib/libgit2.so.1.4.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libgit2.pc diff --git a/libgit2/.signature b/libgit2/.signature index b00463709..afce97112 100644 --- a/libgit2/.signature +++ b/libgit2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33ZKD7uy4TFmX6ApOzn7cOa2hCDAL9GwEqY1QQt/uRnmLta36izq7KEbdq8PSleqH1De5oVXyLxSPGPcOSXJpgA= -SHA256 (Pkgfile) = 7d74270d1be40eb26e457a2eb420be2a9297f912f29c03ea0df91d270257d5c1 -SHA256 (.footprint) = 494c179d6f7fdecd8840a2eee7ef0924b54afcf6cfe3a0fc4a81c08e0e359e9a -SHA256 (libgit2-1.3.0.tar.gz) = 192eeff84596ff09efb6b01835a066f2df7cd7985e0991c79595688e6b36444e +RWSagIOpLGJF3wuB/BlDdF6A0HtwBEM7YbIEOzGkwMSKA0JQStznkkFYMt20ZxS1eIqeyvkTloWTCh7j2N2ExkUj9w9kIxZxJgo= +SHA256 (Pkgfile) = 05a5ef5724bd862b6039732e5b46beca37bc279ec25e27982f682b204c83dcab +SHA256 (.footprint) = 5b7607e7f6d4cb02f2a2f124287e2b6f886978c0c696f0dc9f214703662ad426 +SHA256 (libgit2-1.4.0.tar.gz) = 9051e75964350054d5e3f9339bc4d1fb56ac14949710e3860f98f07a0433fa25 diff --git a/libgit2/Pkgfile b/libgit2/Pkgfile index f35692dea..12740d978 100644 --- a/libgit2/Pkgfile +++ b/libgit2/Pkgfile @@ -4,13 +4,16 @@ # Depends on: cmake http-parser name=libgit2 -version=1.3.0 +version=1.4.0 release=1 source=(https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz) build() { prt-get isinst ninja && PKGMK_LIBGIT2+=' -G Ninja' + sed -i -e 's:HTTP_Parser:HTTPParser:' \ + $name-$version/cmake/SelectHTTPParser.cmake + cmake -S $name-$version -B build $PKGMK_LIBGIT2 \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \