# HG changeset patch # User Pascal Bellard # Date 1703332588 0 # Node ID 2649ef41aa4ecc2d6f9fc5228f8b8ca1dc554f04 # Parent d88295c12cfc48ee7cee995dbdafffea81a2cac4 openssh: back to 9.3p1 ... diff -r d88295c12cfc -r 2649ef41aa4e openssh-pam/receipt --- a/openssh-pam/receipt Fri Dec 22 14:30:01 2023 +0000 +++ b/openssh-pam/receipt Sat Dec 23 11:56:28 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh-pam" -VERSION="9.6p1" +VERSION="9.3p1" CATEGORY="security" TAGS="ssh security" SHORT_DESC="Openbsd Secure Shell using PAM." @@ -23,6 +23,7 @@ CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli" SECRET_FILES="/etc/ssh/*key*" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ diff -r d88295c12cfc -r 2649ef41aa4e openssh/receipt --- a/openssh/receipt Fri Dec 22 14:30:01 2023 +0000 +++ b/openssh/receipt Sat Dec 23 11:56:28 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh" -VERSION="9.6p1" +VERSION="9.3p1" CATEGORY="security" TAGS="ssh security" SHORT_DESC="Openbsd Secure Shell." @@ -26,6 +26,7 @@ # @maintainer: Please update also sftp-server +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ diff -r d88295c12cfc -r 2649ef41aa4e putty/receipt --- a/putty/receipt Fri Dec 22 14:30:01 2023 +0000 +++ b/putty/receipt Sat Dec 23 11:56:28 2023 +0000 @@ -17,7 +17,7 @@ xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ xorg-libXrender zlib" -BUILD_DEPENDS="gtk+-dev imagemagick krb5-dev libltdl openexr perl py3k" +BUILD_DEPENDS="gtk+-dev imagemagick krb5-dev libltdl openexr perl py3k cmake" # What is the latest version available today? current_version() @@ -29,6 +29,9 @@ # Rules to configure and make the package. compile_rules() { + cmake -DCMAKE_INSTALL_PREFIX=/usr . + cmake --build . + cmake --build . --target install cd $src/icons && sed -i 's|:- %s|& 2>/dev/null|' mkicon.py @@ -36,13 +39,7 @@ make install && mkdir -p $DESTDIR/usr/share/pixmaps && cp $src/icons/pterm-48.png $DESTDIR/usr/share/pixmaps/pterm.png && - cp $src/icons/putty-48.png $DESTDIR/usr/share/pixmaps/putty.png && - - cd $src/unix && - sed -e 's/-Werror//g' -i configure && - ./configure $CONFIGURE_ARGS && - make XFLAGS=-DTELNET_DEFAULT && - make install + cp $src/icons/putty-48.png $DESTDIR/usr/share/pixmaps/putty.png } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r d88295c12cfc -r 2649ef41aa4e screentest/receipt --- a/screentest/receipt Fri Dec 22 14:30:01 2023 +0000 +++ b/screentest/receipt Sat Dec 23 11:56:28 2023 +0000 @@ -25,6 +25,7 @@ # Rules to configure and make the package. compile_rules() { + mkdir build-aux sed -i 's/prune , -name/prune -or -name/' autogen.sh ./autogen.sh ./configure --prefix=/usr $CONFIGURE_ARGS && diff -r d88295c12cfc -r 2649ef41aa4e sftp-server/receipt --- a/sftp-server/receipt Fri Dec 22 14:30:01 2023 +0000 +++ b/sftp-server/receipt Sat Dec 23 11:56:28 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sftp-server" -VERSION="9.6p1" +VERSION="9.3p1" CATEGORY="security" TAGS="ssh" SHORT_DESC="Openbsd Secure FTP server."