# HG changeset patch # User Pascal Bellard # Date 1683362523 0 # Node ID 41581d281860e5cf8b930e6525d4b74767f41609 # Parent 64e725df93c0e0dc5e569b560db991b62db1de94 Up openssh (9.3p1) diff -r 64e725df93c0 -r 41581d281860 openssh-pam/receipt --- a/openssh-pam/receipt Mon May 01 08:21:00 2023 +0000 +++ b/openssh-pam/receipt Sat May 06 08:42:03 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh-pam" -VERSION="9.0p1" +VERSION="9.3p1" CATEGORY="security" TAGS="ssh security" SHORT_DESC="Openbsd Secure Shell using PAM." diff -r 64e725df93c0 -r 41581d281860 openssh/receipt --- a/openssh/receipt Mon May 01 08:21:00 2023 +0000 +++ b/openssh/receipt Sat May 06 08:42:03 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh" -VERSION="9.0p1" +VERSION="9.3p1" CATEGORY="security" TAGS="ssh security" SHORT_DESC="Openbsd Secure Shell." diff -r 64e725df93c0 -r 41581d281860 realvnc-viewer/receipt --- a/realvnc-viewer/receipt Mon May 01 08:21:00 2023 +0000 +++ b/realvnc-viewer/receipt Sat May 06 08:42:03 2023 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="vnc4_${VERSION}+X4.3.0.orig.tar.gz" WEB_SITE="https://www.realvnc.com/" -WGET_URL="http://ftp.de.debian.org/debian/pool/main/v/vnc4/$TARBALL" +WGET_URL="https://web.archive.org/web/20230504110204if_/https://launchpadlibrarian.net/201915923/$TARBALL" DEPENDS="gcc-lib-base xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext \ xorg-libICE xorg-libSM util-linux-uuid" BUILD_DEPENDS="xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev \ diff -r 64e725df93c0 -r 41581d281860 sftp-server/receipt --- a/sftp-server/receipt Mon May 01 08:21:00 2023 +0000 +++ b/sftp-server/receipt Sat May 06 08:42:03 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sftp-server" -VERSION="9.0p1" +VERSION="9.3p1" CATEGORY="security" TAGS="ssh" SHORT_DESC="Openbsd Secure FTP server." diff -r 64e725df93c0 -r 41581d281860 sunxi-tools/receipt --- a/sunxi-tools/receipt Mon May 01 08:21:00 2023 +0000 +++ b/sunxi-tools/receipt Sat May 06 08:42:03 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Help hacking Allwinner A10 (aka sun4i) based devices." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://linux-sunxi.org/Sunxi-tools" +WEB_SITE="https://github.com/linux-sunxi/sunxi-tools" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/linux-sunxi/$PACKAGE/archive/v$VERSION.tar.gz" diff -r 64e725df93c0 -r 41581d281860 tp_smapi/receipt --- a/tp_smapi/receipt Mon May 01 08:21:00 2023 +0000 +++ b/tp_smapi/receipt Sat May 06 08:42:03 2023 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="tp_smapi" -VERSION="0.41" +VERSION="0.43" CATEGORY="base-system" SHORT_DESC="IBM ThinkPad SMAPI BIOS driver" MAINTAINER="domcox@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/evgeni/tp_smapi" -WGET_URL="https://github.com/downloads/evgeni/$PACKAGE/$TARBALL" +WEB_SITE="https://github.com/linux-thinkpad/tp_smapi" +WGET_URL="https://github.com/linux-thinkpad/tp_smapi/archive/refs/tags/tp-smapi/$VERSION.tar.gz" BUILD_DEPENDS="linux-module-headers linux-source wget" @@ -22,7 +22,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i "s/uname -r/echo $kvers-slitaz/" Makefile make modules HDAPS=1 }