wok-6.x rev 21440
Up ipxe (1.0.0-20170417)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 29 13:02:07 2019 +0200 (2019-04-29) |
parents | 223e4ee94f57 |
children | 144587e79c1d |
files | alpine/receipt ipxe/receipt lynx/receipt |
line diff
1.1 --- a/alpine/receipt Sun Apr 28 07:01:48 2019 +0100 1.2 +++ b/alpine/receipt Mon Apr 29 13:02:07 2019 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Fast, easy to use email client." 1.5 MAINTAINER="paul@slitaz.org" 1.6 LICENSE="Apache" 1.7 -WEB_SITE="http://www.washington.edu/alpine/" 1.8 +WEB_SITE="https://repo.or.cz/alpine.git" 1.9 TARBALL="$PACKAGE.tar.gz" 1.10 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" 1.11 TAGS="mail client"
2.1 --- a/ipxe/receipt Sun Apr 28 07:01:48 2019 +0100 2.2 +++ b/ipxe/receipt Mon Apr 29 13:02:07 2019 +0200 2.3 @@ -1,8 +1,8 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ipxe" 2.7 -VERSION="1.0.0-20170417" 2.8 -GIT_TAG="2d79b20f2a3eba199012de3bd11f8aef0a5b9dbf" 2.9 +VERSION="1.0.0-20190427" 2.10 +GIT_TAG="a95966955c6904b975b0ccec0dd338385fb3066b" 2.11 CATEGORY="system-tools" 2.12 SHORT_DESC="Open source network boot firmware." 2.13 MAINTAINER="pascal.bellard@slitaz.org" 2.14 @@ -23,8 +23,10 @@ 2.15 sed -i 's|//\(#define.*CONSOLE_FRAMEBUFFER\)|\1|' config/console.h 2.16 sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h 2.17 sed -i -e 's|//\(#define.*IMAGE_PNG\)|\1|' \ 2.18 + -e 's|.*\(NET_PROTO_IPV6\)|#define \1|' \ 2.19 -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \ 2.20 -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h 2.21 + sed -i "s|\(TAG_LINE \"\)|\1${VERSION#*-} -- |" config/branding.h 2.22 sed -i 's|//\(#define.*CPUID_SETTINGS\)|\1|' config/settings.h 2.23 pxelinux="$(ls $WOK/syslinux/source/*/core/pxelinux.0)" 2.24 make bin/undionly.kkkpxe EMBED=$stuff/ipxelinux.ipxe,$pxelinux &&
3.1 --- a/lynx/receipt Sun Apr 28 07:01:48 2019 +0100 3.2 +++ b/lynx/receipt Mon Apr 29 13:02:07 2019 +0200 3.3 @@ -1,14 +1,14 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="lynx" 3.7 -VERSION="2.8.9" 3.8 +VERSION="2.8.9rel1" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Terminal-based text-only browser." 3.11 MAINTAINER="samuel_trassare@yahoo.com" 3.12 LICENSE="GPL2" 3.13 WEB_SITE="https://lynx.browser.org/" 3.14 3.15 -TARBALL="$PACKAGE${VERSION}rel.1.tar.bz2" 3.16 +TARBALL="$PACKAGE${VERSION/rel/rel.}.tar.bz2" 3.17 WGET_URL="https://invisible-mirror.net/archives/$PACKAGE/tarballs/$TARBALL" 3.18 3.19 # Will require build dep libtirpc after glibc is upgraded to 2.14.