1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 01:57:16 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Fredrik Fornwall
fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall
2fea11a306 squid: Configure with --disable-esi
Without --disable-esi the build process will enable esi, which does not
build without patches, if libxml2 or libexpat is available.
2018-08-22 08:29:55 +02:00
Fredrik Fornwall
9b3b3e09e3 squid: Update from 3.5.28 to 4.2 2018-08-16 12:01:42 +02:00
Fredrik Fornwall
5225f05e38 squid: Update from 3.5.27 to 3.5.28 2018-07-17 10:23:01 +02:00
Fredrik Fornwall
6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
vishalbiswas
481f948bb1 squid: update to 3.5.27 and --enable-delay-pools 2017-11-19 10:01:48 +01:00
Fredrik Fornwall
6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
ca7ca342b6 squid: Some configure arguments
- Avoid linking to libgnutls.
- Avoid linking to libsasl.
- Avoid linking to libdb2.
- Fix man page locations.
- Make libnettle and libltdl dependencies.
2017-06-12 03:11:00 +02:00
Vishal Biswas
27fa8f3854 tor update and enable squid cache server (#1077)
* tor: update from 0.3.0.7 to 0.3.0.8

* squid: update from 3.5.25 to 3.5.26 & enable package
2017-06-12 01:47:45 +02:00