Commit Graph

55 Commits

Author SHA1 Message Date
Termux Github Actions 71cf7a335b bump(main/libarchive): 3.7.4
This commit has been automatically submitted by Github Actions.
2024-04-26 12:14:57 +00:00
Chongyun Lee 48b56a32cb libarchive: bump to 3.7.3 2024-04-09 02:10:07 +08:00
Chongyun Lee 0d4e350e18 libarchive: backport upstream fix 2024-04-05 12:30:43 +08:00
Termux Github Actions 510e1be855 bump(main/libarchive): 3.7.2
This commit has been automatically submitted by Github Actions.
2023-09-12 02:08:31 +00:00
Chongyun Lee bd2b7b97a6 libarchive: bump to 3.7.1 2023-07-30 13:41:44 +08:00
Chongyun Lee e1c921960c libarchive: bump to 3.7.0 2023-07-19 10:22:51 +08:00
Tee KOBAYASHI 43de184b3e *: Remove version specifier for libxml2 in dependency
Effectively reverts commit 0120a4048a.

%ci:no-build
2023-07-02 18:23:39 +09:00
Tee KOBAYASHI 58bff2bcb8 libarchive: Revbump to rebuild
due to SONAME change in libxml2.
2023-07-02 09:54:21 +09:00
Tee KOBAYASHI 0120a4048a *: Add version specifier for libxml2 in dependency
Will be reverted afterwards.

%ci:no-build
2023-07-02 09:00:23 +09:00
Tee KOBAYASHI 7d499863fa some packages: Re-enable clang16-porting
for

- flex
- jsoncpp
- libarchive
- rhash

%ci:no-build
2023-04-02 05:06:01 +09:00
Tee KOBAYASHI 10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Tee KOBAYASHI 6a9c7e0c5b libarchive: Add SOVERSION guard
%ci:no-build
2022-12-27 14:20:07 +00:00
Tee KOBAYASHI da6cfa15f4 libarchive: Fix pkgconfig file
Upstream: https://github.com/libarchive/libarchive/issues/1766
2022-12-10 22:49:33 +00:00
Termux Github Actions 9354fabaa8 bump(main/libarchive): 3.6.2
This commit has been automatically submitted by Github Actions.
2022-12-09 18:09:18 +00:00
Tee KOBAYASHI fbba456ff2 libarchive: Update to 3.6.1 2022-04-08 23:21:14 +09:00
Tee KOBAYASHI 7f4cb4bb0f libarchive: Add patch for CVE-2022-26280 2022-03-30 05:31:55 +09:00
Yaksh Bariya 4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
Tee KOBAYASHI e0801b8ab4 libarchive: Update to 3.6.0 2022-02-28 11:50:01 +05:30
Yaksh Bariya 1bfc5f9865 revbump all remaining packages that depend on openssl
%ci:no-build

Manual rebuilds will be triggered for all the packages
2022-02-26 04:25:43 +00:00
Termux Github Actions 132923624e libarchive: update to 3.5.3
This commit has been automatically submitted by Github Actions.
2022-02-08 09:39:13 +00:00
Ivan Max 3eecfd44c5
bsdtar: add to base-devel group (#8154) 2021-12-06 11:22:40 +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
Lucinda May Phipps 38a4275e6a
libarchive: update to 3.5.2 2021-09-03 00:12:22 +01:00
Leonid Pliushch 806e459de6
libarchive: update to 3.5.1 2020-12-27 19:39:55 +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 2bbc6b814f
libarchive: update to 3.5.0 2020-12-07 21:39:57 +00:00
its-pointless ec0d56f6bc libarchive: don't link acl and attr 2020-07-09 13:51:35 +02:00
Henrik Grimler dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
Leonid Pliushch 6583ba7025 libarchive: update to 3.4.3 2020-05-26 16:57:27 +03:00
Henrik Grimler 6c4affb005 Bump liblzma and dependent packages to restart CI
All except php since it has been uploaded manually
2020-03-20 08:54:28 +01:00
Leonid Pliushch 6d7e9429f7 bump liblzma-dependent packages 2020-03-19 20:58:37 +02:00
Leonid Pliushch 3bff8fc6c6 libarchive: rebuild 2020-02-16 19:19:25 +02:00
Fredrik Fornwall d87f7e4818 libarchive: Update from 3.4.1 to 3.4.2 2020-02-15 23:30:39 +01:00
Leonid Pliushch 7d0f21af76 libarchive: update to 3.4.1 2019-12-31 15:14:14 +02:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Fredrik Fornwall 1941efb6b7 libarchive: Update from 3.3.3 to 3.4.0 2019-06-24 22:18:28 +02:00
Leonid Pliushch 7231a09c4c libarchive: bump revision after 0d1170cc 2019-05-06 16:54:20 +03:00
Leonid Pliushch b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Leonid Pliushch 30addee83a liblzma: build versioned library 2019-05-03 17:02:21 +03:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Leonid Pliushch 37e6c444f7 libarchive: fix path to /tmp 2019-03-02 14:52:35 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall f69f4e0c16 libarchive: Build with --without-zstd 2018-09-14 20:57:44 +02:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall 80a868df66 libarchive: Update from 3.3.2 to 3.3.3 2018-09-04 22:02:53 +02:00
Fredrik Fornwall d9f0ad7bf6 libarchive: Configure with --without-lz4
This prevents opportunistic linkage against liblz4.so.
2018-08-25 16:54:53 +02:00
Fredrik Fornwall 5d6f3ddac3 libarchive: Update from 3.3.1 to 3.3.2 2017-07-20 22:06:32 +02:00
Fredrik Fornwall 6d02fb3bc7 libarchive: Update from 3.2.2 to 3.3.1 2017-03-27 02:38:37 +02:00
Fredrik Fornwall 3b176da0df libarchive: Update from 3.2.1 to 3.2.2 2016-10-31 18:41:18 -04:00
Fredrik Fornwall cd8c1a2b61 libarchive: Update from 3.2.0 to 3.2.1 2016-08-10 18:38:48 -04:00