Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25ae0b955050
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ddd3004db963
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 23, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    archen Kevin Glavin
    Copy the full SHA
    ddd3004 View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 net-misc/curl/{curl-7.76.1.recipe → curl-7.78.0.recipe}
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ COPYRIGHT="1996-2020 Daniel Stenberg"
LICENSE="Curl"
REVISION="1"
SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="7a8e184d7d31312c4ebf6a8cb59cd757e61b2b2833a9ed4f9bf708066e7695e9"
CHECKSUM_SHA256="98530b317dc95ccb324bbe4f834f07bb642fbc393b794ddf3434f246a71ea44a"
ADDITIONAL_FILES="curl.rdef"

ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc sparc m68k"
@@ -30,6 +30,7 @@ REQUIRES="
haiku$secondaryArchSuffix
ca_root_certificates
lib:libnghttp2$secondaryArchSuffix
lib:libssh2$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -49,6 +50,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libnghttp2$secondaryArchSuffix
devel:libssh2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
@@ -88,6 +90,7 @@ BUILD()
autoconf
CPPFLAGS=-D_BSD_SOURCE runConfigure ./configure \
--enable-ipv6 --enable-manual \
--with-openssl --with-libssh2 \
--with-ca-bundle="$certsDir/CARootCertificates.pem"
make $jobArgs
}