termux-pacman-bot
dea32cd444
bump(main/apr): 1.7.5 + revbump revdeps
2024-09-01 10:08:59 +00:00
termux-pacman-bot
9bd9ae43d5
apr: Bump to 1.7.4
2023-06-03 11:48:41 +00:00
Maxython
f60ab37000
rebuild static packages ( #10 )
...
[skip ci]
2023-06-03 14:44:42 +03:00
termux-pacman-bot
dd90519357
apr: Bump to 1.7.4
2023-04-17 21:31:11 +00:00
termux-pacman-bot
8370982252
apr: Build-depend on libcrypt
...
to fix build of apache2.
2023-04-11 00:45:08 +00:00
termux-pacman-bot
4372048144
apr: Bump to 1.7.3
2023-04-02 22:30:58 +00:00
termux-pacman-bot
0374b1530a
*: 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-23 16:38:44 +00:00
termux-pacman-bot
6b3b75ac54
apr: Bump to 1.7.2
2023-02-02 21:02:27 +00:00
termux-pacman-bot
c0d06bd398
apr: Bump to 1.7.1
2023-02-01 19:32:00 +00:00
termux-pacman-bot
9a76002f98
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.
2023-01-03 12:01:28 +00:00
Ivan Max
57b7f161ee
Rebuild apr
2023-01-03 14:45:41 +03:00
termux-pacman-bot
7d84002bcf
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-29 08:40:34 +00:00
Maxython
ef369ee39e
recompiling packages with libuuid dependency
2022-12-29 11:38:20 +03:00
termux-pacman-bot
86d20da59c
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:01:15 +00:00
termux-actions[bot]
3d0867dc48
packages/apr
2022-03-23 13:27:34 +00:00
termux-actions[bot]
59fa15ebea
packages/apr
2022-01-02 20:18:45 +00:00
Maxython
1fe6119a02
packages/apr
2021-12-11 11:09:09 +03:00
Maxython
74d81a85d1
packages/apr
2021-12-10 23:05:22 +03:00
Maxython
8a2d6a3585
Update package apr
2021-11-02 15:34:48 +03: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