summaryrefslogtreecommitdiff
path: root/package/curl
AgeCommit message (Collapse)Author
2 dayscurl: update to 8.7.1Waldemar Brodkorb
2024-02-23curl: disable libpsl for the hostWaldemar Brodkorb
2024-02-22curl: update to 8.6.0Waldemar Brodkorb
2024-02-20curl: remove unused configure argumentWaldemar Brodkorb
2024-02-04curl: fix menu creationWaldemar Brodkorb
2024-01-29curl: update to 8.5.0Waldemar Brodkorb
2023-08-13curl: add openssl support and update to 8.2.1Waldemar Brodkorb
2023-05-26curl: update to 8.1.1Waldemar Brodkorb
2022-03-31curl: update to 7.82Waldemar Brodkorb
2021-11-19git: update to 2.34.0, needs curl dependency because SSL is otherwise not ↵Waldemar Brodkorb
activated
2021-11-04curl: update to 7.79.1Waldemar Brodkorb
2021-03-31curl: update to 7.75.0Waldemar Brodkorb
2018-05-21curl: use ca-path, make git clone ssl url workingWaldemar Brodkorb
2018-05-20curl: update to 7.60Waldemar Brodkorb
2018-04-10curl: update to 7.59.0Waldemar Brodkorb
2018-02-10curl: update to 7.58.0Waldemar Brodkorb
2017-12-25curl: update to 7.57.0Waldemar Brodkorb
2017-11-02curl: update to 7.56.1Waldemar Brodkorb
2017-10-08curl: update to 7.56.0Waldemar Brodkorb
2017-07-25curl: libgmp not neededWaldemar Brodkorb
2017-06-24curl: update to 7.54.1Waldemar Brodkorb
2017-04-23curl: update to 7.54.0Waldemar Brodkorb
2017-03-06curl: update to 7.53.1Waldemar Brodkorb
2017-02-23curl: update to 7.53.0Waldemar Brodkorb
2016-12-26curl: update to 7.52.1Waldemar Brodkorb
2016-12-04curl: update to 7.51.0Waldemar Brodkorb
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-09-14curl: update to 7.50.3Waldemar Brodkorb
2016-09-09curl: update to 7.50.2Waldemar Brodkorb
2016-08-05curl: update to 7.50.1Waldemar Brodkorb
2016-07-21curl: update to 7.50.0Waldemar Brodkorb
2016-07-17curl: update to 7.49.1Waldemar Brodkorb
2016-05-25curl: update to 7.49.0Waldemar Brodkorb
2016-04-13curl: fix with latest libresslWaldemar Brodkorb
2016-04-01curl: update to 7.48.0Waldemar Brodkorb
2016-02-29curl: update to latest stable versionWaldemar Brodkorb
2016-02-01curl: update to latest stable versionWaldemar Brodkorb
2015-12-21curl: add host variantWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-10-12curl: allow libressl to be choosenWaldemar Brodkorb
2015-09-03update curl to latest stable versionWaldemar Brodkorb
2015-07-13enable curl ssl, fixes youtube playbackWaldemar Brodkorb
2015-07-02update curl to latest upstreamWaldemar Brodkorb
2015-05-02update curl to latest stable versionWaldemar Brodkorb
2015-04-25update curl to latest stable versionWaldemar Brodkorb
2015-04-06rename cyassl-> wolfsslWaldemar Brodkorb
2015-03-02update to latest stable upstream versionWaldemar Brodkorb
2015-02-03add support for cyassl, update to latest upstreamWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-21no ssl as defaultWaldemar Brodkorb