Commit Graph

17610 Commits

Author SHA1 Message Date
Yaksh Bariya a636da076e nodejs-lts: update to v16.14.2 2022-03-18 15:24:23 +00:00
Yaksh Bariya d5704f5d53
nodejs: update to 17.7.2
This contains security fix for one of OpenSSL security vulnerability.
Although we aren't affected by this since we are using shared openssl,
which is already up to date. But still, let's make sure Repology and
other security tracking websites don't list nodejs as vulnerable

:)
2022-03-18 15:00:51 +05:30
Tee KOBAYASHI 5b5d657a89 new package: ipv6calc 2022-03-18 17:22:51 +09:00
William Budington bf466ec018
apkeep: update to v0.10.0 (#9446) 2022-03-18 13:37:15 +09:00
Pooya Moradi 046e2e38de new package: ttyplot
ttyplot: Cleanup `build.sh`
2022-03-18 13:00:30 +09:00
Oskar d50fdec62f bump watchexec to 1.18.8 2022-03-18 12:57:43 +09:00
Oskar 5febf74128
bump cloudflared to 2022.3.2 (#9445) 2022-03-18 12:55:49 +09:00
mrsrimar22 aed703c376 Stunnel: Update to 5.63 2022-03-17 19:19:07 +05:30
Termux Github Actions be8bb0b51f lazygit: update to 0.34
This commit has been automatically submitted by Github Actions.
2022-03-17 12:11:51 +00:00
Jia Yuan Lo 3c2bb78ae0 mold: update to 1.1.1 2022-03-17 13:42:59 +09:00
Tee KOBAYASHI ca0d7e6c5f python: Update to 3.10.3 2022-03-17 13:40:58 +09:00
Termux Github Actions 80480938f1 erlang: update to 24.3.2
This commit has been automatically submitted by Github Actions.
2022-03-17 00:34:09 +00:00
Tee KOBAYASHI 9dd409da02 gogs: Use `go install` instead of `go get`
%ci:no-build
2022-03-17 04:25:47 +09:00
Termux Github Actions 85913a69af solidity: update to 0.8.13
This commit has been automatically submitted by Github Actions.
2022-03-16 18:52:59 +00:00
Tee KOBAYASHI f2468fee59 aptly: Use `go mod tidy`
%ci:no-build
2022-03-17 01:38:15 +09:00
Aditya Alok d11d6846e7
refactor(haskell-build): remove default-setup.hs
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:40 +01:00
Aditya Alok 52d7cc88d2
fix(setup ghc cross compiler): call `__termux_haskell_register_packages` after cross ghc setup
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:38 +01:00
Aditya Alok 0866d7b388
fix(setup ghc): create tmpdir in `/tmp`
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:35 +01:00
Aditya Alok 744c20a12d
refactor(setup ghc cross compiler): remove arch specific dirs
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:30 +01:00
Aditya Alok 7b0cf76bad
fix(setup ghc): typo in command `termux_download`
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:26 +01:00
Aditya Alok 6137422df7
fix(setup ghc cross compiler): run `__termux_haskell_register_packages` only when ghc has been setup
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:22 +01:00
Aditya Alok a5f9e8199a
style: lint with shellcheck
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:20 +01:00
Aditya Alok 5dfa5ccbd0
fix(setup ghc cross compiler): did no registered haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:17 +01:00
Aditya Alok f21125b33a
feat(haskell build): export configure variables in setup toolchain step
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:15 +01:00
Aditya Alok f58de40f2e
feat(build-package.sh): create debscripts for haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:12 +01:00
Aditya Alok 0590811415
fix(configure haskell build): remove `runghc` arg
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:10 +01:00
Aditya Alok a9b411f577
feat(setup ghc cross): handle package registration
feat(termux_setup_ghc_cross_compiler): handle haskell packages registration

chore(termux_setup_ghc_cross_compiler): update checksum

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:07 +01:00
Aditya Alok 3c9ed52daf
feat(haskell build): adhere to new setup script
feat(termux_setup_jailbreak_cabal): use pre-compiled binary

chore(termux_setup_cabal): update checksum

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:32:04 +01:00
Aditya Alok d47825a88c
feat(haskell build system): remove unwanted files/dirs before packaging
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>

fix(termux_step_massage): add `-r` option to `rm` command to delete dir

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>

wip
2022-03-16 15:32:01 +01:00
Aditya Alok 49c3e79513
feat(setup ghc cross compiler): make it work independently from other build steps
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:59 +01:00
Aditya Alok 0a47e01c4d
feat: setup ghc cross compiler during configure step
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:56 +01:00
Aditya Alok 225a560590
feat(build-package.sh): source haskell build scripts
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:53 +01:00
Aditya Alok 6219a64f32
feat(build scripts): add configure script for haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:51 +01:00
Aditya Alok e492c145af
feat(setup ghc): use patched Cabal package
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:48 +01:00
Aditya Alok 39bf6e9835
feat(build scripts): add steps for haskell packages
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>

refactor(termux_step_get_dependencies): move haskell build steps from here
2022-03-16 15:31:45 +01:00
Aditya Alok e63a8b36a8
feat(haskell build): add default setup.hs
It is used when package does not ship with its own Setup.hs

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:43 +01:00
Aditya Alok e913a1913e
feat(build scripts): add script to setup jailbreak-cabal
It is use to remove version constraints from cabal packages

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:40 +01:00
Aditya Alok feec2fe8ec
feat(build scripts): add script to setup ghc cross compiler
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:36 +01:00
Aditya Alok dbed364f00
feat(build scripts): add script to setup cabal
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-16 15:31:33 +01:00
Tee KOBAYASHI 202aab9a77 grafana: Use termux_setup_nodejs
%ci:no-build
2022-03-16 22:59:28 +09:00
Julian Fairfax 205da10123
Fix issue with hydroxide and K-9 Mail 2022-03-16 14:50:23 +01:00
Termux Github Actions 06ce8bbf6c taskwarrior: update to 2.6.2
This commit has been automatically submitted by Github Actions.
2022-03-16 12:11:34 +00:00
Tee KOBAYASHI de39e20ac5 new package: predict 2022-03-16 18:00:11 +09:00
Tee KOBAYASHI eb34f28813 perl: Update to 5.34.1 2022-03-16 12:51:57 +05:30
Tee KOBAYASHI d0dafa2437 librsvg: Update to 2.52.7 2022-03-16 15:57:36 +09:00
Tee KOBAYASHI aaafbb73dc krb5: Update to 1.19.3 2022-03-16 15:57:11 +09:00
Tee KOBAYASHI 9af42e07fb openssl-1.1: Update to 1.1.1n 2022-03-16 15:02:45 +09:00
Tee KOBAYASHI de8241d2dc openssl: Update to 3.0.2 2022-03-16 15:02:45 +09:00
Tee KOBAYASHI 816ab0a967 new package: znc 2022-03-16 14:52:37 +09:00
Tee KOBAYASHI 3ec084c976 new package: pngcrush 2022-03-16 14:51:23 +09:00