wok rev 25563

Up openssh (9.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 06 08:42:03 2023 +0000 (12 months ago)
parents 64e725df93c0
children 3c71bb4367c3
files openssh-pam/receipt openssh/receipt realvnc-viewer/receipt sftp-server/receipt sunxi-tools/receipt tp_smapi/receipt
line diff
     1.1 --- a/openssh-pam/receipt	Mon May 01 08:21:00 2023 +0000
     1.2 +++ b/openssh-pam/receipt	Sat May 06 08:42:03 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh-pam"
     1.7 -VERSION="9.0p1"
     1.8 +VERSION="9.3p1"
     1.9  CATEGORY="security"
    1.10  TAGS="ssh security"
    1.11  SHORT_DESC="Openbsd Secure Shell using PAM."
     2.1 --- a/openssh/receipt	Mon May 01 08:21:00 2023 +0000
     2.2 +++ b/openssh/receipt	Sat May 06 08:42:03 2023 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="openssh"
     2.7 -VERSION="9.0p1"
     2.8 +VERSION="9.3p1"
     2.9  CATEGORY="security"
    2.10  TAGS="ssh security"
    2.11  SHORT_DESC="Openbsd Secure Shell."
     3.1 --- a/realvnc-viewer/receipt	Mon May 01 08:21:00 2023 +0000
     3.2 +++ b/realvnc-viewer/receipt	Sat May 06 08:42:03 2023 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="GPL2"
     3.5  TARBALL="vnc4_${VERSION}+X4.3.0.orig.tar.gz"
     3.6  WEB_SITE="https://www.realvnc.com/"
     3.7 -WGET_URL="http://ftp.de.debian.org/debian/pool/main/v/vnc4/$TARBALL"
     3.8 +WGET_URL="https://web.archive.org/web/20230504110204if_/https://launchpadlibrarian.net/201915923/$TARBALL"
     3.9  DEPENDS="gcc-lib-base xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext \
    3.10  xorg-libICE xorg-libSM util-linux-uuid"
    3.11  BUILD_DEPENDS="xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev \
     4.1 --- a/sftp-server/receipt	Mon May 01 08:21:00 2023 +0000
     4.2 +++ b/sftp-server/receipt	Sat May 06 08:42:03 2023 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="sftp-server"
     4.7 -VERSION="9.0p1"
     4.8 +VERSION="9.3p1"
     4.9  CATEGORY="security"
    4.10  TAGS="ssh"
    4.11  SHORT_DESC="Openbsd Secure FTP server."
     5.1 --- a/sunxi-tools/receipt	Mon May 01 08:21:00 2023 +0000
     5.2 +++ b/sunxi-tools/receipt	Sat May 06 08:42:03 2023 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="Help hacking Allwinner A10 (aka sun4i) based devices."
     5.5  MAINTAINER="pascal.bellard@slitaz.org"
     5.6  LICENSE="GPL2"
     5.7 -WEB_SITE="https://linux-sunxi.org/Sunxi-tools"
     5.8 +WEB_SITE="https://github.com/linux-sunxi/sunxi-tools"
     5.9  
    5.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.11  WGET_URL="https://github.com/linux-sunxi/$PACKAGE/archive/v$VERSION.tar.gz"
     6.1 --- a/tp_smapi/receipt	Mon May 01 08:21:00 2023 +0000
     6.2 +++ b/tp_smapi/receipt	Sat May 06 08:42:03 2023 +0000
     6.3 @@ -1,14 +1,14 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="tp_smapi"
     6.7 -VERSION="0.41"
     6.8 +VERSION="0.43"
     6.9  CATEGORY="base-system"
    6.10  SHORT_DESC="IBM ThinkPad SMAPI BIOS driver"
    6.11  MAINTAINER="domcox@slitaz.org"
    6.12  LICENSE="GPL2"
    6.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.14 -WEB_SITE="https://github.com/evgeni/tp_smapi"
    6.15 -WGET_URL="https://github.com/downloads/evgeni/$PACKAGE/$TARBALL"
    6.16 +WEB_SITE="https://github.com/linux-thinkpad/tp_smapi"
    6.17 +WGET_URL="https://github.com/linux-thinkpad/tp_smapi/archive/refs/tags/tp-smapi/$VERSION.tar.gz"
    6.18  
    6.19  BUILD_DEPENDS="linux-module-headers linux-source wget"
    6.20  
    6.21 @@ -22,7 +22,6 @@
    6.22  # Rules to configure and make the package.
    6.23  compile_rules()
    6.24  {
    6.25 -	cd $src
    6.26  	sed -i "s/uname -r/echo $kvers-slitaz/" Makefile
    6.27  	make modules HDAPS=1
    6.28  }