Commit Graph

35 Commits

Author SHA1 Message Date
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
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
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 d77d425626 transmission: sync patches with x11-packages 2020-09-23 23:27:35 +03:00
Henrik Grimler 86816e7bf0 transmission: do not specify folders in service script
Let user specify them in ~/.config/transmission-daemon/settings.json
instead, see https://github.com/termux/termux-packages/issues/5571.
2020-08-01 21:35:24 +02:00
Henrik Grimler 0f5cf18c69 transmission: use new termux_git_clone_src function, specify branch 2020-07-21 10:14:19 +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 702a7f1e41 transmission: bump revision 2020-06-16 13:37:22 +03:00
Faheem Pervez 1dfd7534b0 transmission: use correct /tmp directory 2020-06-16 13:37:22 +03:00
Faheem Pervez d599be1e7f transmission: define _POSIX_C_SOURCE to allow realpath(foo, NULL)
Android 7 allows realpath() to be called with the resolved parameter as NULL.
(See tags/android-7.0.0_r1/libc/upstream-freebsd/lib/libc/stdlib/realpath.c#68)
In tr_sys_path_resolve(), a tiny bit of time can be saved by doing so.
2020-06-16 13:37:22 +03:00
Faheem Pervez f58dce7d41 transmission: --disable-gtk is not a valid configure option 2020-06-16 13:37:22 +03:00
Henrik Grimler 1cf92b4c94 transmission: set SHA256 to SKIP_CHECKSUM 2020-05-14 22:15:08 +02:00
Henrik Grimler 5d9df78e7c transmission: update to 3.00 2020-05-14 21:43:21 +02:00
Henrik Grimler 54baabcffe termux_step_install_service_scripts: log services should be enabled 2020-01-08 19:58:42 +01:00
Henrik Grimler 4fe064e0db transmission: use termux_step_install_service_scripts for service script 2020-01-05 15:58:04 +01:00
Fredrik Fornwall 5d7a32bfcc Get rid of more liblog linkage 2019-12-30 01:05:41 +01:00
Leonid Pliushch d17ebae333 transmission: build with miniupnpc
Note: nothing should be specified in configure flags as library will be
picked automatically.
2019-11-17 15:50:59 +02:00
Leonid Pliushch dac463d3ed transmission: reformat build.sh 2019-11-17 15:46:07 +02:00
Henrik Grimler 9151e2908c transmission: mark service scripts as config files 2019-08-22 21:57:06 +02:00
Henrik Grimler 073c91425b transmission: add termux-services script
Skip timestamp in log as transmission standard output already has timestamp.
2019-08-12 22:17:33 +02:00
Wetitpig 5f07ac4eb9 Change permissions 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 fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall f0e395f0f1 Some http -> https updates 2018-08-22 16:43:24 +02:00
Fredrik Fornwall ff1b5fbc40 transmission: Update from 2.93 to 2.94 2018-05-19 02:57:06 +02:00
its-pointless 344cdc35fd update to 2.93 (#2360)
2.92 is vulnerable to CVE-2018-5702
2018-04-22 21:19:59 +02:00
Fredrik Fornwall 4e8d9a6c01 transmission: Stop depending on curl
Depending on libcurl is enough.
2017-09-07 22:36:49 +02:00
Stephen 84290a1a8c add libcurl to transmission dependencies
#1169
2017-09-07 22:36:29 +02:00
Fredrik Fornwall ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall b18f952d99 libevent: Update from 2.0.22 to 2.1.8 2017-01-28 10:42:52 +01:00
Fredrik Fornwall af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall 5d383d990b transmission: Avoid modifying LDFLAGS directly 2016-09-03 17:36:59 -04:00
Fredrik Fornwall 400193fc8e Bump packages to force rebuild with libcurl 2016-04-11 09:21:47 -04:00
Fredrik Fornwall 4f16bcb43a transmission: Update from 2.84 to 2.92 2016-03-07 20:35:31 -05:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00