Commit Graph

39 Commits

Author SHA1 Message Date
Tee KOBAYASHI 95ce5af0ec apr: Bump to 1.7.4 2023-04-18 06:23:02 +09:00
Tee KOBAYASHI ecfdcb69b3 apr: Build-depend on libcrypt
to fix build of apache2.
2023-04-11 09:14:57 +09:00
Tee KOBAYASHI fc81b1ef48 apr: Bump to 1.7.3 2023-04-03 07:10:55 +09:00
Tee KOBAYASHI a6394bf557 *: Remove version specifier for libuuid in deps
Not making much sense because partial upgrading is not supported in the
first place. Also note that this specifier did not prevent libuuid from
being upgraded, leaving its reverse dependencies behind.

%ci:no-build
2023-02-24 00:59:35 +09:00
Tee KOBAYASHI 275d3bd5f6 apr: Bump to 1.7.2 2023-02-02 21:02:01 +00:00
Tee KOBAYASHI ebcddbb119 apr: Bump to 1.7.1 2023-02-01 19:19:28 +00:00
Henrik Grimler 11af5a371a
rebuild(deps:main/libuuid): libuuid is now a subpkg of util-linux
This commit bumps all packages except swift, qt5-qtbase and tigervnc
that depend on libuuid.
2022-12-28 09:14:12 +01:00
Tee KOBAYASHI 89e925af73 apr: Get rid of references to leaked builtins 2022-03-23 21:52:48 +09:00
xtkoba 3f8ed120f6
apr: Add configure args for cross compilation 2022-01-02 13:23:19 +01:00
Henrik Grimler 93b07f50b8 apr: fix build
Need to change mirror and also rebuild it so that some of the tools
get the correct name with ndk r23, i.e.
aarch64-linux-android-nm -> llvm-nm
and similar for other tools.
2021-10-31 20:29:20 +01:00
Henrik Grimler aab687005a apr: update sha256sum as well 2021-05-21 19:31:04 +02:00
Henrik Grimler f236b4e518 apr: update source url 2021-05-21 19:30:06 +02: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
Leonid Pliushch b27684d086 rebuild packages: apache2, apr, apr-util 2019-12-31 17:58:13 +02: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 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch d82262aec4 apache2: avoid use of getrandom() which may not be implemented
Issue https://github.com/termux/termux-packages/issues/3883.

***

Fix doesn't seem to be needed on devices running Android 7+, but in
NDK getrandom() declared as:

  ssize_t getrandom(void* __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTRODUCED_IN(28);

So applying patch anyway.
2019-06-30 17:53:26 +03:00
Fredrik Fornwall 54786188a8 apr: Update from 1.6.5 to 1.7.0 2019-05-06 00:08:09 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Henrik Grimler cb2a37bb5e apr: fix $NM path in share/apr-1/build/libtool 2019-01-23 00:10:34 +01:00
Leonid Pliushch 361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Fredrik Fornwall f9465d7c3a apr: Update from 1.6.3 to 1.6.5 2018-09-19 07:46:17 +02:00
Fredrik Fornwall ea61862721 Add scripts/lint-packages.py
Harmonize the layout by having the first two lines of a package
definition always be the homepage and the description.
2017-12-05 22:48:12 +01:00
Fredrik Fornwall 0ee3edf5f7 Improve various package descriptions 2017-12-05 22:33:04 +01:00
Fredrik Fornwall 5cd43b4569 apr: Update from 1.6.2 to 1.6.3 2017-10-28 15:52:47 +02:00
Fredrik Fornwall 6ec0b6ba84 apr: Specify correct sizeof(struct iovec)
Also bump package revision
2017-08-18 23:05:05 +02:00
Stephen 697ff27797 need files for apr-util build
#1169
2017-08-18 22:34:48 +02:00
Fredrik Fornwall 7dcbf4089d apr&apr-util: Bump revision after package updates 2017-08-07 22:20:59 +02:00
Stephen 7ea26e738e Update build.sh 2017-08-07 22:19:32 +02:00
Stephen 4a25123e73 add apr-1-config to apr-dev
required for autoconf detection of apr
2017-08-07 22:19:32 +02:00
Fredrik Fornwall 3b6337d4ba apr: Update from 1.5.2 to 1.6.2 2017-07-16 18:48:54 +02:00
Fredrik Fornwall 9684634c6b apr&apr-util: Bump build revision 2017-06-06 11:48:57 +02:00
Fredrik Fornwall 23289d81e9 Add some more source checksums 2017-02-12 22:15:13 +01:00
Fredrik Fornwall af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall a12d9baca5 apr: Switch to using mirror for source 2016-08-02 05:39:03 -04:00
Fredrik Fornwall bb27a0ec42 Various package updates
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall 38af0a82e6 apr: Depend on libuuid 2015-07-15 08:02:28 -04:00
Fredrik Fornwall 49ca09e5e5 Fix wait3() function and bump build revisions 2015-07-11 17:43:48 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00