wok-current annotate connman-tools/receipt @ rev 25659
Update expat CVE-2023-52425,CVE-2023-52426, patch libxml2 CVE-2024-25062
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Feb 18 10:03:28 2024 +0000 (10 months ago) |
parents | a2972d1fc4ba |
children |
rev | line source |
---|---|
domcox@14385 | 1 # SliTaz package receipt. |
domcox@14385 | 2 |
domcox@14385 | 3 PACKAGE="connman-tools" |
Hans-G?nter@22614 | 4 VERSION="1.37" |
domcox@14385 | 5 CATEGORY="network" |
Hans-G?nter@22614 | 6 SHORT_DESC="Daemon for managing internet connections, tools." |
domcox@14385 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@24893 | 9 WEB_SITE="https://git.kernel.org/pub/scm/network/connman/connman.git/" |
Hans-G?nter@22614 | 10 |
Hans-G?nter@22614 | 11 DEPENDS="ncursesw readline" |
domcox@14385 | 12 WANTED="connman" |
domcox@14385 | 13 |
domcox@14385 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@14385 | 15 genpkg_rules() |
domcox@14385 | 16 { |
domcox@14385 | 17 # client |
mojo@18518 | 18 mkdir -p $fs/usr/sbin |
Hans-G?nter@22614 | 19 install -Dm755 $src/client/connmanctl $fs/usr/sbin |
domcox@14385 | 20 } |