openwrt-packages/utils
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2023-04-21 22:46:58 +02:00
..
acl treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
acpica-unix acpica-unix: Update to 20230331 2023-04-07 13:30:40 -06:00
acpid treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
acsccid acsccid: fix compilation under macOS 2021-10-27 23:14:31 -07:00
afuse afuse: Add new package 2021-11-01 00:14:22 -07:00
airos-dfs-reset treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
ap51-flash treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
apk apk: Update to 2.12.11 2023-04-15 22:47:41 +02:00
apparmor python-setuptools-scm: Add new host-only package 2023-03-31 13:06:35 +08:00
at treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
atheepmgr atheepmgr: avoid libpciaccess dependency 2021-04-15 17:26:37 -03:00
attendedsysupgrade-common attendedsysupgrade-common: update ASU CA pubkey 2022-10-29 10:00:27 +02:00
attr treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
auc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
audit treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
augeas treewide: change email 2021-07-29 13:21:02 +02:00
avrdude treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
bandwidthd bandwidthd: fix time_t problem 2022-10-25 18:04:56 -07:00
banhosts banhosts: Call killall with the -s 2021-09-08 17:13:52 -04:00
base16384 base16384: add new package 2022-12-14 22:05:14 +08:00
bash treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
bc bc: use @DEBIAN 2023-01-14 15:07:25 -08:00
bcm27xx-eeprom treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
beep treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
bigclown bigclown-gateway: use Python's json lib 2022-08-16 13:12:33 -07:00
bluelog bluelog: fix build on macos 2022-02-01 16:16:24 -08:00
bluez treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections 2023-04-08 08:38:54 +02:00
bluez-tools treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
bluld bluld: Do not include kernel headers into user space application 2022-08-16 13:12:16 -07:00
bmx7-dnsupdate bmx7-dnsupdate: Call killall with the -s 2021-09-08 17:13:52 -04:00
bonnie++ treewide: remove PKG_INSTALL for meson projects 2022-06-15 18:07:46 -07:00
bossa treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
bottlerocket
btrfs-progs treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
byobu
cache-domains cache-domains: Fixed hotplug script not running 2022-03-08 21:55:31 -08:00
canutils treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
catatonit treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
ccid ccid: update to version 1.5.1 2022-12-20 01:42:14 +00:00
ccrypt treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
cgroupfs-mount cgroupfs-mount: fix symbolic link name 2020-11-09 21:19:35 +08:00
checksec checksec: update to version 2.5.0 2021-10-18 21:57:36 -07:00
clocate clocate: update to latest HEAD 2023-01-24 17:56:34 -08:00
cmdpad cmdpad: fix bad scanf format 2022-01-30 23:53:45 -08:00
cni treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
cni-plugins treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
cni-plugins-nft treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
collectd treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
conmon conmon: update to 2.1.7 2023-03-07 11:35:06 +08:00
containerd treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
coremark treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
coreutils coreutils: update to 9.2 2023-04-05 23:46:36 +08:00
cpusage cpusage: add new package 2022-10-08 15:34:04 +02:00
crconf
crelay treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
crun crun: add libgcrypt dependency 2023-01-22 15:28:07 +08:00
cryptsetup cryptsetup: update to version 2.6.0 2022-12-20 01:41:42 +00:00
ctop treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
dbus treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
device-observatory vim: remove vim/host 2022-03-17 10:04:40 +01:00
dfu-programmer dfu-programmer: update to 1.0.0 2023-01-05 18:26:09 +01:00
dfu-util dfu-util: Upgrade to version 0.11 2021-10-18 21:58:13 -07:00
digitemp treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
dmidecode
docker treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
docker-compose treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
dockerd treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
domoticz treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
dos2unix dos2unix: Update to 7.4.4 2023-02-25 12:07:50 +08:00
dosfstools dosfstools: fix PKG_SOURCE 2022-12-16 20:47:05 -08:00
dumb-init dumb-init: add package 2020-10-26 21:48:17 -07:00
dump1090 treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
dvtm treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
ecdsautils ecdsautils: update to v0.4.1 2022-05-05 18:33:00 +02:00
efibootmgr efibootmgr: new package 2023-01-18 14:02:39 +00:00
evtest evtest: update to 1.35 2023-01-13 22:04:52 -08:00
exfatprogs exfatprogs: update to version 1.2.0 2022-12-19 13:18:55 -08:00
fakeuname fakeuname: add package 2022-01-28 13:47:14 -08:00
fatresize treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
fft-eval
findutils utils/findutils: update to 4.9.0 2022-02-03 15:03:05 -08:00
fio fio: update to 3.34 2023-04-08 01:42:48 +08:00
fish treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
flashrom flashrom: update to 1.2.1 2023-01-14 23:47:17 -08:00
fontconfig treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
fuse fuse: fix compilation with recent glibc 2022-01-08 20:38:19 -08:00
fuse-overlayfs treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
fuse3 treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
gammu treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
gawk gawk: update to version 5.2.1 2022-12-20 01:44:21 +00:00
gddrescue gddrescue: update to 1.27 2023-02-24 16:08:39 -08:00
gkermit
gl-mifi-mcu gl-mifi-mcu: compatibility with linux >= 5.6 2021-01-28 07:53:11 +01:00
gl-puli-mcu treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
gnupg gnupg: compile with -fcommon 2022-11-24 10:09:58 -08:00
gnupg2 gnupg2: refresh GCC options in Makefile 2022-12-22 18:11:51 -08:00
gnuplot gnuplot: fix host lib leakage 2021-08-15 03:25:02 +03:00
gpsd treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
gptfdisk treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
grep grep: use libpcre2 2022-09-19 00:58:46 +02:00
gummiboot gummiboot: update to 48.1 2023-03-28 15:41:13 +08:00
gzip treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
hamlib hamlib: Added newline at end of init script and config 2023-02-13 21:23:43 +01:00
haserl treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
hashdeep hashdeep: fix compilation with GCC11 2021-07-07 14:53:25 -07:00
haveged treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
hd-idle
hdparm treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
hexedit hexedit: Add new package 2022-05-12 09:37:13 +03:00
hfsprogs treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
hplip treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
hub-ctrl hub-ctrl: trim trailing spaces 2022-11-02 15:22:12 +02:00
hwdata hwdata: update to version 0.359 2022-05-04 18:11:19 +02:00
hwinfo hwinfo: Backport build fix for glibc 2.36 2022-11-11 15:11:03 -08:00
i2c-tools i2c-tools: update to version 4.3 2021-08-01 04:14:42 +01:00
idevicerestore
inotify-tools inotify-tools: update to 3.20.11.0 2020-11-15 21:57:42 +00:00
io
irqbalance irqbalance: Add upstream fix for AARCH64 irq name parsing 2023-02-15 23:51:58 +02:00
joe joe: Syntax error fix 2021-02-28 12:13:41 +03:00
jq jq: fix hash mismatch problem 2022-11-17 14:54:35 -08:00
jupp jupp: update to current version 2020-11-29 01:32:32 +01:00
kitty-terminfo treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
klish treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
kmod kmod: fix wrong paths in pkgconfig files 2020-12-10 01:50:28 -08:00
lcd4linux lcd4linux: add debug option 2022-10-04 07:46:52 +02:00
lcdproc lcdproc: don't enable LPT support on non-x86 architectures 2022-08-03 18:24:28 -06:00
less treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
librespeed-cli treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
lm-sensors lm-sensors: Add support for dev_name formatted like "a000000.wifi" 2022-11-19 06:21:24 +08:00
logrotate logrotate: add logrotate.d to conffiles definition 2021-12-19 09:27:26 +00:00
lolcat lolcat: update to version 1.4 2023-03-11 22:50:14 -08:00
lrzsz lrzsz: update to v0.12.21rc and fix a CVE 2023-01-15 15:14:06 +01:00
lsof lsof: update to 4.94.0 2020-11-24 22:38:19 -08:00
lvm2 lvm2: update LVM2 to 2.03.17 and DM to 1.02.187 2022-12-20 01:41:02 +00:00
lxc treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
macchanger treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
mandoc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
mariadb treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
mbtools treewide: remove rpath-link 2022-03-13 00:02:02 -08:00
mc mc: fix mksh subshell 2022-02-02 07:15:11 -08:00
mg mg: bump to 7.0 2021-12-29 01:19:15 +01:00
micrond
minicom treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
miniflux treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
mksh treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
mktorrent mktorrent: fix bad format for 64bit platforms 2022-02-14 17:20:22 -08:00
mmc-utils mmc-utils: update to latest upstream revision 2023-03-12 17:47:46 +01:00
moreutils treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
mpack treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
mqttled mqttled: update to 0.1.2 2022-08-16 13:11:31 -07:00
mt-st treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
mtools treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
mv88e6xxx_dump mv88e6xxx_dump: update to 2023.03.08 2023-03-11 14:19:54 -05:00
nano nano: make nanorc world readable 2023-04-05 20:41:25 +03:00
ncdu ncdu: update to 1.18 2023-01-24 17:57:05 -08:00
netwhere treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
nnn treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
nsutils treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
ntfs-3g treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
oath-toolkit oath-toolkit: update to 2.6.5 2021-01-09 17:59:20 -08:00
oci-runtime-tools treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
open-plc-utils open-plc-utils: update to latest upstream version 2021-12-11 09:58:53 +01:00
open-vm-tools open-vm-tools: update to 12.2.0 2023-03-19 12:24:09 -07:00
open2300 open2300: fix build on macos 2022-01-28 12:08:38 -08:00
opendoas treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
openobex openobex: remove CXX patch 2022-10-31 12:27:05 -07:00
openocd openocd: select new libjaylink 2023-01-20 13:17:30 +00:00
opensc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
openzwave openzwave: fix compilation with macOS 2021-10-08 09:42:41 -07:00
owfs treewide: remove rpath-link 2022-03-13 00:02:02 -08:00
parted treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
passh treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
pax-utils pax-utils: add new package 2023-04-03 23:58:19 +08:00
pciutils pciutils: backport patch to fix compilation with older binutils 2022-08-21 10:44:33 +02:00
pcmciautils treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
pcsc-lite treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
pcsc-tools pcsc-tools: update to 1.6.1 2023-01-14 19:47:36 -08:00
picocom treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
pigz pigz: update to 2.7 2023-01-14 19:31:16 -08:00
podman treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
poemgr poemgr: update to latest HEAD 2022-09-24 12:36:33 +02:00
powertop treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
pps-tools
procps-ng procps-ng: add missing InstallDev section 2022-03-31 06:02:37 -07:00
progress
prometheus treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
prometheus-node-exporter-lua prometheus-node-exporter-lua: adapt dependencies for the dsl collector 2022-09-14 09:09:05 +02:00
prometheus-statsd-exporter treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
pservice treewide: add conffiles 2020-05-09 06:06:43 +08:00
psmisc psmisc: move killall to /usr/libexec and add ALTERNATIVES 2021-04-18 14:31:11 +02:00
pv
qemu treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
qfirehose qfirehose: new package 2023-01-14 10:01:34 -08:00
quota quota: update to 4.09 2022-12-22 16:28:45 -08:00
readsb treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
realtek-poe treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
relayctl treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
reptyr reptyr: fix build on macos 2022-01-26 23:01:10 +01:00
restic treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
ripgrep ripgrep: adapt new rust build standard 2023-03-24 02:08:47 +08:00
rng-tools rng-tools: drop unneeded dep 2022-03-01 18:01:55 -05:00
rpcd-mod-lxc treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
rrdtool1 rrdtool: update PKG_SOURCE_URL 2022-10-06 03:35:57 +08:00
rtklib rtklib: update to 2.4.3 b34; fix patches 2022-02-03 10:58:22 +01:00
rtl-ais
rtl-sdr rtl-sdr: switch to git tarball 2023-01-14 23:47:35 -08:00
rtl_433 treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
rtty treewide: fix security issues by bumping all packages using libwolfssl 2022-10-04 00:58:29 -07:00
runc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
sane-backends sane-backends: fix build on macos 2022-01-29 19:26:44 -03:00
screen screen: backport fix for CVE-2021-26937 2021-02-23 08:09:05 +01:00
sed sed: remove old libpcre dependency 2023-02-28 15:41:52 -08:00
selinux-python selinux-python: update to version 3.2 2021-03-09 16:53:39 -08:00
semodule-utils treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
serialconsole
setools python-cython: Add new host-only package 2023-03-31 13:06:33 +08:00
setserial treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
sexpect treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
shadow shadow: use libxcrypt 2020-06-22 18:33:17 -07:00
shared-mime-info shared-mimo-info: fix compilation with BUILD_NLS 2022-02-18 18:50:42 +01:00
sipcalc treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
sispmctl sispmctl: update to 4.8 2020-09-20 16:25:18 -07:00
slide-switch slide-switch: Update to 1.0.0 2022-03-17 11:39:20 -07:00
slirp4netns treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
smartmontools treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
sms-tool treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
smstools3 treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
sockread sockread: add missing header 2022-01-31 07:05:17 -08:00
spi-tools treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
squashfs-tools squashfs-tools: bump to version 4.6.1 2023-04-03 09:51:28 +03:00
ssdeep treewide: change email 2021-07-29 13:21:02 +02:00
sshpass sshpass: update to version 1.09 2021-03-22 02:04:03 +01:00
stm32flash treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
stoken stoken: fix compilation with BUILD_NLS 2021-03-04 23:44:46 -08:00
stress stress: bump to version 1.0.7 2023-02-06 13:19:10 +02:00
stress-ng stress-ng: bump to version 0.15.06 2023-04-03 10:26:13 +03:00
sumo treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
swig swig: enable pcre2 support (refs #20604) 2023-03-15 07:32:29 +01:00
syncthing treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
sysstat treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tang treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tar treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
taskwarrior treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tcsh treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
telegraf treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
telldus-core telldus-core: add missing include 2022-09-18 22:57:43 -07:00
temperusb
tessdata treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tesseract treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tini treewide: back to cmake.mk 2021-06-12 21:05:01 -07:00
tinyionice treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tio
tmux treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
tracertools
tree tree: bump to 2.1.0 2022-12-31 11:03:39 +02:00
triggerhappy triggerhappy: don't build man pages 2021-07-23 19:38:56 -07:00
ttyd ttyd: fix ssl ca option init 2021-09-26 19:51:10 -07:00
ubnt-manager treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
uhubctl uhubctl: update to 2.5.0 2022-11-18 09:27:49 +08:00
uledd treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
unrar treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
unzip treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
usbmuxd
usbutils usbutils: bump to 014 2021-08-25 14:31:32 +08:00
uvcdynctrl uvcdynctrl: compile with meson 2022-06-09 21:45:34 -07:00
uvol uvol: switch to /sys/class/ubi 2023-02-15 04:06:36 +00:00
vim vim: update to 9.0 2022-09-22 01:25:51 -07:00
watchcat watchcat: fix broken ping invocation for no-address-family configuration 2022-08-01 20:35:15 -04:00
which
whois treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
wifitoggle treewide: Change .*GPL.*+ licenses to SPDX compatible identifier 2019-09-10 07:45:15 +02:00
wipe treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
xfsprogs xfsprogs: fix compilation under glibc 2020-12-30 16:52:59 -08:00
xxhash xxhash: add package for 0.8.1 2022-11-26 15:24:03 +01:00
xz treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
yara treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
ykclient ykclient: remove pointless PKG_BUILD_DEPENDS 2021-07-29 13:08:54 -07:00
ykpers treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
yq treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
zile
zoneinfo zoneinfo: updated to the latest release 2023-04-05 23:49:19 +08:00
zsh treewide: refactor to use PKG_BUILD_FLAGS:=lto 2023-04-08 08:38:54 +02:00
zstd treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
zyxel-reset zyxel-reset: add package 2022-12-25 02:28:48 +01:00