wok-current rev 23973
Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 28 12:04:50 2020 +0000 (2020-10-28) |
parents | bd734fc43792 |
children | 05c8d8d9d934 |
files | ascii-patrol/receipt libldap/receipt openconnect/receipt openexr-dev/receipt openexr/receipt openldap-dev/receipt openldap/receipt openssh-pam/receipt openssh/receipt openvswitch-dev/receipt openvswitch/receipt phpmyadmin/receipt rust-cargo/receipt rust/receipt sftp-server/receipt shellinabox/receipt |
line diff
1.1 --- a/ascii-patrol/receipt Wed Oct 21 13:33:36 2020 +0000 1.2 +++ b/ascii-patrol/receipt Wed Oct 28 12:04:50 2020 +0000 1.3 @@ -10,8 +10,8 @@ 1.4 WEB_SITE="https://github.com/msokalski/ascii-patrol" 1.5 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.6 1.7 -DEPENDS="curl libX11 pulseaudio libXi" 1.8 -BUILD_DEPENDS="libX11-dev pulseaudio-dev libXi-dev" 1.9 +DEPENDS="curl xorg-libX11 pulseaudio xorg-libXi" 1.10 +BUILD_DEPENDS="xorg-libX11-dev pulseaudio-dev xorg-libXi-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()
2.1 --- a/libldap/receipt Wed Oct 21 13:33:36 2020 +0000 2.2 +++ b/libldap/receipt Wed Oct 28 12:04:50 2020 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libldap" 2.7 -VERSION="2.4.25" 2.8 +VERSION="2.4.55" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="LDAP database libraries." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/openconnect/receipt Wed Oct 21 13:33:36 2020 +0000 3.2 +++ b/openconnect/receipt Wed Oct 28 12:04:50 2020 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="openconnect" 3.7 -VERSION="8.05" 3.8 +VERSION="8.10" 3.9 CATEGORY="network" 3.10 SHORT_DESC="A client for Cisco's AnyConnect SSL VPN." 3.11 MAINTAINER="samuel_trassare@yahoo.com"
4.1 --- a/openexr-dev/receipt Wed Oct 21 13:33:36 2020 +0000 4.2 +++ b/openexr-dev/receipt Wed Oct 28 12:04:50 2020 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="openexr-dev" 4.7 -VERSION="2.4.1" 4.8 +VERSION="2.5.3" 4.9 CATEGORY="development" 4.10 SHORT_DESC="Development files for openexr." 4.11 MAINTAINER="slaxemulator@gmail.com"
5.1 --- a/openexr/receipt Wed Oct 21 13:33:36 2020 +0000 5.2 +++ b/openexr/receipt Wed Oct 28 12:04:50 2020 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="openexr" 5.7 -VERSION="2.4.1" 5.8 +VERSION="2.5.3" 5.9 CATEGORY="x-window" 5.10 SHORT_DESC="Openexr library for EXR images." 5.11 MAINTAINER="slaxemulator@gmail.com"
6.1 --- a/openldap-dev/receipt Wed Oct 21 13:33:36 2020 +0000 6.2 +++ b/openldap-dev/receipt Wed Oct 28 12:04:50 2020 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="openldap-dev" 6.7 -VERSION="2.4.25" 6.8 +VERSION="2.4.55" 6.9 CATEGORY="development" 6.10 SHORT_DESC="LDAP database development files." 6.11 MAINTAINER="pascal.bellard@slitaz.org"
7.1 --- a/openldap/receipt Wed Oct 21 13:33:36 2020 +0000 7.2 +++ b/openldap/receipt Wed Oct 28 12:04:50 2020 +0000 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="openldap" 7.7 -VERSION="2.4.25" 7.8 +VERSION="2.4.55" 7.9 CATEGORY="misc" 7.10 SHORT_DESC="LDAP database system." 7.11 MAINTAINER="pascal.bellard@slitaz.org"
8.1 --- a/openssh-pam/receipt Wed Oct 21 13:33:36 2020 +0000 8.2 +++ b/openssh-pam/receipt Wed Oct 28 12:04:50 2020 +0000 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="openssh-pam" 8.7 -VERSION="8.3p1" 8.8 +VERSION="8.4p1" 8.9 CATEGORY="security" 8.10 SHORT_DESC="Openbsd Secure Shell using PAM." 8.11 MAINTAINER="pascal.bellard@slitaz.org"
9.1 --- a/openssh/receipt Wed Oct 21 13:33:36 2020 +0000 9.2 +++ b/openssh/receipt Wed Oct 28 12:04:50 2020 +0000 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="openssh" 9.7 -VERSION="8.3p1" 9.8 +VERSION="8.4p1" 9.9 CATEGORY="security" 9.10 SHORT_DESC="Openbsd Secure Shell." 9.11 MAINTAINER="pascal.bellard@slitaz.org"
10.1 --- a/openvswitch-dev/receipt Wed Oct 21 13:33:36 2020 +0000 10.2 +++ b/openvswitch-dev/receipt Wed Oct 28 12:04:50 2020 +0000 10.3 @@ -1,7 +1,7 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="openvswitch-dev" 10.7 -VERSION="2.4.0" 10.8 +VERSION="2.14.0" 10.9 CATEGORY="development" 10.10 SHORT_DESC="Multilayer virtual switch development files." 10.11 MAINTAINER="pascal.bellard@slitaz.org"
11.1 --- a/openvswitch/receipt Wed Oct 21 13:33:36 2020 +0000 11.2 +++ b/openvswitch/receipt Wed Oct 28 12:04:50 2020 +0000 11.3 @@ -1,7 +1,7 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="openvswitch" 11.7 -VERSION="2.4.0" 11.8 +VERSION="2.14.0" 11.9 CATEGORY="network" 11.10 SHORT_DESC="Multilayer virtual switch." 11.11 MAINTAINER="pascal.bellard@slitaz.org"
12.1 --- a/phpmyadmin/receipt Wed Oct 21 13:33:36 2020 +0000 12.2 +++ b/phpmyadmin/receipt Wed Oct 28 12:04:50 2020 +0000 12.3 @@ -1,7 +1,7 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="phpmyadmin" 12.7 -VERSION="5.0.2" 12.8 +VERSION="5.0.4" 12.9 CATEGORY="misc" 12.10 SHORT_DESC="Administration of MySQL over the Web." 12.11 MAINTAINER="pascal.bellard@slitaz.org"
13.1 --- a/rust-cargo/receipt Wed Oct 21 13:33:36 2020 +0000 13.2 +++ b/rust-cargo/receipt Wed Oct 28 12:04:50 2020 +0000 13.3 @@ -1,7 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="rust-cargo" 13.7 -VERSION="1.42.0" 13.8 +VERSION="1.47.0" 13.9 CATEGORY="development" 13.10 SHORT_DESC="The Rust package manager." 13.11 MAINTAINER="al.bobylev@gmail.com"
14.1 --- a/rust/receipt Wed Oct 21 13:33:36 2020 +0000 14.2 +++ b/rust/receipt Wed Oct 28 12:04:50 2020 +0000 14.3 @@ -1,7 +1,7 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="rust" 14.7 -VERSION="1.42.0" 14.8 +VERSION="1.47.0" 14.9 CATEGORY="development" 14.10 SHORT_DESC="The Rust programming language." 14.11 MAINTAINER="al.bobylev@gmail.com"
15.1 --- a/sftp-server/receipt Wed Oct 21 13:33:36 2020 +0000 15.2 +++ b/sftp-server/receipt Wed Oct 28 12:04:50 2020 +0000 15.3 @@ -1,7 +1,7 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="sftp-server" 15.7 -VERSION="8.3p1" 15.8 +VERSION="8.4p1" 15.9 CATEGORY="security" 15.10 TAGS="ssh" 15.11 SHORT_DESC="Openbsd Secure FTP server."
16.1 --- a/shellinabox/receipt Wed Oct 21 13:33:36 2020 +0000 16.2 +++ b/shellinabox/receipt Wed Oct 28 12:04:50 2020 +0000 16.3 @@ -1,7 +1,7 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="shellinabox" 16.7 -VERSION="2.20" 16.8 +VERSION="2.21" 16.9 CATEGORY="network" 16.10 SHORT_DESC="Ajax web based terminal emulator." 16.11 MAINTAINER="pascal.bellard@slitaz.org"