openwrt/package/network/services
Jonas Gorski c8a30172f8 dnsmasq: ensure test and rc order as older than final releases
Opkg treats text after a version number as higher than without:

 ~# opkg compare-versions "2.80rc1" "<<" "2.80"; echo $?
 1
 ~# opkg compare-versions "2.80rc1" ">>" "2.80"; echo $?
 0

This causes opkg not offering final release as upgradable version, and
even refusing to update, since it thinks the installed version is
higher.

This can be mitigated by adding ~ between the version and the text, as ~
will order as less than everything except itself. Since 'r' < 't', to
make sure that test will be treated as lower than rc we add a second ~
before the test tag. That way, the ordering becomes

  2.80~~test < 2.80~rc < 2.80

which then makes opkg properly treat prerelease versions as lower.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2019-02-17 16:55:24 +01:00
..
dnsmasq dnsmasq: ensure test and rc order as older than final releases 2019-02-17 16:55:24 +01:00
dropbear procd: Add wrapper for uci_validate_section() 2019-01-22 09:05:59 +01:00
ead ead: use new protocol setting API since libpcap 1.9.0 2018-07-27 11:17:20 +02:00
hostapd hostapd: update the fix for a race condition in mesh new peer handling 2019-02-17 16:06:44 +01:00
igmpproxy igmpproxy: drop SSDP packets 2018-07-30 10:43:36 +02:00
ipset-dns ipset-dns: bump to git HEAD 2017-10-08 20:51:03 +03:00
lldpd lldpd: consolidate CONFIGURE_VARS 2018-12-28 12:19:32 +02:00
odhcpd odhcpd: fix onlink IA check (FS#2060) 2019-01-16 23:01:05 +01:00
omcproxy omcproxy: optimize interface triggers 2018-12-29 16:08:31 +01:00
openvpn openvpn: re-add option comp_lzo 2018-12-12 17:15:01 +01:00
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.4 2018-07-30 10:43:38 +02:00
ppp ppp: update to version 2.4.7.git-2018-06-23 2019-01-25 14:55:46 +01:00
relayd treewide: replace LEDE_GIT with PROJECT_GIT 2018-01-10 21:27:32 +01:00
samba36 samba36: add package with hotplug.d script for auto sharing 2019-01-10 10:33:40 +01:00
uhttpd uhttpd: disable concurrent requests by default 2019-01-30 10:12:00 +01:00
umdns treewide: replace LEDE_GIT with PROJECT_GIT 2018-01-10 21:27:32 +01:00
wireguard wireguard: bump to 0.0.20190123 2019-01-23 18:06:49 +01:00