From a91935dc6209efb2138090c49bce59dae8f80fd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Mon, 17 Apr 2023 05:31:40 -0300 Subject: [PATCH] recipes: networking/connman: Upgraded to git snapshot 20230411_24180d12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/networking/connman/recipe | 15 +++++++++++---- sources/SOURCELIST.txt | 2 +- sources/connman-1.41.tar.gz.sha256 | 1 - sources/connman-20230411_24180d12.tar.lz.sha256 | 1 + 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 sources/connman-1.41.tar.gz.sha256 create mode 100644 sources/connman-20230411_24180d12.tar.lz.sha256 diff --git a/recipes/networking/connman/recipe b/recipes/networking/connman/recipe index 0774be89..fadb1933 100644 --- a/recipes/networking/connman/recipe +++ b/recipes/networking/connman/recipe @@ -1,6 +1,6 @@ # Build recipe for connman. # -# Copyright (c) 2019, 2021-2022 Matias Fonzo, . +# Copyright (c) 2019, 2021-2023 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,16 +18,20 @@ set -e program=connman -version=1.41 +version=20230411_24180d12 release=1 # Define a category for the output of the package name pkgcategory=networking -tarname=${program}-${version}.tar.gz +tarname=${program}-${version}.tar.lz # Remote source(s) -fetch=https://mirrors.edge.kernel.org/pub/linux/network/connman/$tarname +#fetch=https://mirrors.edge.kernel.org/pub/linux/network/connman/$tarname +fetch=" + https://dragora.mirror.garr.it/current/sources/$tarname + rsync://rsync.dragora.org/current/sources/$tarname +" description=" A connection manager. @@ -68,10 +72,13 @@ build() --docdir=$docsdir \ --enable-static=no \ --enable-shared=yes \ + --enable-loopback=builtin \ --enable-pie \ --enable-iwd \ --disable-wispr \ --disable-wireguard \ + --disable-iospm \ + --disable-hh2serial-gps \ --with-firewall=iptables \ --with-dns-backend=internal \ --build="$(gcc -dumpmachine)" diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 8040e2c5..7b608193 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -116,6 +116,7 @@ https://downloads.sourceforge.net/reiser4/libaal-1.0.7.tar.gz https://dragora.mirror.garr.it/current/sources/binutils-2.38.20220801_dc2474e7d20.tar.lz https://dragora.mirror.garr.it/current/sources/ca-certificates-20221216_8c0eacd.tar.lz https://dragora.mirror.garr.it/current/sources/clisp-20221228_957c79a25.tar.lz +https://dragora.mirror.garr.it/current/sources/connman-20230411_24180d12.tar.lz https://dragora.mirror.garr.it/current/sources/connman-gtk-20180626_b72c6ab.tar.lz https://dragora.mirror.garr.it/current/sources/db-6.2.38.tar.gz https://dragora.mirror.garr.it/current/sources/dbus-1-tqt-20220620_aeb7010.tar.lz @@ -314,7 +315,6 @@ https://mirror.cedia.org.ec/gnu/texinfo/texinfo-7.0.3.tar.gz https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.gz https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.2.2.tar.gz https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.66.tar.gz -https://mirrors.edge.kernel.org/pub/linux/network/connman/connman-1.41.tar.gz https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-2.3.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.0.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.2.0.tar.gz diff --git a/sources/connman-1.41.tar.gz.sha256 b/sources/connman-1.41.tar.gz.sha256 deleted file mode 100644 index 1d54ede0..00000000 --- a/sources/connman-1.41.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -6ba6cdde07084c3209faed695f8d3f2292d3155276b0e20958e9cea8ae0f0bee connman-1.41.tar.gz diff --git a/sources/connman-20230411_24180d12.tar.lz.sha256 b/sources/connman-20230411_24180d12.tar.lz.sha256 new file mode 100644 index 00000000..fb9b7eab --- /dev/null +++ b/sources/connman-20230411_24180d12.tar.lz.sha256 @@ -0,0 +1 @@ +93295760169ae04f6c42110b7252608d3257f7251816f8439ad19242115ee3fa connman-20230411_24180d12.tar.lz -- 2.11.4.GIT