wok rev 21872

Up hostapd, wpa_supplicant (2.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 10:58:35 2019 +0200 (2019-09-27)
parents 352e1cee9466
children bf5e98cbe36f
files busybox/stuff/command_not_found hostapd/receipt wpa_supplicant/receipt
line diff
     1.1 --- a/busybox/stuff/command_not_found	Wed Sep 25 18:02:05 2019 +0200
     1.2 +++ b/busybox/stuff/command_not_found	Fri Sep 27 10:58:35 2019 +0200
     1.3 @@ -2,8 +2,8 @@
     1.4  
     1.5  FILES=/var/lib/tazpkg/files.list.lzma
     1.6  LIST=/tmp/command-list.gz
     1.7 -[ ! $LIST -nt $FILES ] && unlzma <$FILES | grep -E "(: ${PATH//:/|: })" | \
     1.8 -gzip -9 >$LIST && chmod 666 $LIST
     1.9 +[ -s $FILES ] && [ ! $LIST -nt $FILES ] && unlzma <$FILES | \
    1.10 +grep -E "(: ${PATH//:/|: })" | gzip -9 >$LIST && chmod 666 $LIST
    1.11  
    1.12  lookup() {
    1.13  	zcat $LIST | grep "/$2$1$" | if read pkg file; then
     2.1 --- a/hostapd/receipt	Wed Sep 25 18:02:05 2019 +0200
     2.2 +++ b/hostapd/receipt	Fri Sep 27 10:58:35 2019 +0200
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="hostapd"
     2.7 -VERSION="2.8"
     2.8 +VERSION="2.9"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Daemon for wireless software access points."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 -WEB_SITE="http://hostap.epitest.fi/hostapd/"
    2.15 -WGET_URL="http://hostap.epitest.fi/releases/$TARBALL"
    2.16 +WEB_SITE="https://w1.fi/hostapd"
    2.17 +WGET_URL="${WEB_SITE%/*}/releases/$TARBALL"
    2.18  HOST_ARCH="i486 arm"
    2.19  
    2.20  DEPENDS="openssl libnl"
     3.1 --- a/wpa_supplicant/receipt	Wed Sep 25 18:02:05 2019 +0200
     3.2 +++ b/wpa_supplicant/receipt	Fri Sep 27 10:58:35 2019 +0200
     3.3 @@ -1,14 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="wpa_supplicant"
     3.7 -VERSION="2.6"
     3.8 +VERSION="2.9"
     3.9  CATEGORY="utilities"
    3.10  SHORT_DESC="WPA Supplicant with support for WPA and WPA2"
    3.11  MAINTAINER="0dddba11@googlemail.com"
    3.12  LICENSE="GPL2"
    3.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 -WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/"
    3.15 -WGET_URL="http://hostap.epitest.fi/releases/$TARBALL"
    3.16 +WEB_SITE="https://w1.fi/wpa_supplicant"
    3.17 +WGET_URL="${WEB_SITE%/*}/releases/$TARBALL"
    3.18  CONFIG_FILES="/etc/wpa/wpa_supplicant.conf"
    3.19  TAGS="wireless wifi network"
    3.20  HOST_ARCH="i486 arm"