Commit Graph

22 Commits

Author SHA1 Message Date
Termux Github Actions c93efad99f patchelf: update to 0.14.5
This commit has been automatically submitted by Github Actions.
2022-02-21 18:22:31 +00:00
Termux Github Actions 8c93ca0454 patchelf: update to 0.14.3
This commit has been automatically submitted by Github Actions.
2021-12-05 18:28:08 +00:00
Termux Github Actions d46ce3b6fe patchelf: update to 0.14.2
This commit has been automatically submitted by Github Actions.
2021-11-29 12:17:34 +00:00
Termux Github Actions 4256e37f97 patchelf: update to 0.14.1
This commit has been automatically submitted by Github Actions.
2021-11-28 11:03:52 +00:00
Termux Github Actions 0609194e81 patchelf: update to 0.14
This commit has been automatically submitted by Github Actions.
2021-11-27 18:21:30 +00:00
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Termux Github Actions 1353ec074b patchelf: update to 0.13
This commit has been automatically submitted by Github Actions.
2021-08-05 18:13:45 +00:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Butta ab3fa81b6f dash: update from 0.5.11.1 to 0.5.11.2
patchelf: update from 0.11 to 0.12

wireguard-tools: update from 1.0.20200820 to 1.0.20200827
2020-08-28 20:56:12 +05:30
Leonid Pliushch 95ff7e5de2 patchelf: update to 0.11 2020-06-21 19:19:40 +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 a648c638df patchelf: bump revision 2019-06-20 00:51:21 +03:00
Fredrik Fornwall 85810ef130 patchelf: Update from git snapshot to 0.10 2019-04-04 00:24:31 +02:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall 2f3f18d144 patchelf: Update to git master (see #1706) 2017-10-26 00:32:04 +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 37832a5db1 patchelf: Switch to source from upstream
Switch from
  https://github.com/linux-on-android/patchelf
to the upstream project
  https://github.com/NixOS/patchelf
2017-04-30 11:28:48 +02:00
its-pointless 0c1943b893 Android Patchelf utility (#973) 2017-04-30 11:18:00 +02:00