wok rev 25631

openssh: back to 9.3p1 ...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 23 11:56:28 2023 +0000 (4 months ago)
parents d88295c12cfc
children a3503ff52a2e
files openssh-pam/receipt openssh/receipt putty/receipt screentest/receipt sftp-server/receipt
line diff
     1.1 --- a/openssh-pam/receipt	Fri Dec 22 14:30:01 2023 +0000
     1.2 +++ b/openssh-pam/receipt	Sat Dec 23 11:56:28 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh-pam"
     1.7 -VERSION="9.6p1"
     1.8 +VERSION="9.3p1"
     1.9  CATEGORY="security"
    1.10  TAGS="ssh security"
    1.11  SHORT_DESC="Openbsd Secure Shell using PAM."
    1.12 @@ -23,6 +23,7 @@
    1.13  CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli"
    1.14  SECRET_FILES="/etc/ssh/*key*"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     2.1 --- a/openssh/receipt	Fri Dec 22 14:30:01 2023 +0000
     2.2 +++ b/openssh/receipt	Sat Dec 23 11:56:28 2023 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="openssh"
     2.7 -VERSION="9.6p1"
     2.8 +VERSION="9.3p1"
     2.9  CATEGORY="security"
    2.10  TAGS="ssh security"
    2.11  SHORT_DESC="Openbsd Secure Shell."
    2.12 @@ -26,6 +26,7 @@
    2.13  
    2.14  # @maintainer:	Please update also sftp-server
    2.15  
    2.16 +# What is the latest version available today?
    2.17  current_version()
    2.18  {
    2.19  	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
     3.1 --- a/putty/receipt	Fri Dec 22 14:30:01 2023 +0000
     3.2 +++ b/putty/receipt	Sat Dec 23 11:56:28 2023 +0000
     3.3 @@ -17,7 +17,7 @@
     3.4  	xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
     3.5  	xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
     3.6  	xorg-libXrender zlib"
     3.7 -BUILD_DEPENDS="gtk+-dev imagemagick krb5-dev libltdl openexr perl py3k"
     3.8 +BUILD_DEPENDS="gtk+-dev imagemagick krb5-dev libltdl openexr perl py3k cmake"
     3.9  
    3.10  # What is the latest version available today?
    3.11  current_version()
    3.12 @@ -29,6 +29,9 @@
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
    3.16 +	cmake -DCMAKE_INSTALL_PREFIX=/usr .
    3.17 +	cmake --build .
    3.18 +	cmake --build . --target install
    3.19  	cd $src/icons &&
    3.20  	sed -i 's|:- %s|& 2>/dev/null|' mkicon.py
    3.21  
    3.22 @@ -36,13 +39,7 @@
    3.23  	make install &&
    3.24  	mkdir -p $DESTDIR/usr/share/pixmaps &&
    3.25  	cp $src/icons/pterm-48.png $DESTDIR/usr/share/pixmaps/pterm.png &&
    3.26 -	cp $src/icons/putty-48.png $DESTDIR/usr/share/pixmaps/putty.png &&
    3.27 -	
    3.28 -	cd $src/unix &&
    3.29 -	sed -e 's/-Werror//g' -i configure &&
    3.30 -	./configure $CONFIGURE_ARGS &&
    3.31 -	make XFLAGS=-DTELNET_DEFAULT &&
    3.32 -	make install
    3.33 +	cp $src/icons/putty-48.png $DESTDIR/usr/share/pixmaps/putty.png
    3.34  }
    3.35  
    3.36  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/screentest/receipt	Fri Dec 22 14:30:01 2023 +0000
     4.2 +++ b/screentest/receipt	Sat Dec 23 11:56:28 2023 +0000
     4.3 @@ -25,6 +25,7 @@
     4.4  # Rules to configure and make the package.
     4.5  compile_rules()
     4.6  {
     4.7 +	mkdir build-aux
     4.8  	sed -i 's/prune , -name/prune -or -name/' autogen.sh
     4.9  	./autogen.sh
    4.10  	./configure --prefix=/usr $CONFIGURE_ARGS &&
     5.1 --- a/sftp-server/receipt	Fri Dec 22 14:30:01 2023 +0000
     5.2 +++ b/sftp-server/receipt	Sat Dec 23 11:56:28 2023 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="sftp-server"
     5.7 -VERSION="9.6p1"
     5.8 +VERSION="9.3p1"
     5.9  CATEGORY="security"
    5.10  TAGS="ssh"
    5.11  SHORT_DESC="Openbsd Secure FTP server."