wok rev 24972
Up lzsa (1.3.11)
line diff
1.1 --- a/aircrack-ng/receipt Tue Apr 26 22:23:24 2022 +0200 1.2 +++ b/aircrack-ng/receipt Sun May 01 08:42:44 2022 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="https://www.aircrack-ng.org/" 1.7 -WGET_URL="http://download.aircrack-ng.org/$TARBALL" 1.8 +WGET_URL="https://download.aircrack-ng.org/$TARBALL" 1.9 1.10 DEPENDS="aircrack-ng-oui iw openssl sqlite zlib pylorcon" 1.11 BUILD_DEPENDS="sqlite-dev pylorcon openssl-dev"
2.1 --- a/apache-ant/receipt Tue Apr 26 22:23:24 2022 +0200 2.2 +++ b/apache-ant/receipt Sun May 01 08:42:44 2022 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="https://ant.apache.org/" 2.5 2.6 TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" 2.7 -WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL" 2.8 +WGET_URL="https://www.apache.org/dist/ant/binaries/$TARBALL" 2.9 2.10 SUGGESTED="" 2.11 DEPENDS="jdk"
3.1 --- a/apr-util/receipt Tue Apr 26 22:23:24 2022 +0200 3.2 +++ b/apr-util/receipt Sun May 01 08:42:44 2022 +0000 3.3 @@ -9,7 +9,7 @@ 3.4 WEB_SITE="https://apr.apache.org" 3.5 3.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.7 -WGET_URL="http://www.apache.org/dist/apr/$TARBALL" 3.8 +WGET_URL="https://www.apache.org/dist/apr/$TARBALL" 3.9 3.10 DEPENDS="apr expat ncurses readline zlib" 3.11 BUILD_DEPENDS="apr-dev expat-dev gawk libmysqlclient
4.1 --- a/apr/receipt Tue Apr 26 22:23:24 2022 +0200 4.2 +++ b/apr/receipt Sun May 01 08:42:44 2022 +0000 4.3 @@ -9,7 +9,7 @@ 4.4 WEB_SITE="https://apr.apache.org" 4.5 4.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.7 -WGET_URL="http://www.apache.org/dist/$PACKAGE/$TARBALL" 4.8 +WGET_URL="https://www.apache.org/dist/$PACKAGE/$TARBALL" 4.9 4.10 DEPENDS="util-linux-uuid" 4.11 BUILD_DEPENDS="util-linux-uuid-dev"
5.1 --- a/audacious/receipt Tue Apr 26 22:23:24 2022 +0200 5.2 +++ b/audacious/receipt Sun May 01 08:42:44 2022 +0000 5.3 @@ -10,7 +10,7 @@ 5.4 WEB_SITE="https://audacious-media-player.org/" 5.5 5.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.7 -WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" 5.8 +WGET_URL="https://distfiles.audacious-media-player.org/$TARBALL" 5.9 5.10 SUGGESTED="audacious-lang audacious-plugins" 5.11 DEPENDS="dbus-glib gcc83-lib-base gtk+ libmcs libmowgli libsamplerate
6.1 --- a/csync/receipt Tue Apr 26 22:23:24 2022 +0200 6.2 +++ b/csync/receipt Sun May 01 08:42:44 2022 +0000 6.3 @@ -6,7 +6,7 @@ 6.4 SHORT_DESC="File synchronizer" 6.5 MAINTAINER="erjo@slitaz.org" 6.6 LICENSE="GPL2" 6.7 -WEB_SITE="http://www.csync.org/" 6.8 +WEB_SITE="http://csync.org/" 6.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.10 WGET_URL="http://download.owncloud.com/download/$TARBALL" 6.11 6.12 @@ -24,6 +24,7 @@ 6.13 # Rules to configure and make the package. 6.14 compile_rules() 6.15 { 6.16 + sed -i 's|^\( *\)/opt/local\(.*\)$|&\n\1/opt/samba\2|' cmake/Modules/FindLibsmbclient.cmake 6.17 mkdir csync-build && cd csync-build 6.18 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 6.19 -DWITH_LOG4C=OFF \
7.1 --- a/cups-filters/receipt Tue Apr 26 22:23:24 2022 +0200 7.2 +++ b/cups-filters/receipt Sun May 01 08:42:44 2022 +0000 7.3 @@ -8,7 +8,7 @@ 7.4 LICENSE="GPL" 7.5 WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" 7.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 7.7 -WGET_URL="http://www.openprinting.org/download/cups-filters/$TARBALL" 7.8 +WGET_URL="https://www.openprinting.org/download/cups-filters/$TARBALL" 7.9 EXTRA_SOURCE_FILES="$PACKAGE-7371.u" 7.10 WGET_URL2="http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/diff/7371" 7.11
8.1 --- a/db/receipt Tue Apr 26 22:23:24 2022 +0200 8.2 +++ b/db/receipt Sun May 01 08:42:44 2022 +0000 8.3 @@ -8,7 +8,7 @@ 8.4 LICENSE="BSD" 8.5 TARBALL="$PACKAGE-$VERSION.NC.tar.gz" 8.6 WEB_SITE="https://www.oracle.com/database/berkeley-db/db.html" 8.7 -WGET_URL="http://download.oracle.com/berkeley-db/$TARBALL" 8.8 +WGET_URL="https://download.oracle.com/berkeley-db/$TARBALL" 8.9 TAGS="database" 8.10 HOST_ARCH="i486 arm" 8.11
9.1 --- a/dhcp/receipt Tue Apr 26 22:23:24 2022 +0200 9.2 +++ b/dhcp/receipt Sun May 01 08:42:44 2022 +0000 9.3 @@ -9,7 +9,7 @@ 9.4 WEB_SITE="https://www.isc.org/dhcp/" 9.5 9.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.7 -WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$VERSION/$TARBALL" 9.8 +WGET_URL="https://ftp.isc.org/isc/$PACKAGE/$VERSION/$TARBALL" 9.9 9.10 DEPENDS="libcrypto" 9.11 BUILD_DEPENDS="file perl"
10.1 --- a/diggerjs/receipt Tue Apr 26 22:23:24 2022 +0200 10.2 +++ b/diggerjs/receipt Sun May 01 08:42:44 2022 +0000 10.3 @@ -9,7 +9,7 @@ 10.4 SOURCE="digger.js" 10.5 TARBALL="$SOURCE-$VERSION.zip" 10.6 WEB_SITE="http://www.heise.de/software/download/digger.js/8148" 10.7 -WGET_URL="http://www.tikkel.de/download/$TARBALL" 10.8 +WGET_URL="https://www.tikkel.de/download/$TARBALL" 10.9 10.10 # What is the latest version available today? 10.11 current_version()
11.1 --- a/dmraid/receipt Tue Apr 26 22:23:24 2022 +0200 11.2 +++ b/dmraid/receipt Sun May 01 08:42:44 2022 +0000 11.3 @@ -7,7 +7,7 @@ 11.4 MAINTAINER="pascal.bellard@slitaz.org" 11.5 LICENSE="GPL2" 11.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 11.7 -WEB_SITE="http://people.redhat.com/~heinzm/sw/dmraid/" 11.8 +WEB_SITE="https://people.redhat.com/~heinzm/sw/dmraid/" 11.9 WGET_URL="$WEB_SITE/src/$TARBALL" 11.10 11.11 DEPENDS="libdevmapper linux-md"
12.1 --- a/dvtm/receipt Tue Apr 26 22:23:24 2022 +0200 12.2 +++ b/dvtm/receipt Sun May 01 08:42:44 2022 +0000 12.3 @@ -6,7 +6,7 @@ 12.4 SHORT_DESC="A tiling window management for the console" 12.5 MAINTAINER="claudinei@slitaz.org" 12.6 LICENSE="MIT" 12.7 -WEB_SITE="http://www.brain-dump.org/projects/dvtm" 12.8 +WEB_SITE="https://www.brain-dump.org/projects/dvtm" 12.9 12.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.11 WGET_URL="$WEB_SITE/$TARBALL"
13.1 --- a/exo/receipt Tue Apr 26 22:23:24 2022 +0200 13.2 +++ b/exo/receipt Sun May 01 08:42:44 2022 +0000 13.3 @@ -8,7 +8,7 @@ 13.4 LICENSE="GPL2" 13.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.6 WEB_SITE="https://www.xfce.org" 13.7 -WGET_URL="http://archive.xfce.org/xfce/4.10/src/$TARBALL" 13.8 +WGET_URL="https://archive.xfce.org/xfce/4.10/src/$TARBALL" 13.9 COOK_OPT="!fs" 13.10 13.11 DEPENDS="exo-tools libexo util-linux-uuid libgio"
14.1 --- a/foomatic-db-engine/receipt Tue Apr 26 22:23:24 2022 +0200 14.2 +++ b/foomatic-db-engine/receipt Sun May 01 08:42:44 2022 +0000 14.3 @@ -8,7 +8,7 @@ 14.4 LICENSE="GPL2" 14.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.6 WEB_SITE="http://www.linuxprinting.org/foomatic.html" 14.7 -WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" 14.8 +WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL" 14.9 TAGS="printer driver printing" 14.10 14.11 DEPENDS="ghostscript perl libxml2 foomatic-filters bash"
15.1 --- a/foomatic-db-nonfree/receipt Tue Apr 26 22:23:24 2022 +0200 15.2 +++ b/foomatic-db-nonfree/receipt Sun May 01 08:42:44 2022 +0000 15.3 @@ -8,7 +8,7 @@ 15.4 LICENSE="other" 15.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.6 WEB_SITE="http://www.linuxprinting.org/foomatic.html" 15.7 -WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" 15.8 +WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL" 15.9 TAGS="printer driver printing" 15.10 15.11 DEPENDS="perl libxml2 foomatic-db"
16.1 --- a/foomatic-db/receipt Tue Apr 26 22:23:24 2022 +0200 16.2 +++ b/foomatic-db/receipt Sun May 01 08:42:44 2022 +0000 16.3 @@ -8,7 +8,7 @@ 16.4 LICENSE="GPL2" 16.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.6 WEB_SITE="http://www.linuxprinting.org/foomatic.html" 16.7 -WGET_URL="http://www.openprinting.org/download/foomatic/$TARBALL" 16.8 +WGET_URL="https://www.openprinting.org/download/foomatic/$TARBALL" 16.9 TAGS="printer driver printing" 16.10 16.11 DEPENDS="ghostscript perl libxml2"
17.1 --- a/fuseiso/receipt Tue Apr 26 22:23:24 2022 +0200 17.2 +++ b/fuseiso/receipt Sun May 01 08:42:44 2022 +0000 17.3 @@ -8,7 +8,7 @@ 17.4 LICENSE="GPL2" 17.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.6 WEB_SITE="https://sourceforge.net/projects/fuseiso/" 17.7 -WGET_URL="http://ubiz.ru/dm/$TARBALL" 17.8 +WGET_URL="https://ubiz.ru/dm/$TARBALL" 17.9 17.10 DEPENDS="fuse2 glib zlib" 17.11 BUILD_DEPENDS="fuse2 fuse2-dev glib-dev"
18.1 --- a/garcon/receipt Tue Apr 26 22:23:24 2022 +0200 18.2 +++ b/garcon/receipt Sun May 01 08:42:44 2022 +0000 18.3 @@ -8,7 +8,7 @@ 18.4 LICENSE="LGPL2" 18.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 18.6 WEB_SITE="https://www.xfce.org" 18.7 -WGET_URL="http://archive.xfce.org/src/xfce/garcon/${VERSION%.*}/$TARBALL" 18.8 +WGET_URL="https://archive.xfce.org/src/xfce/garcon/${VERSION%.*}/$TARBALL" 18.9 18.10 DEPENDS="libgio glib gtk+ libxfce4ui libxfce4util util-linux-uuid startup-notification" 18.11 BUILD_DEPENDS="intltool libgio libgio-dev glib-dev libxfce4ui-dev libxfce4util-dev \
19.1 --- a/gegl/receipt Tue Apr 26 22:23:24 2022 +0200 19.2 +++ b/gegl/receipt Sun May 01 08:42:44 2022 +0000 19.3 @@ -8,7 +8,7 @@ 19.4 LICENSE="GPL3" 19.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 19.6 WEB_SITE="https://gegl.org/" 19.7 -WGET_URL="http://download.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 19.8 +WGET_URL="https://download.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 19.9 HOST_ARCH="i486 arm" 19.10 19.11 DEPENDS="babl expat gtk+ jpeg xorg-libX11"
20.1 --- a/geoip/receipt Tue Apr 26 22:23:24 2022 +0200 20.2 +++ b/geoip/receipt Sun May 01 08:42:44 2022 +0000 20.3 @@ -8,8 +8,8 @@ 20.4 LICENSE="LGPL2.1" 20.5 SOURCE="GeoIP" 20.6 TARBALL="$SOURCE-$VERSION.tar.gz" 20.7 -WEB_SITE="http://www.maxmind.com/app/c" 20.8 -WGET_URL="http://www.maxmind.com/download/geoip/api/c/$TARBALL" 20.9 +WEB_SITE="https://www.maxmind.com/app/c" 20.10 +WGET_URL="https://www.maxmind.com/download/geoip/api/c/$TARBALL" 20.11 20.12 DEPENDS="zlib" 20.13 BUILD_DEPENDS="zlib-dev automake autoconf libtool"
21.1 --- a/gimp/receipt Tue Apr 26 22:23:24 2022 +0200 21.2 +++ b/gimp/receipt Sun May 01 08:42:44 2022 +0000 21.3 @@ -8,7 +8,7 @@ 21.4 LICENSE="GPL3" 21.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 21.6 WEB_SITE="https://www.gimp.org/" 21.7 -WGET_URL="http://download.gimp.org/pub/gimp/v${VERSION%.*}/$TARBALL" 21.8 +WGET_URL="https://download.gimp.org/pub/gimp/v${VERSION%.*}/$TARBALL" 21.9 SUGGESTED="gimp-plug-ins gimp-brushes gimp-console gimp-plugin-ufraw" 21.10 21.11 DEPENDS="libart_lgpl babl gegl libgio tiff xorg-libXdamage xorg-libXmu \
22.1 --- a/gtk-sharp/receipt Tue Apr 26 22:23:24 2022 +0200 22.2 +++ b/gtk-sharp/receipt Sun May 01 08:42:44 2022 +0000 22.3 @@ -9,7 +9,7 @@ 22.4 WEB_SITE="https://www.mono-project.com/docs/gui/gtksharp/" 22.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.6 num=${VERSION%.*}; num=${num//./} 22.7 -WGET_URL="http://download.mono-project.com/sources/gtk-sharp$num/$TARBALL" 22.8 +WGET_URL="https://download.mono-project.com/sources/gtk-sharp$num/$TARBALL" 22.9 22.10 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \ 22.11 harfbuzz libffi libgio libglade libpng libxcb libxml2 pango pcre pixman \
23.1 --- a/guacamole/receipt Tue Apr 26 22:23:24 2022 +0200 23.2 +++ b/guacamole/receipt Sun May 01 08:42:44 2022 +0000 23.3 @@ -10,7 +10,7 @@ 23.4 23.5 TARBALL="$PACKAGE-server-$VERSION.tar.gz" 23.6 #WGET_URL="$SF_MIRROR/project/$PACKAGE/current/source/$TARBALL" 23.7 -WGET_URL="http://apache.org/dyn/closer.cgi?action=download&filename=$PACKAGE/$VERSION/source/$TARBALL" 23.8 +WGET_URL="https://apache.org/dyn/closer.cgi?action=download&filename=$PACKAGE/$VERSION/source/$TARBALL" 23.9 23.10 DEPENDS="cairo ossp-uuid libxml2 libvorbis libssl freerdp libvncserver \ 23.11 libssh2 pango pulseaudio libjson-c libsndfile flac bzlib zlib"
24.1 --- a/kactivities/receipt Tue Apr 26 22:23:24 2022 +0200 24.2 +++ b/kactivities/receipt Sun May 01 08:42:44 2022 +0000 24.3 @@ -8,7 +8,7 @@ 24.4 LICENSE="GPL2" 24.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 24.6 WEB_SITE="http://www.kde.org/" 24.7 -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" 24.8 +WGET_URL="https://download.kde.org/stable/$VERSION/src/$TARBALL" 24.9 24.10 DEPENDS="kdelibs" 24.11 BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev dbus-dev \
25.1 --- a/kate/receipt Tue Apr 26 22:23:24 2022 +0200 25.2 +++ b/kate/receipt Sun May 01 08:42:44 2022 +0000 25.3 @@ -8,7 +8,7 @@ 25.4 LICENSE="GPL2" 25.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 25.6 WEB_SITE="http://www.kde.org/" 25.7 -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" 25.8 +WGET_URL="https://download.kde.org/stable/$VERSION/src/$TARBALL" 25.9 25.10 DEPENDS="kdelibs qt4 oxygen-icons" 25.11 BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev kdelibs kdelibs-dev \
26.1 --- a/kdelibs/receipt Tue Apr 26 22:23:24 2022 +0200 26.2 +++ b/kdelibs/receipt Sun May 01 08:42:44 2022 +0000 26.3 @@ -9,7 +9,7 @@ 26.4 WEB_SITE="http://www.kde.org/" 26.5 26.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 26.7 -WGET_URL="http://download.kde.org/Attic/$VERSION/src/$TARBALL" 26.8 +WGET_URL="https://download.kde.org/Attic/$VERSION/src/$TARBALL" 26.9 26.10 DEPENDS="phonon libQtCore libQtGui libQtScript giflib libxslt qca \ 26.11 strigi attica dbus polkit-qt openssl udev libdbusmenu-qt enchant mesa librsvg \
27.1 --- a/kfilemetadata/receipt Tue Apr 26 22:23:24 2022 +0200 27.2 +++ b/kfilemetadata/receipt Sun May 01 08:42:44 2022 +0000 27.3 @@ -8,7 +8,7 @@ 27.4 LICENSE="GPL2" 27.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 27.6 WEB_SITE="http://www.kde.org/" 27.7 -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" 27.8 +WGET_URL="https://download.kde.org/stable/$VERSION/src/$TARBALL" 27.9 27.10 DEPENDS="kdelibs giflib phonon exiv2 attica poppler-qt4" 27.11
28.1 --- a/konsole/receipt Tue Apr 26 22:23:24 2022 +0200 28.2 +++ b/konsole/receipt Sun May 01 08:42:44 2022 +0000 28.3 @@ -8,7 +8,7 @@ 28.4 LICENSE="GPL2" 28.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 28.6 WEB_SITE="http://www.kde.org/" 28.7 -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" 28.8 +WGET_URL="https://download.kde.org/stable/$VERSION/src/$TARBALL" 28.9 28.10 DEPENDS="kdelibs oxygen-icons phonon qt4" 28.11 BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev libssh libssh-dev \
29.1 --- a/libkeybinder/receipt Tue Apr 26 22:23:24 2022 +0200 29.2 +++ b/libkeybinder/receipt Sun May 01 08:42:44 2022 +0000 29.3 @@ -9,7 +9,7 @@ 29.4 WEB_SITE="https://github.com/kupferlauncher/keybinder" 29.5 SOURCE="keybinder" 29.6 TARBALL="$SOURCE-$VERSION.tar.gz" 29.7 -WGET_URL="http://kaizer.se/publicfiles/$SOURCE/$TARBALL" 29.8 +WGET_URL="https://kaizer.se/publicfiles/$SOURCE/$TARBALL" 29.9 29.10 DEPENDS="gtk+" 29.11 BUILD_DEPENDS="gtk+-dev gobject-introspection-dev xorg-libXext-dev python-dev \
30.1 --- a/libmpd/receipt Tue Apr 26 22:23:24 2022 +0200 30.2 +++ b/libmpd/receipt Sun May 01 08:42:44 2022 +0000 30.3 @@ -8,7 +8,7 @@ 30.4 SHORT_DESC="Signal based wrapper around libmpdclient" 30.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 30.6 WEB_SITE="https://gmpclient.org/" 30.7 -WGET_URL="http://download.sarine.nl/Programs/gmpc/${VERSION%.*}/$TARBALL" 30.8 +WGET_URL="https://download.sarine.nl/Programs/gmpc/${VERSION%.*}/$TARBALL" 30.9 HOST_ARCH="i486 arm" 30.10 30.11 DEPENDS="glib"
31.1 --- a/libtar/receipt Tue Apr 26 22:23:24 2022 +0200 31.2 +++ b/libtar/receipt Sun May 01 08:42:44 2022 +0000 31.3 @@ -9,7 +9,7 @@ 31.4 WEB_SITE="https://directory.fsf.org/wiki/Libtar" 31.5 31.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 31.7 -WGET_URL="http://pkgbuild.com/~giovanni/$PACKAGE/$TARBALL" 31.8 +WGET_URL="https://pkgbuild.com/~giovanni/$PACKAGE/$TARBALL" 31.9 31.10 DEPENDS="zlib" 31.11 BUILD_DEPENDS="automake libtool zlib-dev"
32.1 --- a/libv4l/receipt Tue Apr 26 22:23:24 2022 +0200 32.2 +++ b/libv4l/receipt Sun May 01 08:42:44 2022 +0000 32.3 @@ -9,7 +9,7 @@ 32.4 WEB_SITE="http://freshmeat.net/projects/libv4l" 32.5 SOURCE="v4l-utils" 32.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 32.7 -WGET_URL="http://linuxtv.org/downloads/v4l-utils/$TARBALL" 32.8 +WGET_URL="https://linuxtv.org/downloads/v4l-utils/$TARBALL" 32.9 TAGS="webcam video" 32.10 32.11 DEPENDS="libjpeg"
33.1 --- a/libxfce4ui/receipt Tue Apr 26 22:23:24 2022 +0200 33.2 +++ b/libxfce4ui/receipt Sun May 01 08:42:44 2022 +0000 33.3 @@ -8,7 +8,7 @@ 33.4 LICENSE="LGPL2" 33.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 33.6 WEB_SITE="https://www.xfce.org" 33.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 33.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 33.9 33.10 DEPENDS="gtk+ libxfce4util libxfconf startup-notification dbus-glib libglade \ 33.11 util-linux-uuid"
34.1 --- a/libxfce4util/receipt Tue Apr 26 22:23:24 2022 +0200 34.2 +++ b/libxfce4util/receipt Sun May 01 08:42:44 2022 +0000 34.3 @@ -8,7 +8,7 @@ 34.4 LICENSE="LGPL2" 34.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 34.6 WEB_SITE="https://www.xfce.org" 34.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 34.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 34.9 34.10 DEPENDS="gtk+" 34.11 BUILD_DEPENDS="gtk+-dev intltool pkg-config"
35.1 --- a/libxfcegui4/receipt Tue Apr 26 22:23:24 2022 +0200 35.2 +++ b/libxfcegui4/receipt Sun May 01 08:42:44 2022 +0000 35.3 @@ -8,7 +8,7 @@ 35.4 LICENSE="GPL2" 35.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 35.6 WEB_SITE="https://www.xfce.org" 35.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 35.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 35.9 35.10 DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade" 35.11 BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev
36.1 --- a/libxfconf/receipt Tue Apr 26 22:23:24 2022 +0200 36.2 +++ b/libxfconf/receipt Sun May 01 08:42:44 2022 +0000 36.3 @@ -10,7 +10,7 @@ 36.4 36.5 SOURCE="xfconf" 36.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 36.7 -WGET_URL="http://archive.xfce.org/src/xfce/$SOURCE/${VERSION%.*}/$TARBALL" 36.8 +WGET_URL="https://archive.xfce.org/src/xfce/$SOURCE/${VERSION%.*}/$TARBALL" 36.9 36.10 DEPENDS="dbus-glib libxfce4util" 36.11 BUILD_DEPENDS="dbus-glib-dev libxfce4util-dev"
37.1 --- a/linux-libre-api-headers/receipt Tue Apr 26 22:23:24 2022 +0200 37.2 +++ b/linux-libre-api-headers/receipt Sun May 01 08:42:44 2022 +0000 37.3 @@ -10,7 +10,7 @@ 37.4 SOURCE="linux-libre" 37.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 37.6 WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" 37.7 -WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/$VERSION/$TARBALL" 37.8 +WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/old/gen6/$VERSION/$TARBALL" 37.9 37.10 # What is the latest version available today? 37.11 current_version()
38.1 --- a/linux-libre/receipt Tue Apr 26 22:23:24 2022 +0200 38.2 +++ b/linux-libre/receipt Sun May 01 08:42:44 2022 +0000 38.3 @@ -9,7 +9,7 @@ 38.4 PROVIDE="linux" 38.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 38.6 WEB_SITE="http://www.fsfla.org/ikiwiki/selibre/linux-libre/" 38.7 -WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/$VERSION/$TARBALL" 38.8 +WGET_URL="http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/old/gen6/$VERSION/$TARBALL" 38.9 38.10 DEPENDS="kmod" 38.11 BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch kmod bc \
39.1 --- a/lzsa/receipt Tue Apr 26 22:23:24 2022 +0200 39.2 +++ b/lzsa/receipt Sun May 01 08:42:44 2022 +0000 39.3 @@ -1,7 +1,7 @@ 39.4 # SliTaz package receipt. 39.5 39.6 PACKAGE="lzsa" 39.7 -VERSION="1.3.10" 39.8 +VERSION="1.3.11" 39.9 CATEGORY="system-tools" 39.10 SHORT_DESC="Efficient packer optimized for fast decompression on 8-bit cpu." 39.11 MAINTAINER="pascal.bellard@slitaz.org"
40.1 --- a/midori/receipt Tue Apr 26 22:23:24 2022 +0200 40.2 +++ b/midori/receipt Sun May 01 08:42:44 2022 +0000 40.3 @@ -10,7 +10,7 @@ 40.4 WEB_SITE="http://twotoasts.de/index.php/midori/" 40.5 40.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 40.7 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 40.8 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 40.9 40.10 GENERIC_MENUS="no" 40.11 SUGGESTED="midori-lang"
41.1 --- a/mono/receipt Tue Apr 26 22:23:24 2022 +0200 41.2 +++ b/mono/receipt Sun May 01 08:42:44 2022 +0000 41.3 @@ -8,7 +8,7 @@ 41.4 LICENSE="LGPL2" 41.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 41.6 WEB_SITE="https://www.mono-project.com/" 41.7 -WGET_URL="http://download.mono-project.com/sources/$PACKAGE/$TARBALL" 41.8 +WGET_URL="https://download.mono-project.com/sources/$PACKAGE/$TARBALL" 41.9 41.10 DEPENDS="glib glibc-base zlib libgdiplus" 41.11 BUILD_DEPENDS="tar bzip2 m4 pkg-config bison gawk \
42.1 --- a/node/receipt Tue Apr 26 22:23:24 2022 +0200 42.2 +++ b/node/receipt Sun May 01 08:42:44 2022 +0000 42.3 @@ -9,7 +9,7 @@ 42.4 WEB_SITE="https://nodejs.org/" 42.5 42.6 TARBALL="$PACKAGE-v$VERSION.tar.gz" 42.7 -WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL" 42.8 +WGET_URL="https://nodejs.org/dist/v$VERSION/$TARBALL" 42.9 42.10 DEPENDS="gcc83-lib-base libssl python" 42.11 BUILD_DEPENDS="gcc83 openssl-dev python-dev"
43.1 --- a/nss_ldap/receipt Tue Apr 26 22:23:24 2022 +0200 43.2 +++ b/nss_ldap/receipt Sun May 01 08:42:44 2022 +0000 43.3 @@ -8,7 +8,7 @@ 43.4 LICENSE="GPL2" 43.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.6 WEB_SITE="https://web.archive.org/web/20181221041632/https://www.padl.com/OSS/nss_ldap.html" 43.7 -WGET_URL="http://www.padl.com/download/$TARBALL" 43.8 +WGET_URL="https://www.padl.com/download/$TARBALL" 43.9 43.10 DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3" 43.11 BUILD_DEPENDS="openldap-dev perl"
44.1 --- a/okular/receipt Tue Apr 26 22:23:24 2022 +0200 44.2 +++ b/okular/receipt Sun May 01 08:42:44 2022 +0000 44.3 @@ -8,7 +8,7 @@ 44.4 LICENSE="GPL2" 44.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 44.6 WEB_SITE="http://www.kde.org/" 44.7 -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" 44.8 +WGET_URL="https://download.kde.org/stable/$VERSION/src/$TARBALL" 44.9 44.10 DEPENDS="kdelibs phonon exiv2 poppler-qt4 chmlib taglib giflib tiff djvulibre \ 44.11 poppler-qt4-apps poppler qimageblitz dbus polkit-qt attica libdbusmenu-qt \
45.1 --- a/openvas-administrator/receipt Tue Apr 26 22:23:24 2022 +0200 45.2 +++ b/openvas-administrator/receipt Sun May 01 08:42:44 2022 +0000 45.3 @@ -8,7 +8,7 @@ 45.4 LICENSE="GPL2" 45.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 45.6 WEB_SITE="https://www.openvas.org/" 45.7 -WGET_URL="http://wald.intevation.org/frs/download.php/828/$TARBALL" 45.8 +WGET_URL="https://wald.intevation.org/frs/download.php/828/$TARBALL" 45.9 CONFIG_FILES="/etc/openvas" 45.10 45.11 DEPENDS="openvas-libraries util-linux-uuid"
46.1 --- a/openvas-client/receipt Tue Apr 26 22:23:24 2022 +0200 46.2 +++ b/openvas-client/receipt Sun May 01 08:42:44 2022 +0000 46.3 @@ -8,7 +8,7 @@ 46.4 LICENSE="GPL2" 46.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 46.6 WEB_SITE="https://www.openvas.org/" 46.7 -WGET_URL="http://wald.intevation.org/frs/download.php/757/$TARBALL" 46.8 +WGET_URL="https://wald.intevation.org/frs/download.php/757/$TARBALL" 46.9 CONFIG_FILES="/etc/openvas" 46.10 46.11 DEPENDS="openvas-libraries gtk+"
47.1 --- a/openvas-libraries/receipt Tue Apr 26 22:23:24 2022 +0200 47.2 +++ b/openvas-libraries/receipt Sun May 01 08:42:44 2022 +0000 47.3 @@ -8,7 +8,7 @@ 47.4 LICENSE="GPL2 LGPL2 BSD" 47.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.6 WEB_SITE="https://www.openvas.org/" 47.7 -WGET_URL="http://wald.intevation.org/frs/download.php/784/$TARBALL" 47.8 +WGET_URL="https://wald.intevation.org/frs/download.php/784/$TARBALL" 47.9 47.10 DEPENDS="glib gnutls libgcrypt zlib libgpg-error gpgme libtasn1" 47.11 BUILD_DEPENDS="gpgme-dev libgcrypt-dev pkg-config glib-dev gnutls-dev libpcap-dev \
48.1 --- a/openvas-manager/receipt Tue Apr 26 22:23:24 2022 +0200 48.2 +++ b/openvas-manager/receipt Sun May 01 08:42:44 2022 +0000 48.3 @@ -8,7 +8,7 @@ 48.4 LICENSE="GPL2" 48.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.6 WEB_SITE="https://www.openvas.org/" 48.7 -WGET_URL="http://wald.intevation.org/frs/download.php/829/$TARBALL" 48.8 +WGET_URL="https://wald.intevation.org/frs/download.php/829/$TARBALL" 48.9 CONFIG_FILES="/etc/openvas" 48.10 48.11 DEPENDS="openvas-libraries sqlite util-linux-uuid"
49.1 --- a/openvas-scanner/receipt Tue Apr 26 22:23:24 2022 +0200 49.2 +++ b/openvas-scanner/receipt Sun May 01 08:42:44 2022 +0000 49.3 @@ -8,7 +8,7 @@ 49.4 LICENSE="GPL2" 49.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 49.6 WEB_SITE="https://www.openvas.org/" 49.7 -WGET_URL="http://wald.intevation.org/frs/download.php/684/$TARBALL" 49.8 +WGET_URL="https://wald.intevation.org/frs/download.php/684/$TARBALL" 49.9 CONFIG_FILES="/var/lib/openvas /etc/openvas" 49.10 49.11 DEPENDS="openvas-libraries openssl"
50.1 --- a/pam_krb5/receipt Tue Apr 26 22:23:24 2022 +0200 50.2 +++ b/pam_krb5/receipt Sun May 01 08:42:44 2022 +0000 50.3 @@ -10,7 +10,7 @@ 50.4 50.5 SOURCE="pam-krb5" 50.6 TARBALL="$SOURCE-$VERSION.tar.xz" 50.7 -WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" 50.8 +WGET_URL="https://archives.eyrie.org/software/kerberos/$TARBALL" 50.9 50.10 DEPENDS="libcomerr libcomerr3 libkrb5 pam" 50.11 BUILD_DEPENDS="krb5-dev pam-dev"
51.1 --- a/pam_ldap/receipt Tue Apr 26 22:23:24 2022 +0200 51.2 +++ b/pam_ldap/receipt Sun May 01 08:42:44 2022 +0000 51.3 @@ -10,7 +10,7 @@ 51.4 WEB_SITE="https://github.com/PADL/pam_ldap" 51.5 51.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.7 -WGET_URL="http://www.padl.com/download/$TARBALL" 51.8 +WGET_URL="https://www.padl.com/download/$TARBALL" 51.9 51.10 BUILD_DEPENDS="libldap openldap-dev pam-dev perl" 51.11 DEPENDS="cyrus-sasl libcomerr3 libldap nss_ldap openssl pam"
52.1 --- a/parole/receipt Tue Apr 26 22:23:24 2022 +0200 52.2 +++ b/parole/receipt Sun May 01 08:42:44 2022 +0000 52.3 @@ -8,7 +8,7 @@ 52.4 LICENSE="GPL2" 52.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.6 WEB_SITE="https://goodies.xfce.org/projects/applications/parole" 52.7 -WGET_URL="http://archive.xfce.org/src/apps/parole/${VERSION:0:3}/$TARBALL" 52.8 +WGET_URL="https://archive.xfce.org/src/apps/parole/${VERSION:0:3}/$TARBALL" 52.9 52.10 DEPENDS="libxfcegui4 libxfce4util dbus-glib libgio gst-plugins-base taglib \ 52.11 startup-notification libnotify gstreamer util-linux-uuid"
53.1 --- a/phonon-backend-gstreamer/receipt Tue Apr 26 22:23:24 2022 +0200 53.2 +++ b/phonon-backend-gstreamer/receipt Sun May 01 08:42:44 2022 +0000 53.3 @@ -8,7 +8,7 @@ 53.4 MAINTAINER="psychomaniak@xakep.ru" 53.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 53.6 WEB_SITE="https://github.com/KDE/phonon" 53.7 -WGET_URL="http://download.kde.org/stable/phonon/$PACKAGE/$VERSION/src/$TARBALL" 53.8 +WGET_URL="https://download.kde.org/stable/phonon/$PACKAGE/$VERSION/src/$TARBALL" 53.9 53.10 DEPENDS="phonon gst-plugins-base gst-plugins-good gst-ffmpeg" 53.11 BUILD_DEPENDS="phonon phonon-dev cmake qmake automoc4 Qt4-dev \
54.1 --- a/phonon/receipt Tue Apr 26 22:23:24 2022 +0200 54.2 +++ b/phonon/receipt Sun May 01 08:42:44 2022 +0000 54.3 @@ -9,7 +9,7 @@ 54.4 WEB_SITE="https://github.com/KDE/phonon" 54.5 54.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 54.7 -WGET_URL="http://download.kde.org/stable/$PACKAGE/$VERSION/$TARBALL" 54.8 +WGET_URL="https://download.kde.org/stable/$PACKAGE/$VERSION/$TARBALL" 54.9 54.10 DEPENDS="libQtCore libQtDBus libQtGui libQtXml" 54.11 BUILD_DEPENDS="automoc4 cmake qmake Qt4-dev"
55.1 --- a/pure-ftpd-pam/receipt Tue Apr 26 22:23:24 2022 +0200 55.2 +++ b/pure-ftpd-pam/receipt Sun May 01 08:42:44 2022 +0000 55.3 @@ -10,7 +10,7 @@ 55.4 55.5 SOURCE="pure-ftpd" 55.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 55.7 -WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 55.8 +WGET_URL="https://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 55.9 55.10 PROVIDE="pure-ftpd:pam" 55.11 DEPENDS="attr libcap libssl pam"
56.1 --- a/pure-ftpd/receipt Tue Apr 26 22:23:24 2022 +0200 56.2 +++ b/pure-ftpd/receipt Sun May 01 08:42:44 2022 +0000 56.3 @@ -10,7 +10,7 @@ 56.4 HANDBOOK_URL="https://www.pureftpd.org/project/pure-ftpd/doc" 56.5 56.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 56.7 -WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 56.8 +WGET_URL="https://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 56.9 56.10 DEPENDS="attr libcap libssl" 56.11 BUILD_DEPENDS="openssl-dev"
57.1 --- a/python-pil/receipt Tue Apr 26 22:23:24 2022 +0200 57.2 +++ b/python-pil/receipt Sun May 01 08:42:44 2022 +0000 57.3 @@ -10,7 +10,7 @@ 57.4 57.5 SOURCE="Imaging" 57.6 TARBALL="$SOURCE-$VERSION.tar.gz" 57.7 -WGET_URL="http://effbot.org/downloads/$TARBALL" 57.8 +WGET_URL="https://effbot.org/downloads/$TARBALL" 57.9 57.10 DEPENDS="freetype jpeg python tk zlib" 57.11 BUILD_DEPENDS="jpeg-dev python python-dev zlib-dev"
58.1 --- a/qimageblitz/receipt Tue Apr 26 22:23:24 2022 +0200 58.2 +++ b/qimageblitz/receipt Sun May 01 08:42:44 2022 +0000 58.3 @@ -8,7 +8,7 @@ 58.4 LICENSE="GPL2" 58.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 58.6 WEB_SITE="http://www.kde.org/" 58.7 -WGET_URL="http://download.kde.org/stable/$PACKAGE/$TARBALL" 58.8 +WGET_URL="https://download.kde.org/stable/$PACKAGE/$TARBALL" 58.9 58.10 DEPENDS="libQtCore " 58.11 BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev giflib-dev libpng-dev \
59.1 --- a/qt4/receipt Tue Apr 26 22:23:24 2022 +0200 59.2 +++ b/qt4/receipt Sun May 01 08:42:44 2022 +0000 59.3 @@ -9,7 +9,7 @@ 59.4 LICENSE="GPL3 LGPL2.1" 59.5 TARBALL="$SOURCE-$VERSION.tar.gz" 59.6 WEB_SITE="https://qt-project.org/" 59.7 -WGET_URL="http://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" 59.8 +WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" 59.9 PROVIDE="qt-x11-opensource-src Qt4" 59.10 TAGS="qt" 59.11
60.1 --- a/qt5/receipt Tue Apr 26 22:23:24 2022 +0200 60.2 +++ b/qt5/receipt Sun May 01 08:42:44 2022 +0000 60.3 @@ -11,7 +11,7 @@ 60.4 WEB_SITE="https://www.qt.io/" 60.5 60.6 TARBALL="$SOURCE-$VERSION.tar.xz" 60.7 -WGET_URL="http://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" 60.8 +WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" 60.9 PROVIDE="qt-x11-opensource-src Qt5" 60.10 60.11 DEPENDS="gcc83-lib-base glibc-locale libQt3Support libQt5Core libQt5DBus
61.1 --- a/stuntman/receipt Tue Apr 26 22:23:24 2022 +0200 61.2 +++ b/stuntman/receipt Sun May 01 08:42:44 2022 +0000 61.3 @@ -6,7 +6,7 @@ 61.4 SHORT_DESC="STUN protocol (Session Traversal Utilities for NAT)." 61.5 MAINTAINER="pascal.bellard@slitaz.org" 61.6 LICENSE="Apache" 61.7 -WEB_SITE="http://www.stunprotocol.org/" 61.8 +WEB_SITE="https://www.stunprotocol.org/" 61.9 61.10 SOURCE="stunserver" 61.11 TARBALL="$SOURCE-$VERSION.tgz"
62.1 --- a/swig/receipt Tue Apr 26 22:23:24 2022 +0200 62.2 +++ b/swig/receipt Sun May 01 08:42:44 2022 +0000 62.3 @@ -7,7 +7,7 @@ 62.4 MAINTAINER="maintainer@slitaz.org" 62.5 LICENSE="GPL3" 62.6 SHORT_DESC="A compiler that makes it easy to integrate C and C++ code with scripting languages." 62.7 -WEB_SITE="http://www.swig.org/" 62.8 +WEB_SITE="https://www.swig.org/" 62.9 62.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 62.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
63.1 --- a/terminal/receipt Tue Apr 26 22:23:24 2022 +0200 63.2 +++ b/terminal/receipt Sun May 01 08:42:44 2022 +0000 63.3 @@ -9,7 +9,7 @@ 63.4 SOURCE="xfce4-terminal" 63.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 63.6 WEB_SITE="https://www.xfce.org/" 63.7 -WGET_URL="http://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL" 63.8 +WGET_URL="https://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL" 63.9 TAGS="terminal" 63.10 PROVIDE="$SOURCE" 63.11
64.1 --- a/thunar-archive-plugin/receipt Tue Apr 26 22:23:24 2022 +0200 64.2 +++ b/thunar-archive-plugin/receipt Sun May 01 08:42:44 2022 +0000 64.3 @@ -8,7 +8,7 @@ 64.4 LICENSE="GPL2" 64.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 64.6 WEB_SITE="https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" 64.7 -WGET_URL="http://archive.xfce.org/src/thunar-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 64.8 +WGET_URL="https://archive.xfce.org/src/thunar-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 64.9 64.10 DEPENDS="thunar" 64.11 BUILD_DEPENDS="intltool thunar-dev libexo-dev libxfce4ui-dev \
65.1 --- a/thunar-vfs/receipt Tue Apr 26 22:23:24 2022 +0200 65.2 +++ b/thunar-vfs/receipt Sun May 01 08:42:44 2022 +0000 65.3 @@ -8,7 +8,7 @@ 65.4 LICENSE="LGPL2" 65.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 65.6 WEB_SITE="https://www.xfce.org" 65.7 -WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" 65.8 +WGET_URL="https://archive.xfce.org/xfce/4.8/src/$TARBALL" 65.9 65.10 DEPENDS="libpng jpeg libxfce4util dbus startup-notification xfce4-panel \ 65.11 gamin pcre libexif util-linux-uuid-dev hal"
66.1 --- a/thunar-volman/receipt Tue Apr 26 22:23:24 2022 +0200 66.2 +++ b/thunar-volman/receipt Sun May 01 08:42:44 2022 +0000 66.3 @@ -8,7 +8,7 @@ 66.4 LICENSE="GPL2" 66.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 66.6 WEB_SITE="https://www.xfce.org/" 66.7 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" 66.8 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" 66.9 66.10 DEPENDS="thunar libxfce4ui startup-notification" 66.11 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
67.1 --- a/thunar/receipt Tue Apr 26 22:23:24 2022 +0200 67.2 +++ b/thunar/receipt Sun May 01 08:42:44 2022 +0000 67.3 @@ -9,7 +9,7 @@ 67.4 SOURCE="Thunar" 67.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 67.6 WEB_SITE="https://www.xfce.org" 67.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 67.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 67.9 TAGS="file-manager" 67.10 67.11 DEPENDS="libpng jpeg gtk+ libxfce4util dbus-glib libexo pcre libexif libgudev \
68.1 --- a/tidy/receipt Tue Apr 26 22:23:24 2022 +0200 68.2 +++ b/tidy/receipt Sun May 01 08:42:44 2022 +0000 68.3 @@ -8,7 +8,7 @@ 68.4 LICENSE="MIT" 68.5 WEB_SITE="http://tidy.sourceforge.net/" 68.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 68.7 -WGET_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL" 68.8 +WGET_URL="https://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL" 68.9 68.10 DEPENDS="glibc-base" 68.11 BUILD_DEPENDS="file"
69.1 --- a/trafshow/receipt Tue Apr 26 22:23:24 2022 +0200 69.2 +++ b/trafshow/receipt Sun May 01 08:42:44 2022 +0000 69.3 @@ -8,7 +8,7 @@ 69.4 LICENSE="BSD" 69.5 TARBALL="$PACKAGE-$VERSION.tgz" 69.6 WEB_SITE="https://web.archive.org/web/20130707021442/soft.risp.ru/trafshow/index_en.shtml" 69.7 -WGET_URL="http://fossies.org/linux/misc/$TARBALL" 69.8 +WGET_URL="https://fossies.org/linux/misc/$TARBALL" 69.9 69.10 DEPENDS="ncurses libpcap" 69.11 BUILD_DEPENDS="ncurses-dev libpcap-dev"
70.1 --- a/tumbler/receipt Tue Apr 26 22:23:24 2022 +0200 70.2 +++ b/tumbler/receipt Sun May 01 08:42:44 2022 +0000 70.3 @@ -9,7 +9,7 @@ 70.4 WEB_SITE="https://gitlab.xfce.org/xfce/tumbler/" 70.5 70.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 70.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 70.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 70.9 70.10 DEPENDS="dbus-glib ffmpegthumbnailer libcurl libgsf poppler" 70.11 BUILD_DEPENDS="curl-dev dbus-glib-dev ffmpegthumbnailer-dev freetype-dev
71.1 --- a/wayland/receipt Tue Apr 26 22:23:24 2022 +0200 71.2 +++ b/wayland/receipt Sun May 01 08:42:44 2022 +0000 71.3 @@ -8,7 +8,7 @@ 71.4 LICENSE="MIT" 71.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 71.6 WEB_SITE="http://www.slitaz.org/" 71.7 -WGET_URL="http://wayland.freedesktop.org/releases/$TARBALL" 71.8 +WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL" 71.9 HOST_ARCH="i486 arm" 71.10 71.11 # WARNING: wayland must be installed in chroot since build host
72.1 --- a/xerces-c/receipt Tue Apr 26 22:23:24 2022 +0200 72.2 +++ b/xerces-c/receipt Sun May 01 08:42:44 2022 +0000 72.3 @@ -9,7 +9,7 @@ 72.4 WEB_SITE="https://xerces.apache.org/xerces-c/" 72.5 72.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 72.7 -WGET_URL="http://apache.org/dist/xerces/c/${VERSION%%.*}/sources/$TARBALL" 72.8 +WGET_URL="https://apache.org/dist/xerces/c/${VERSION%%.*}/sources/$TARBALL" 72.9 72.10 DEPENDS="gcc-lib-base glibc-base icu libcrypto libcurl" 72.11
73.1 --- a/xfburn/receipt Tue Apr 26 22:23:24 2022 +0200 73.2 +++ b/xfburn/receipt Sun May 01 08:42:44 2022 +0000 73.3 @@ -8,7 +8,7 @@ 73.4 LICENSE="GPL2" 73.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 73.6 WEB_SITE="https://gitlab.xfce.org/apps/xfburn" 73.7 -WGET_URL="http://archive.xfce.org/src/apps/xfburn/${VERSION%.*}/$TARBALL" 73.8 +WGET_URL="https://archive.xfce.org/src/apps/xfburn/${VERSION%.*}/$TARBALL" 73.9 73.10 DEPENDS="gtk+ libburn libexo libisofs libxfce4ui" 73.11 BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev"
74.1 --- a/xfce-utils/receipt Tue Apr 26 22:23:24 2022 +0200 74.2 +++ b/xfce-utils/receipt Sun May 01 08:42:44 2022 +0000 74.3 @@ -8,7 +8,7 @@ 74.4 LICENSE="GPL2" 74.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 74.6 WEB_SITE="https://www.xfce.org" 74.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 74.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 74.9 74.10 DEPENDS="libxfce4util libxfce4ui startup-notification dbus-glib" 74.11 BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev intltool startup-notification-dev \
75.1 --- a/xfce4-appfinder/receipt Tue Apr 26 22:23:24 2022 +0200 75.2 +++ b/xfce4-appfinder/receipt Sun May 01 08:42:44 2022 +0000 75.3 @@ -8,7 +8,7 @@ 75.4 LICENSE="GPL2" 75.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 75.6 WEB_SITE="https://www.xfce.org" 75.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 75.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 75.9 75.10 DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification \ 75.11 garcon util-linux-uuid"
76.1 --- a/xfce4-dev-tools/receipt Tue Apr 26 22:23:24 2022 +0200 76.2 +++ b/xfce4-dev-tools/receipt Sun May 01 08:42:44 2022 +0000 76.3 @@ -8,7 +8,7 @@ 76.4 LICENSE="GPL2" 76.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 76.6 WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/" 76.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 76.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 76.9 76.10 DEPENDS="subversion autoconf automake intltool pkg-config" 76.11
77.1 --- a/xfce4-icon-theme/receipt Tue Apr 26 22:23:24 2022 +0200 77.2 +++ b/xfce4-icon-theme/receipt Sun May 01 08:42:44 2022 +0000 77.3 @@ -8,7 +8,7 @@ 77.4 LICENSE="GPL2" 77.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 77.6 WEB_SITE="https://www.xfce.org/" 77.7 -WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" 77.8 +WGET_URL="https://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" 77.9 77.10 DEPENDS="" 77.11 BUILD_DEPENDS="intltool"
78.1 --- a/xfce4-mixer/receipt Tue Apr 26 22:23:24 2022 +0200 78.2 +++ b/xfce4-mixer/receipt Sun May 01 08:42:44 2022 +0000 78.3 @@ -8,7 +8,7 @@ 78.4 LICENSE="GPL2" 78.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 78.6 WEB_SITE="https://www.xfce.org" 78.7 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 78.8 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 78.9 78.10 DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification 78.11 util-linux-uuid libunique"
79.1 --- a/xfce4-notifyd/receipt Tue Apr 26 22:23:24 2022 +0200 79.2 +++ b/xfce4-notifyd/receipt Sun May 01 08:42:44 2022 +0000 79.3 @@ -9,7 +9,7 @@ 79.4 LICENSE="GPL2" 79.5 WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-notifyd" 79.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 79.7 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL" 79.8 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL" 79.9 79.10 DEPENDS="libxfce4ui" 79.11 BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev"
80.1 --- a/xfce4-panel/receipt Tue Apr 26 22:23:24 2022 +0200 80.2 +++ b/xfce4-panel/receipt Sun May 01 08:42:44 2022 +0000 80.3 @@ -8,7 +8,7 @@ 80.4 LICENSE="GPL2" 80.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 80.6 WEB_SITE="https://www.xfce.org/" 80.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 80.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 80.9 80.10 DEPENDS="libxfce4util libxfce4ui libexo libwnck garcon util-linux-uuid dbus-glib" 80.11 BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev libwnck-dev cairo-dev garcon-dev
81.1 --- a/xfce4-ristretto/receipt Tue Apr 26 22:23:24 2022 +0200 81.2 +++ b/xfce4-ristretto/receipt Sun May 01 08:42:44 2022 +0000 81.3 @@ -9,7 +9,7 @@ 81.4 SOURCE="ristretto" 81.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 81.6 WEB_SITE="https://goodies.xfce.org/projects/applications/ristretto" 81.7 -WGET_URL="http://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL" 81.8 +WGET_URL="https://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL" 81.9 81.10 DEPENDS="libxfce4util libxfce4ui libexif dbus-glib thunar gamin xfconf" 81.11 BUILD_DEPENDS="xfce4-dev-tools intltool libexif-dev dbus-glib-dev libxfce4util-dev \
82.1 --- a/xfce4-session/receipt Tue Apr 26 22:23:24 2022 +0200 82.2 +++ b/xfce4-session/receipt Sun May 01 08:42:44 2022 +0000 82.3 @@ -8,7 +8,7 @@ 82.4 LICENSE="GPL2" 82.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 82.6 WEB_SITE="https://www.xfce.org/" 82.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 82.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 82.9 SUGGESTED="perl-xml-parser" 82.10 82.11 DEPENDS="libxfce4util libxfce4ui libwnck dbus-glib libglade xorg-iceauth"
83.1 --- a/xfce4-settings/receipt Tue Apr 26 22:23:24 2022 +0200 83.2 +++ b/xfce4-settings/receipt Sun May 01 08:42:44 2022 +0000 83.3 @@ -8,7 +8,7 @@ 83.4 LICENSE="GPL2" 83.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 83.6 WEB_SITE="https://www.xfce.org/" 83.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 83.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 83.9 83.10 DEPENDS="libxfce4util libxfce4ui libexo xfconf libglade dbus-glib xorg-libXi \ 83.11 xorg-libXrandr libnotify libwnck"
84.1 --- a/xfce4-taskmanager/receipt Tue Apr 26 22:23:24 2022 +0200 84.2 +++ b/xfce4-taskmanager/receipt Sun May 01 08:42:44 2022 +0000 84.3 @@ -8,7 +8,7 @@ 84.4 LICENSE="GPL2" 84.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 84.6 WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-taskmanager" 84.7 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 84.8 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 84.9 84.10 DEPENDS="libxfce4util libxfcegui4 startup-notification" 84.11 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
85.1 --- a/xfce4-volumed/receipt Tue Apr 26 22:23:24 2022 +0200 85.2 +++ b/xfce4-volumed/receipt Sun May 01 08:42:44 2022 +0000 85.3 @@ -9,7 +9,7 @@ 85.4 LICENSE="GPL3" 85.5 WEB_SITE="https://launchpad.net/xfce4-volumed/" 85.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 85.7 -WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL" 85.8 +WGET_URL="https://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL" 85.9 85.10 DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf" 85.11 BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \
86.1 --- a/xfconf/receipt Tue Apr 26 22:23:24 2022 +0200 86.2 +++ b/xfconf/receipt Sun May 01 08:42:44 2022 +0000 86.3 @@ -8,7 +8,7 @@ 86.4 LICENSE="GPL2" 86.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 86.6 WEB_SITE="https://www.xfce.org" 86.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 86.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 86.9 86.10 DEPENDS="gtk+ libxfce4util dbus-glib" 86.11 BUILD_DEPENDS="gtk+-dev libxfce4util-dev dbus-dev dbus-glib-dev intltool"
87.1 --- a/xfdesktop/receipt Tue Apr 26 22:23:24 2022 +0200 87.2 +++ b/xfdesktop/receipt Sun May 01 08:42:44 2022 +0000 87.3 @@ -8,7 +8,7 @@ 87.4 LICENSE="GPL2" 87.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 87.6 WEB_SITE="https://www.xfce.org/" 87.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 87.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 87.9 87.10 DEPENDS="libxfce4util libxfcegui4 thunar libexo libglade gamin libnotify" 87.11 BUILD_DEPENDS="libxfce4util-dev thunar-dev libexo-dev libwnck-dev \
88.1 --- a/xfmpc/receipt Tue Apr 26 22:23:24 2022 +0200 88.2 +++ b/xfmpc/receipt Sun May 01 08:42:44 2022 +0000 88.3 @@ -8,7 +8,7 @@ 88.4 LICENSE="GPL2" 88.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 88.6 WEB_SITE="https://goodies.xfce.org/projects/applications/xfmpc" 88.7 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 88.8 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 88.9 88.10 DEPENDS="libxfcegui4 libxfce4util libmpd startup-notification" 88.11 BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev libmpd-dev intltool \
89.1 --- a/xfprint/receipt Tue Apr 26 22:23:24 2022 +0200 89.2 +++ b/xfprint/receipt Sun May 01 08:42:44 2022 +0000 89.3 @@ -8,7 +8,7 @@ 89.4 LICENSE="GPL2" 89.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 89.6 WEB_SITE="https://www.xfce.org" 89.7 -WGET_URL="http://archive.xfce.org/xfce/$VERSION/src/$TARBALL" 89.8 +WGET_URL="https://archive.xfce.org/xfce/$VERSION/src/$TARBALL" 89.9 89.10 DEPENDS="libxfcegui4 libxfce4util cups dbus-glib startup-notification \ 89.11 libcomerr3 util-linux-uuid"
90.1 --- a/xfwm4/receipt Tue Apr 26 22:23:24 2022 +0200 90.2 +++ b/xfwm4/receipt Sun May 01 08:42:44 2022 +0000 90.3 @@ -8,7 +8,7 @@ 90.4 LICENSE="GPL2" 90.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 90.6 WEB_SITE="https://www.xfce.org/" 90.7 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 90.8 +WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 90.9 TAGS="window-manager" 90.10 90.11 DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade"
91.1 --- a/zim/receipt Tue Apr 26 22:23:24 2022 +0200 91.2 +++ b/zim/receipt Sun May 01 08:42:44 2022 +0000 91.3 @@ -8,7 +8,7 @@ 91.4 LICENSE="GPL2" 91.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 91.6 WEB_SITE="https://zim-wiki.org/" 91.7 -WGET_URL="http://zim-wiki.org/downloads/$TARBALL" 91.8 +WGET_URL="https://zim-wiki.org/downloads/$TARBALL" 91.9 TAGS="wiki notebook" 91.10 91.11 DEPENDS="python pygtk pygobject python-simplejson python-xdg \
92.1 --- a/znc/receipt Tue Apr 26 22:23:24 2022 +0200 92.2 +++ b/znc/receipt Sun May 01 08:42:44 2022 +0000 92.3 @@ -9,7 +9,7 @@ 92.4 WEB_SITE="https://wiki.znc.in/ZNC" 92.5 92.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 92.7 -WGET_URL="http://znc.in/releases/archive/$TARBALL" 92.8 +WGET_URL="https://znc.in/releases/archive/$TARBALL" 92.9 92.10 SUGGESTED="tcl" 92.11 DEPENDS="gcc83-lib-base libssl zlib"