• R/O
  • HTTP
  • SSH
  • HTTPS

packages: List of commits

Community maintained packages for ImmortalWrt.


RSS
Rev. Time Author
5f4a8c4 autoupdate/brook-20230101 2023-01-01 19:44:31 ImmortalWrt AutoUpdate Bot

brook: Update to 20230101

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

738ee19 2022-12-28 14:16:58 zxlhhyccc

shadowsocks-rust: Update to 1.15.2

85a83c5 2022-12-28 14:12:03 Tianling Shen

bpytop: remove package

It has been replaced by the new btop project.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

60c54f5 2022-12-27 12:46:24 Tianling Shen

v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

802a0a4 2022-12-27 10:51:51 ImmortalWrt AutoUpdate Bot

xray-plugin: Update to 1.7.0

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

6651dd9 2022-12-27 10:51:41 ImmortalWrt AutoUpdate Bot

v2ray-plugin: Update to 5.2.0

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

7905c80 2022-12-27 10:51:30 ImmortalWrt AutoUpdate Bot

v2ray-core: Update to 5.2.0

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

a895a78 2022-12-26 12:33:08 blueveryday


xray-core: Update to 1.7.0

1eec27a 2022-12-25 19:17:10 Tianling Shen

verysync: Update to 2.15.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

04dccd7 2022-12-25 19:12:14 Tianling Shen

gallery-dl: Update to 1.24.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

78f7254 2022-12-25 19:10:52 Tianling Shen

you-get: Update to 0.4.1650

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

5bd7751 2022-12-24 12:28:16 Tianling Shen

uugamebooster: Update to 3.6.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

76d0b9c 2022-12-24 12:23:26 Tianling Shen

rclone: Update to 1.61.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

d2dd9ae 2022-12-24 12:18:45 Tianling Shen

cloudreve: Update to 3.6.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

2d24c98 2022-12-24 11:35:26 Tianling Shen

Node.js: sync with upstream source

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

4a1b8f5 2022-12-24 11:32:20 Tianling Shen

Merge Official Source

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

468acad 2022-12-24 11:30:55 zxlhhyccc

shadowsocks-rust: update to 1.5.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

b10e6d4 2022-12-24 11:30:37 blueveryday


xray-core: Update to 1.6.6-2

aa45843 2022-12-24 11:26:41 ImmortalWrt AutoUpdate Bot

yq: Update to 4.30.6

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

4f87fe3 2022-12-24 11:26:22 ImmortalWrt AutoUpdate Bot

xray-plugin: Update to 1.6.6

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

6802593 2022-12-24 11:00:30 ImmortalWrt AutoUpdate Bot

dnsproxy: Update to 0.46.5

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

d7efa92 2022-12-24 11:00:10 ImmortalWrt AutoUpdate Bot

dnslookup: Update to 1.8.1

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

bb02ed5 2022-12-24 10:59:54 ImmortalWrt AutoUpdate Bot

cloudflared: Update to 2022.12.1

Signed-off-by: ImmortalWrt AutoUpdate Bot <github-bot@immortalwrt.org>

53e588e 2022-12-24 10:56:21 xlighting2017

smartdns: bump to release 39

2f3b939 2022-12-24 03:27:19 W. Michael Petullo

python3-networkx: update to 2.8.8

Signed-off-by: W. Michael Petullo <mike@flyn.org>

256f8f7 2022-12-24 03:25:32 Michal Vasilek

libarchive: add missing CONFLICT

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>

85aed68 2022-12-24 03:25:32 Michal Vasilek

libarchive: update to 3.6.2

* fixes CVE-2022-36227
* drop upstreamed patch
* removed deprecated AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>

df0b2ee 2022-12-23 21:15:11 W. Michael Petullo

krb5: update to 1.20.1

Besides updating the package to 1.20.1, this commit removed two patches
that the new release made unnecessary.

Signed-off-by: W. Michael Petullo <mike@flyn.org>

ac78a5a 2022-12-23 11:11:51 Tony Butler

gnupg2: refresh GCC options in Makefile

this Makefile still used `CONFIG_GCC_USE_VERSION_*` to select various
compilation options, for GCC versions that are antiquated

convert to parsing the major from the `CONFIG_GCC_VERSION` which will
always exist and can also be used with range logic

intent seemed to be:
* `-DEXTERN_UNLESS_MAIN_MODULE=static` for "=10" (and newer, probably)
* no additional options for "not =10" (or older, probably)

GCC 11 or 12 would likely revert to the default (not =10) option,
because 10 was the newest at the time, and 11 and 12 are "not 10"

Signed-off-by: Tony Butler <spudz76@gmail.com>

ac09d1c 2022-12-23 11:11:51 Tony Butler

imagemagick: refresh GCC options in Makefile

this Makefile still used `CONFIG_GCC_USE_VERSION_*` to select various
compilation options, for GCC versions that are antiquated

convert to parsing the major from the `CONFIG_GCC_VERSION` which will
always exist and can also be used with range logic

intent seemed to be:
* `-flto` for "not =10" (or newer, probably)
* no additional options for "=10" (and newer, probably)

GCC 11 or 12 would likely revert to the default (not =10) option,
because 10 was the newest at the time, and 11 and 12 are "not 10"

unsure of what actually works, perhaps `-flto` works in all versions by
now (possibly early gcc 10 bug workaround?)

GCC 11 will have been using `-flto` anyway by the current logic and I
guess it must be working or there would have been changes

Signed-off-by: Tony Butler <spudz76@gmail.com>

Show on old repository browser