]> git.armaanb.net Git - asd-repo.git/commitdiff
git: update libcurl
authorArmaan Bhojwani <me@armaanb.net>
Mon, 19 Jul 2021 15:18:30 +0000 (11:18 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 19 Jul 2021 15:18:30 +0000 (11:18 -0400)
core/curl/build
core/curl/version
core/git/build
core/git/depends
core/git/sources
core/git/version

index ac49964f65d622da88045ee18ca68d79cf042025..92b5bb595e5c1afb083311e43899177870c4efae 100755 (executable)
     --without-libpsl \
     --with-pic \
     --with-openssl \
-    --with-ca-fallback
+    --with-ca-fallback \
+    --disable-ftp \
+    --disable-file \
+    --disable-ldap \
+    --disable-ldaps \
+    --disable-rtsp \
+    --disable-proxy \
+    --disable-dict \
+    --disable-telnet \
+    --disable-tftp \
+    --disable-pop3 \
+    --disable-imap \
+    --disable-smb \
+    --disable-smtp \
+    --disable-gopher \
+    --disable-mqtt
 
 make curl_LDFLAGS=-all-static
 make DESTDIR="$1" install
index 2df10bcd33c5cca3c1eb08d4675c0c503f90ae00..18f11780314b67aecbd1d1d0453de49017d388ff 100644 (file)
@@ -1 +1 @@
-7.77.0 1
+7.77.0 2
index f249eddab34d75516bdac26ec5114c79cf59374f..16bea6fec6abee25b438bc78b72c461f640d6c85 100755 (executable)
@@ -7,24 +7,21 @@ NO_GETTEXT=YesPlease
 NO_SVN_TESTS=YesPlease
 NO_TCLTK=YesPlease
 NO_NSEC=YesPlease
+NO_PERL=YesPlease
 NO_SVN_TESTS=YesPlease
 NO_SYS_POLL_H=1
 NO_CROSS_DIRECTORY_HARDLINKS=1
 NO_INSTALL_HARDLINKS=1
-NO_PERL=YesPlease
 EOF
 
 ./configure \
     --prefix=/usr \
     --libexecdir=/usr/lib \
-    ac_cv_lib_curl_curl_global_init=no \
+    ac_cv_lib_curl_curl_global_init=yes \
     ac_cv_snprintf_returns_bogus=no \
     ac_cv_fread_reads_directories=yes
 
-gmake LIBS="libgit.a xdiff/lib.a -lz"
+gmake LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz"
 gmake DESTDIR="$1" install
 
-cp -rf man "$1/usr/share/man"
-rm -rf \
-    "$1/usr/share/gitweb" \
-    "$1/usr/share/git-core/templates/hooks/*"
+cp -Rf man "$1/usr/share/man"
index b4099d73f24e1db2a89facd945c9c01f2a55d30d..47865d7913a2f0e83b148b56ca7cd788a86d6c24 100644 (file)
@@ -1,5 +1,4 @@
+curl     make
 gmake    make
-libevent
 libressl make
-python
 zlib     make
index 311ad2e71006399ef6d7d4ac918e6e48159f5178..ce3eea2893bb3e8a7676f6a2d2cee3fd38db6090 100644 (file)
@@ -1,2 +1,2 @@
-https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.32.0.tar.xz
-https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.32.0.tar.xz man
+https://mirrors.edge.kernel.org/pub/software/scm/git/git-VERSION.tar.xz
+https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-VERSION.tar.xz man
index ae682e55f9690162d0c5d799def40033b5747e1d..e10fdcb0e9eb56fd886efa838b8c914fe8f42a14 100644 (file)
@@ -1 +1 @@
-2.32.0 3
+2.32.0 1