Commit Graph

38 Commits

Author SHA1 Message Date
Fredrik Fornwall 2de08a8ffb unrar: Update from 5.8.4 to 5.8.5 2019-12-12 21:12:04 +01:00
Fredrik Fornwall a2ee532502 unrar: Update from 5.8.3 to 5.8.4 2019-11-20 23:55:23 +01:00
Fredrik Fornwall 4552abc8e6 unrar: Update from 5.8.2 to 5.8.3 2019-10-23 10:12:43 +02:00
Leonid Pliushch 99c57ad624 unrar: update to 5.8.2 2019-09-29 13:00:26 +03:00
Leonid Pliushch 160c24ac10 unrar: update to 5.8.1 2019-09-08 02:53:13 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch a9e7d91baf unrar: bump revision 2019-06-20 04:09:12 +03:00
Henrik Grimler 154faecd7b Specify license files for packages with custom licenses 2019-05-19 21:36:30 +03:00
Leonid Pliushch 9b08ef87b3 unrar: update to 5.7.5 2019-05-02 01:40:53 +03:00
Fredrik Fornwall a5ea858847 unrar: Update from 5.7.3 to 5.7.4 2019-04-13 09:32:19 +02:00
Leonid Pliushch fd11dfb7c4 update license info & bump revisions for sl, unrar, frobtads 2019-04-12 17:24:48 +03:00
Leonid Pliushch cded93e316 Revert "frobtads, sl, unrar: disable packages because their license is not accepted by hosting"
This reverts commit d941ce1f79c4a66ac183a3b0b94082d47788a394.
2019-04-12 17:18:14 +03:00
Leonid Pliushch 53a9ab7a8f frobtads, sl, unrar: disable packages because their license is not accepted by hosting
Bintray denied license requests for these packages, therefore we cannot provide
them via main repository.
2019-03-29 03:42:47 +02:00
Fredrik Fornwall fe3d53e872 libmpfr&unrar: Bump packages
These seems to work with DT_RUNPATH now (see #3490).
2019-03-11 00:19:37 +01:00
Fredrik Fornwall 795c656102 unrar: Update from 5.7.1 to 5.7.3 2019-03-01 23:37:48 +01:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Fredrik Fornwall d688388a3e unrar: Update from 5.6.8 to 5.7.1 2019-02-03 22:47:39 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 9b6f229163 unrar: Update from 5.6.7 to 5.6.8 2018-10-08 02:51:13 +02:00
Fredrik Fornwall 73b1719c82 unrar: Update from 5.6.6 to 5.6.7 2018-10-02 02:05:15 +02:00
Leonid Pliushch 6d33f94a5f fix packages that require getpass()
Changed packages:

  * alpine
  * dropbear
  * emacs
  * isync
  * lftp
  * msmtp
  * newsboat
  * rsync
  * screen
  * texlive-bin
  * unrar
  * w3m
2018-09-11 00:55:00 +02:00
Fredrik Fornwall e981fc9646 unrar: Update from 5.6.5 to 5.6.6 2018-09-04 23:42:28 +02:00
Leonid Pliushch 20e5d8252f unrar: fix getpass()
1. Use TCSANOW instead of TSAFLUSH to prevent failure on Android 8.
2. Return empty password if failed to read from console, fixes segfault.
2018-07-03 13:25:09 +02:00
Fredrik Fornwall 843fb5e43d unrar: Update from 5.6.4 to 5.6.5 2018-06-27 10:28:01 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall 80eccf01da unrar: Update from 5.6.3 to 5.6.4 2018-05-17 19:38:03 +02:00
Fredrik Fornwall 9fb0b82ea4 unrar: Update from 5.6.2 to 5.6.3 2018-04-22 21:45:23 +02:00
Fredrik Fornwall f27d7b669e unrar: Update from 5.6.1 to 5.6.2 2018-04-01 23:46:10 +02:00
Fredrik Fornwall d7455b1376 unrar: Update from 5.5.8 to 5.6.1 2018-03-12 13:02:43 +01:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Leonid Pliushch 599d1a9f06 unrar: make getpass() static 2017-09-14 20:26:17 +02:00
Leonid Pliushch c0823dfbf4 unrar: rewrite getpass() so password will not be echoed 2017-09-14 20:26:17 +02:00
Leonid Pliushch 08c7415f52 unrar: update to 5.5.8 2017-09-14 20:26:17 +02: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 a612606bce unrar: Update from 5.4.5 to 5.5.4 2017-06-12 02:14:45 +02:00
Fredrik Fornwall 39b61263b5 unrar: Update from 5.3.2 to 5.4.5 2017-01-31 13:12:45 +01:00
Fredrik Fornwall 542a284d1f unrar: Update from 5.0.14 to 5.3.2 2015-08-25 17:03:16 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00