Commit Graph

11719 Commits

Author SHA1 Message Date
Philipp Schmitt 81b6aec8f7 WIP: Update tmux to 3.2 2021-04-13 14:24:11 +02:00
Leonid Pliushch a6940e58e2
inetutils: avoid rebuilding of whois manpage
Fixes build error.
2021-04-10 17:48:56 +03:00
Leonid Pliushch 7699c97b23
emacs: disable fdsan
https://github.com/termux/termux-packages/issues/6592
2021-04-10 17:05:37 +03:00
Leonid Pliushch bb62878def
inetutils: disable fdsan for "whois"
https://github.com/termux/termux-packages/issues/5980
2021-04-10 16:59:23 +03:00
Matthias Beyer 7c5960ebe2 neomutt: Add pkg revision
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-09 17:59:03 +02:00
Matthias Beyer 04e95d6b65 neomutt: Add notmuch as dependency 2021-04-09 17:59:03 +02:00
Lucy Phipps b18ed714cf
python: update to 3.9.4 2021-04-09 00:02:14 +01:00
韩朴宇 31ade8865b
new package: android-tools (#6542) 2021-04-07 19:51:30 +03:00
Further aa078ae94a
new package: jove (#6569) 2021-04-07 19:44:24 +03:00
valpogus d711098d7b
mediainfo: update to 21.03 (#6564) 2021-04-07 19:41:12 +03:00
Dario Vladovic ecd1a46232 termux-tools: pkg: add `hostname` helper 2021-04-07 19:38:12 +03:00
Dario Vladovic 29e41670ed termux-tools: pkg: calculate cache age using `last_modified` 2021-04-07 19:38:12 +03:00
Dario Vladovic a8d6930b8d termux-tools: pkg: extract mirror check to function 2021-04-07 19:38:12 +03:00
ruki 80c45c87f7
xmake: update to 2.5.3 (#6604) 2021-04-07 19:30:29 +03:00
Leonid Pliushch 42515f9c26
zsh: disable fdsan
Issue https://github.com/termux/termux-packages/issues/6376
2021-04-05 23:17:40 +03:00
Henrik Grimler fee131542c w3m: fix fdsan error when run on android 11
The file descriptor sanitizer keeps track of opened file descriptors
and kills programs that closes fds multiple times, or fails to close
fds.  In w3m's case a fd for a tty was obtained and saved in the ttyf
variable, but when the tty was later closed is was done using the tty
variable and not the obtained ttyf.  To my current understanding this
can lead to undesired behaviour when using multiple threads, as
another thread might write to or read from ttyf after it has been
closed.

Error looks like
fdsan: attempted to close file descriptor 3, expected to be unowned, actually owned by FILE* 0xb6c8800c

This commit fixes [1]. See also fdsan docs [2] and issue opened in the
android bug tracker [3].

[1] https://github.com/termux/termux-packages/issues/6410
[2] https://android.googlesource.com/platform/bionic/+/master/docs/fdsan.md
[3] https://issuetracker.google.com/issues/184380442
2021-04-05 15:46:59 +02:00
Lucy Phipps 16b0fabfcd
p7zip: update to 17.04 2021-04-04 12:03:20 +01:00
Lucy Phipps 009b1b5f9f
gh: update to 1.8.1 2021-04-04 12:03:20 +01:00
agnostic-apollo 1ab8eb34f1 termux-tools: Only create ~/.termux/termux.properties if ~/.config/termux/termux.properties does not exist 2021-04-04 07:45:56 +05:00
agnostic-apollo 6f553efc12 dialog: update to 1.3-20210324 2021-04-04 07:32:17 +05:00
agnostic-apollo 71025e6b4e apt: update to 2.2.2 2021-04-04 07:29:54 +05:00
Lucy Phipps 34916a6f65
git: update to 2.31.1 2021-04-03 00:40:57 +01:00
Henrik Grimler 32ca0ea9aa emacs: update to 27.2 2021-04-02 17:44:58 +02:00
Henrik Grimler b54424cab6 Revert "bat: update to 0.18.0"
This reverts commit b3c4b132d0 and
497ff1794c.

%ci:no-build
2021-04-02 17:42:50 +02:00
Dominik Schulz 314d8a55d0 gopass: update to 1.12.5
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2021-04-02 10:21:10 +05:30
Henrik Grimler 497ff1794c
bat: bump to trigger CI build 2021-04-01 13:07:09 +02:00
Lucy Phipps 1c5b00b257
zstd: bump revision 2021-04-01 11:41:43 +01:00
Lucy Phipps 3ff30e5bae
zstd: update to 1.4.9 2021-04-01 11:20:08 +01:00
Lucy Phipps b3c4b132d0
bat: update to 0.18.0 2021-04-01 11:19:32 +01:00
Lucy Phipps 95e4313369
rclone: update to 1.55.0 2021-04-01 11:13:28 +01:00
Lucy Phipps b91b445da8
gitea: update to 1.13.6 2021-04-01 11:13:22 +01:00
Lucy Phipps 892836d693
git-lfs: update to 2.13.3 2021-04-01 11:09:42 +01:00
Lucy Phipps a20f7a0026
git-delta: update to 0.7.1 2021-04-01 10:42:14 +01:00
Lucy Phipps 4a9d78b51d
gh: update to 1.8.0 2021-04-01 10:39:20 +01:00
Henrik Grimler 9ccd9a745d libandroid-shmem: fix version and hashsum 2021-03-27 10:18:40 +01:00
Henrik Grimler a6ebad9fb0 libandroid-shmem: update to 0.3.0 2021-03-27 09:47:42 +01:00
Leonid Pliushch 960f0b3753
move from unstable: gopass
https://github.com/termux/termux-packages/issues/6561
2021-03-25 23:30:53 +02:00
Saurabh Charde fccf2fa075 fzf: Update to 0.26.0
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-22 17:39:57 +01:00
Saurabh Charde 8f96e194bf git: Update to 2.31.0
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-22 17:39:57 +01:00
Saurabh Charde ebf4e36990 fish: Update to 3.2.1 2021-03-21 14:04:34 +01:00
Leonid Pliushch f775bdb9c1
python, python2: disable setuid in servers (#6548) 2021-03-20 16:41:35 +02:00
Leonid Pliushch 8d447cb1b4
termux-tools: show application version when running termux-info (#6547) 2021-03-20 15:46:44 +02:00
Leonid Pliushch 7aeb7125ef
openssh: keep TERMUX_VERSION variable (#6546) 2021-03-20 15:28:46 +02:00
marcusz ebeb83e9b9
new package: squashfs-tools-ng (#6545) 2021-03-20 13:43:39 +02:00
Saurabh Charde 32e3c9e9e5 fish: Update to 3.2.0
* From now fish is now shipping tarballs with xz (LZMA)
  Update $TERMUX_PKG_SRCURL to reflect the change
  (0be93bead7)

Fixes #6533

Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 22:10:14 +01:00
j.r 0b3413b41f Bump libstrophe revision
The package was changed in #6518, but I forgot a bump to reflect the
changes and so it does not get updated
2021-03-17 22:08:27 +01:00
j.r ac8a80eed6 Fix dns resolution for libstrophe 2021-03-17 16:38:05 +01:00
j.r a3fe7ce09c Add xmppc version 0.1.0
Fixes #5900
2021-03-17 16:38:05 +01:00
Saurabh Charde 09b9911da9 nano: Update to 5.6.1
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 12:20:00 +01:00
Saurabh Charde f8f1f0b696 shfmt: Update to 3.2.4
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-17 12:20:00 +01:00
Raven Ravener c06a8e07fa Use TERMUX_PKG_BUILD_IN_SRC 2021-03-16 19:07:43 +01:00
Raven Ravener 91c6790366 Update build.sh 2021-03-16 19:07:43 +01:00
Raven Ravener d2685da14c Add package germanium 2021-03-16 19:07:43 +01:00
Saurabh Charde 6aef739d9f gdb: Update to 10.1
Following commit [1] and [2], gdbserver and gdbsupport directories have been
moved to top-level, repectively.

Update patch files to follow the changes, and also remove
python3.9.patch since it's already in the upstream.

[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=919adfe8409211c726c1d05b47ca59890ee648f1
[2] https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=01027315f54048dbaf03ac37455c2528c72a6d9b

Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-16 11:24:31 +01:00
Saurabh Charde 67702b13c4 direnv: Fix installation location and update to 2.28.0
direnv installs it binary to $DESTDIR/$BINDIR, where
$BINDIR=${PREFIX}/bin and $PREFIX=/usr/local

We set $DESTDIR=$TERMUX_PREFIX while leaving direnv's $PREFIX unchanged
causing the binary to install in $TERMUX_PREFIX/usr/local/bin instead of
$TERMUX_PREFIX/bin (assuming we aren't installing it in
$TERMUX_PREFIX/local/bin like most termux packages)

Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2021-03-16 10:31:12 +01:00
Jia Yuan Lo 5ce5422743
binaryen: update to version 100 (#6507) 2021-03-13 09:49:20 +01:00
Further 0af27d7814
git: update to 2.30.2 (#6502) 2021-03-10 17:47:45 +01:00
Henrik Grimler 3460b4e03d
ripgrep-all: minor formatting of description 2021-03-10 14:17:29 +01:00
Dario Vladović ac2ec670dd
termux-tools: pkg: add info as show alias (#6498) 2021-03-10 06:48:07 +01:00
Michal Bednarski 28a7fcd2fe proot: Update with stability fixes
Changes that were on master for some time but not released,
fixes termux/proot#152
2021-03-07 20:58:33 +01:00
Henrik Grimler ffa83b34db neovim: fix patch path error
Reported by @kanreki.
2021-03-07 12:30:00 +01:00
Further a817790020
gh: update to 1.7.0 (#6490) 2021-03-06 14:26:18 +01:00
Henrik Grimler 93effb8131 dart: update to 2.12.0 2021-03-05 08:19:27 +01:00
Leonid Pliushch 27ce3ee72a
z3: revert back to 4.8.9
%ci:no-build
2021-03-02 15:51:12 +02:00
Leonid Pliushch 47b93fec1c
z3: bump revision 2021-03-02 15:19:47 +02:00
Leonid Pliushch 4d16ccd6d5
dart: bump revision 2021-03-02 15:19:37 +02:00
Leonid Pliushch 619ad66883
dart: rebuild package
Detected repository inconsistency:

 No package dart (= 2.10.4)
2021-03-02 14:57:20 +02:00
Leonid Pliushch cf71d4b7f8
z3: rebuild package
Detected repository inconsistency:

 No package z3 (= 4.8.10-1)
2021-03-02 14:55:42 +02:00
Martin Kinkelin 5be1cc145c
ldc: upgrade to 1.25.1 (#6468) 2021-03-01 01:12:13 +02:00
ruki a06964b740
xmake: update to 2.5.2 (#6466) 2021-02-28 18:20:07 +02:00
Leonid Pliushch 7b5a67d416
termux-tools: use profile script to generate a sample termux.properties
Avoid use of postinst or preinst scripts in bootstrap packages. They will not
be executed.
2021-02-27 22:49:55 +02:00
Henrik Grimler f3d42fca99
termux-exec: update to 0.9 (#6463) 2021-02-27 16:50:05 +01:00
Lucy Phipps c9ba600541
lldb had a double dependency on libllvm 2021-02-27 00:28:06 +00:00
jer194 e01b80c24f
cronie: create $PREFIX/etc/cron.d (#6461)
Issue https://github.com/termux/termux-packages/issues/6460.
2021-02-26 21:50:17 +02:00
Lucy Phipps eb467baf11
lr: don't install lrocate 2021-02-26 06:51:15 +00:00
Lucy Phipps f3c94728c2
ok, lr actually works for real now 2021-02-25 15:52:47 +00:00
Lucy Phipps 03d37233d5
aaa oops 2021-02-25 15:21:39 +00:00
Lucy Phipps da4fb62848
lr: include the contrib stuff 2021-02-25 15:15:24 +00:00
Lucy Phipps 67feba13b2
lr: fix Makefile (i pushed too soon again!) 2021-02-25 14:42:53 +00:00
Lucy Phipps 6759664769
lr: fix Makefile (oops i pushed too soon sorry) 2021-02-25 14:25:40 +00:00
Lucy Phipps f7207f1888
new package: lr 2021-02-25 14:19:42 +00:00
Lucy Phipps adb1ddc2c8
apt: update to 2.2.0 2021-02-25 13:50:56 +00:00
Henrik Grimler e3e83f709c mpd: update to 0.22.6 2021-02-25 13:05:46 +01:00
Leonid Pliushch 5171965045
8086tiny: test build with updated github actions 2021-02-24 23:56:44 +02:00
Lucy Phipps b22a027709
cmake: update to 3.19.6 2021-02-24 16:42:37 +00:00
Lucy Phipps 7d270ee3d0
strace: update to 5.11 (#6447) 2021-02-24 15:11:02 +00:00
Lucy Phipps 87a7a36e64
rust: update to 1.50.0 (#6443) 2021-02-24 05:08:13 +00:00
Lucy Phipps e644430df5
gh: update to 1.6.2 2021-02-23 14:26:58 +00:00
Lucy Phipps 4754faf855
imagemagick: update to 7.0.11.1 2021-02-23 00:15:52 +00:00
Lucy Phipps 3ed67a3aec
gifski: update to 1.4.0 2021-02-23 00:09:22 +00:00
Lucy Phipps f62aee7fc7
gh: update to 1.6.1 2021-02-23 00:07:54 +00:00
Lucy Phipps 8654b53950
bump rust again 2021-02-22 23:00:18 +00:00
Lucy Phipps 7c850cb474
rust: bump revision 2021-02-22 22:06:31 +00:00
Lucy Phipps 46b4b00940
might as well undo my mess
%ci:no-build
2021-02-22 22:04:31 +00:00
Butta 7b6d6d8041 Bump Swift to link against the clang 11.1.0 headers 2021-02-23 01:52:06 +05:30
Lucy Phipps 9adef51597
unbump 2021-02-22 16:02:20 +00:00
Lucy Phipps edd7e969c3
Revert "brook: update to 20210214"
This reverts commit b5aaf18949.
2021-02-22 16:00:34 +00:00
Lucy Phipps 8f9c1fb339
rust: bump revision 2021-02-22 15:51:25 +00:00
Lucy Phipps c137a6ae8b
bump after last build failure
acr, atomicparsley, brook, calc, clash, cmake, ctags, dart
2021-02-22 15:42:46 +00:00
Lucy Phipps b48c36333b
Revert "aapt: update to 7.1.2.39"
This reverts commit 51ded61030.
2021-02-22 15:15:59 +00:00
Lucy Phipps 5a7d80dc16
dart: update to 2.10.5 2021-02-22 14:59:09 +00:00
Lucy Phipps 51ded61030
aapt: update to 7.1.2.39 2021-02-22 14:58:34 +00:00
Lucy Phipps 98bfdfd684
ctags: update to 5.9.20210221.0 2021-02-22 14:56:53 +00:00
Lucy Phipps eb0ecccca1
cmake: update to 3.19.5 2021-02-22 14:56:43 +00:00
Lucy Phipps 5b2f3447b5
clash: update to 1.4.1 2021-02-22 14:53:49 +00:00
Lucy Phipps 3563f9a8cc
calc: update to 2.12.8.2 2021-02-22 14:53:43 +00:00
Lucy Phipps b5aaf18949
brook: update to 20210214 2021-02-22 14:53:37 +00:00
Lucy Phipps f0ff7fb707
atomicparsley: update to 20210124.204813.840499f 2021-02-22 14:53:28 +00:00
Lucy Phipps 69af2cd58c
acr: update to 1.9.8 2021-02-22 14:53:18 +00:00
Lucy Phipps 32da46fc4d
netpbm: update hash 2021-02-22 13:39:04 +00:00
Lucy Phipps f1fdb93962
netpbm: update to 10.73.34 2021-02-22 13:24:25 +00:00
Lucy Phipps 07320e6ed6
libllvm: update to 11.1.0 (#6438) 2021-02-22 12:19:19 +00:00
Lucy Phipps 30fc34c13b
python 3.9.2, take 2 (#6441)
* python: update to 3.9.2

* i hope this fixes the build

Co-authored-by: Lucy Phipps <landfillbaby@users.noreply.github.com>
2021-02-22 12:12:41 +00:00
Martin Kinkelin 0a8cea5b3a LDC: Upgrade to v1.25.0 2021-02-22 02:58:51 +05:30
Further cc94331ae4
new package: nasm (#6434) 2021-02-21 13:09:09 +02:00
Leonid Pliushch c7b24366f6
ipfs: update to 0.8.0 & support termux-services 2021-02-20 13:22:05 +02:00
Leonid Pliushch 77619943e2
rename package: libhypen --> libhyphen 2021-02-19 00:19:34 +02:00
Nuruddin Ashr 47151cb409
golang: update to 1.16 (#6417) 2021-02-17 15:01:29 +02:00
Ludea 1cb0194e79
new package: libhypen (#6400) 2021-02-16 17:40:44 +02:00
Ludea b23126e043
new package: enchant (#6411) 2021-02-16 16:00:01 +02:00
Leonid Pliushch b613af721f
termux-tools: pkg: replace ipfs.2read.net gateway
ipfs.2read.net has limited bandwidth which is a problem when downloading
large packages.
2021-02-15 20:41:15 +02:00
Leonid Pliushch b10c5eb196
termux-tools: pkg: don't use ipfs.sloppyta.co due to aggressive caching
Clients using ipfs.sloppyta.co IPFS gateway won't see repo updates.

Use termux.mentality.rip web mirror as it seems working fine now.
2021-02-15 18:32:28 +02:00
Further a786330d3c
new package: libstrophe (#6399) 2021-02-15 13:39:46 +02:00
Ludea b274b0039d
Woff2 (#6403)
* Woff2

* Right checksum

* Brotli deps

* homepage
2021-02-15 11:40:18 +05:30
purofle 7c03c6c7b9
new package: glow (#6398) 2021-02-14 19:49:53 +02:00
Henrik Grimler e811f17de8 tar: update to 1.34 2021-02-14 17:18:48 +01:00
Henrik Grimler b6ca6b170e radare2: update to 5.1.1 2021-02-14 17:03:01 +01:00
Henrik Grimler c94fe228a8 z3: bump to build
Package is currently missing from repo
2021-02-14 11:46:45 +01:00
Henrik Grimler 1ce66204a1
xorriso: bump to build
Package version 1.5.4 is currently missing from bintray repo
2021-02-14 11:30:02 +01:00
Henrik Grimler 449e7e43c3 calc: update to 2.12.8.0
Switch to getting src from github, this is recommended on the website (also
gives us https).
2021-02-14 08:22:55 +01:00
Ilaï Deutel 65bc5a1138
kibi: update to 0.2.2 (#6396) 2021-02-14 12:18:12 +05:30
Leonid Pliushch 99824d512a nnn: bump revision 2021-02-13 02:05:33 +02:00
Arun Prakash Jana 60a1180ead Add dependency debianutils (which provides `which`) 2021-02-13 02:05:33 +02:00
Leonid Pliushch b56aabcc53
imagemagick: update to 7.0.10.62 2021-02-12 21:25:59 +02:00
Leonid Pliushch 607ed84e95
e2fsprogs: update to 1.46.1 2021-02-12 21:25:30 +02:00
Leonid Pliushch 937d7ef87e
asciidoc: update to 9.1.0 2021-02-12 21:25:04 +02:00
Leonid Pliushch d6cc31ce65
termux-tools: pkg: update ipfs gateways & mirrors list 2021-02-12 20:20:05 +02:00
Leonid Pliushch 130f10f0a1
termux-tools: pkg: rotate ipfs gateways and mirrors 2021-02-12 18:52:51 +02:00
Leonid Pliushch cd047c4cdb
whatprovides: update to 2.2.1 2021-02-11 21:02:51 +02:00
Leonid Pliushch 61abdc0392
proot-distro: update to 1.6.1 2021-02-11 16:59:15 +02:00
Ludea 5b7e66e274
new package: libtasn1 (#6374) 2021-02-10 23:09:22 +02:00
Daniil Gentili 9d88b391a1 Unlock tergent keystore with termux-fingerprint 2021-02-10 21:51:02 +02:00
Leonid Pliushch b373b3dfff
termux-tools: pkg: replace main.termux-mirror.ml 2021-02-10 21:33:02 +02:00
Leonid Pliushch dec6715cf2
termux-tools: fix termux-am class name, so termux-reset will work correctly 2021-02-10 15:28:29 +02:00
Leonid Pliushch 5043b4b065
x11-repo: primary host is now on IPFS 2021-02-10 15:01:22 +02:00
Leonid Pliushch b174dcb1b0
unstable-repo: primary host is now on IPFS 2021-02-10 15:00:59 +02:00
Leonid Pliushch 5b1cd873e4
termux-tools: termux-change-repo: mirrors by @xeffyr are on IPFS now 2021-02-10 14:58:34 +02:00
Leonid Pliushch febdb16866
privoxy: don't put toolchain parts into package
Issue: https://github.com/termux/termux-packages/issues/6369
2021-02-10 13:23:57 +02:00
Patrick Gaskin 3a36080b2b pulseaudio: Implement all sample/map options, > 2 ch output for sles modules
* Make both modules support format, channels, rate, and
  channel_map.
* Add support for > 2 channels to the sink. This needs to be
  manually enabled by increasing the number of channels in the
  default.pa script or by loading an additional module-sles-sink
  manually.
2021-02-09 23:49:09 +02:00
Leonid Pliushch 32b8a781b7
newsboat: update to 2.22.1 2021-02-09 20:19:12 +02:00
Leonid Pliushch d365f15165
inxi: update to 3.3.01-1 2021-02-09 20:19:12 +02:00
Leonid Pliushch 3d8dab90f8
gmic: update to 2.9.6 2021-02-09 20:19:12 +02:00
Leonid Pliushch 0811f99109
exiftool: update to 12.18 2021-02-09 20:19:11 +02:00
Leonid Pliushch 193f5f24db
ruby: update PATH in pre-configure step 2021-02-09 18:32:15 +02:00
Leonid Pliushch df8943e9e6
ruby: update to 3.0.0 2021-02-09 18:15:29 +02:00
Leonid Pliushch f56c8e557e
php: try build again 2021-02-09 15:43:35 +02:00
Leonid Pliushch aa9eeead91
postgresql: fix undefined 'TRUE'
ad84ecc98d
2021-02-09 15:41:29 +02:00
Leonid Pliushch c24458c6e4
php: bump revision 2021-02-09 14:15:35 +02:00
Leonid Pliushch 25f584d4c9
libzim: bump revision 2021-02-09 14:15:25 +02:00
Leonid Pliushch ee35d49fd7
music-file-organizer: bump revision 2021-02-09 14:14:58 +02:00
Leonid Pliushch 121c0b53fe
harfbuzz: bump revision 2021-02-09 14:13:59 +02:00
Leonid Pliushch 302ec4756c
libicu: bump revision 2021-02-09 14:13:04 +02:00
Leonid Pliushch 51824131dc
nodejs-lts: update libicu for host build 2021-02-09 14:12:38 +02:00
Leonid Pliushch be029cc571
nodejs: update libicu for host build 2021-02-09 14:11:27 +02:00
Leonid Pliushch a3032b4f62
whatprovides: update to 2.2.0 2021-02-09 13:42:35 +02:00
Leonid Pliushch 28aa9413af
swift: rebuild after libicu update 2021-02-09 13:28:26 +02:00
Leonid Pliushch 1edd938c7c
texlive-bin: rebuild after libicu update 2021-02-09 13:27:11 +02:00
Leonid Pliushch f545d8ec46
nodejs: rebuild after libicu update 2021-02-09 13:26:45 +02:00
Leonid Pliushch 1c475ed7c4
nodejs-lts: rebuild after libicu update 2021-02-09 13:26:22 +02:00
Leonid Pliushch 13ccffd5f9
rebuild: harfbuzz, music-file-organizer, postgresql, libzim, php
After libicu update
2021-02-09 13:24:55 +02:00
Leonid Pliushch 4a6152d162
libicu: update to 68.2 2021-02-09 13:23:04 +02:00
Leonid Pliushch b707e4783c
git: update to 2.30.1 2021-02-09 13:21:32 +02:00
Leonid Pliushch 8944c96bf9
age: update to 1.0.0-beta7 2021-02-09 13:09:57 +02:00
Leonid Pliushch de88917d09
wget2: drop config.h.in part from fix-hardcoded-paths.patch
It is not needed and was wrong anyway.
2021-02-08 20:10:25 +02:00
Leonid Pliushch 78b58ad962
wget2: fix hardcoded paths 2021-02-08 20:06:26 +02:00
Rabby Sheikh 476e7c3d2e
new package: wget2 (#6328) 2021-02-08 20:00:36 +02:00
Leonid Pliushch a6e65fd62b
fwknop: rebuild due to gpgme update 2021-02-08 19:45:26 +02:00
Injamul Mohammad Mollah 4be457fed7 New Package: gogs v0.12.3 2021-02-08 19:36:10 +02:00
Leonid Pliushch f13f97d8de
utf8proc: update to 2.6.1 2021-02-08 18:12:58 +02:00
Leonid Pliushch 3fe9d5c5a5
openal-soft: update to 1.21.1 2021-02-08 18:10:20 +02:00
Leonid Pliushch 08e7277160
virustotal-cli: update to 0.9.0 2021-02-08 18:04:38 +02:00
Leonid Pliushch b872a040a7
xorriso: update to 1.5.4 2021-02-08 17:52:56 +02:00
Leonid Pliushch ce3edbb6d5
bump perl-using packages 2021-02-08 17:48:26 +02:00
Leonid Pliushch b329e2c0d5
perl: update to 5.32.1 2021-02-08 17:48:25 +02:00
Leonid Pliushch 8175fa30bd
yadm: update to 3.0.2 2021-02-08 17:48:25 +02:00
Leonid Pliushch cd9bbae4ff
xorg-util-macros: update to 1.19.3 2021-02-08 17:48:25 +02:00
Leonid Pliushch 839761cf7d
wuzz: update to 0.5.0 2021-02-08 17:48:21 +02:00
Leonid Pliushch 9b97d22c39
weechat: update to 3.0.1 2021-02-08 17:45:00 +02:00
Leonid Pliushch 8bc3af4f58
squid: update to 4.14 2021-02-08 17:44:56 +02:00
Leonid Pliushch 1775e78353
libxapian: update to 1.4.18 2021-02-08 17:06:50 +02:00
Leonid Pliushch 00a001f0d5
libjasper: update to 2.0.25 2021-02-08 17:06:41 +02:00
Leonid Pliushch 7068764a19
boost: avoid use of statx 2021-02-08 14:39:20 +02:00
Leonid Pliushch bc25f0fd63
gst-plugins-ugly: bump revision 2021-02-08 00:14:31 +02:00
Leonid Pliushch f6ad03461e
gst-plugins-good: bump revision 2021-02-08 00:14:29 +02:00
Leonid Pliushch 6d843e3051
gst-plugins-base: bump revision 2021-02-08 00:14:28 +02:00
Leonid Pliushch d598280b23
gst-plugins-bad: bump revision 2021-02-08 00:14:27 +02:00
Leonid Pliushch 52d20ab3a2
gstreamer: bump revision 2021-02-08 00:14:26 +02:00
Leonid Pliushch 815fcc7084
ledger: fix utf8cpp dependency includes 2021-02-07 21:49:02 +00:00
Leonid Pliushch 1eaf8f1d16
vorbis-tools: update to 1.4.2 2021-02-07 21:37:02 +00:00
Leonid Pliushch 6eaf33b6e7
vim, vim-python: update to 8.2.2450 2021-02-07 21:36:35 +00:00