From patchwork Wed Nov 8 21:57:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7307 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SQf981B4lz3wtG for ; Wed, 8 Nov 2023 21:58:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SQf960rPzz1MY; Wed, 8 Nov 2023 21:58:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SQf955dxVz33g2; Wed, 8 Nov 2023 21:58:17 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SQf942KcYz2xFv for ; Wed, 8 Nov 2023 21:58:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SQf931xnkzr1; Wed, 8 Nov 2023 21:58:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699480695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=i/mvoqb0NpoKmD9fQRKt0BoHIvwA9CcU4tR7i2D0HJA=; b=E/3IKnUB0Xhb2MKoj3mttcTNzYYBBnf7giJqpvNoKMBjDrSZ8b67Yn6rJR2Wfn3SRTzxrx tSq17EWJp0YYXzAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699480695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=i/mvoqb0NpoKmD9fQRKt0BoHIvwA9CcU4tR7i2D0HJA=; b=qAx9QXPdVImOow/xPP3ZgX3W5sXrkSwZoWzSsw098soPo65QC4FCBPsf7D0xgIU6Z4sM8O 2gflLOYqwOTH9Oursjnp9DEuGbR+hbO0m6CNsZLOohRiK8vHrmdcb4AjoT8wN6KyIRUdjK DUnDs5KbzQ+H7PrViUdEgsRDlXZckqnZv+AMn/GmumoDW/hMKgypykC8PP5lwnZK9eLV8C nOAUa4lqZGvTebPcWPCjyabVjYAUKy0oB9jtgGHrB26J73/eXYaJjNoba+rXmKsLryzOPt YIc6xuoUi9EKpLjT2KgBZHiymN5ociRKsKFBPvw+IszjyROAhqYgesj3bUt9AQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to version 10.0.4 Date: Wed, 8 Nov 2023 22:57:57 +0100 Message-ID: <20231108215809.2617157-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: K7HL77P5BNDJDKZD75SFUML6EWJVHEE2 X-Message-ID-Hash: K7HL77P5BNDJDKZD75SFUML6EWJVHEE2 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 10.0.2 to 10.0.4 - Update of rootfile not required - Two patches removed as the fixes have been included in the source tarball - Changelog 10.0.4 privsep: allow __NR_mmap2 call by @olegartys in #253 privsep: allow __NR_clock_gettime32 syscall by @olegartys in #254 compat/arc4random.c: use memset instead of explicit_bzero by @ffontaine in #252 privsep: avoid SIGPIPE errors when scripts write to stderr/stdout after dhcpcd is daemonised 10.0.3 Do not crash on dhcpcd test run by @pemensik in #231 Add automated CI builds for Ubuntu, OpenBSD, FreeBSD and NetBSD by @tobhe in #229 dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ by @tobhe in #236 privsep: fix strlcpy overflow in psp_ifname by @tobhe in #239 ci: execute tests after successful build by @tobhe in #243 compat: update arc4random() to newer chacha20 based version from OpenBSD by @tobhe in #227 Support libcrypto for hmac and sha256 by @tobhe in #223 Use a local variable instead of the optind by @gotthardp in #86 Send correct amount of used buffer for prefix exclude option by @ctomahogh in #250 compat: use OpenSSL RAND_priv_bytes() for entropy by @tobhe in #248 Signed-off-by: Adolf Belka --- lfs/dhcpcd | 6 ++-- ....2-fix-off-by-one-overflow-when-read.patch | 26 ----------------- ...p-fix-strlcpy-overflow-in-psp-ifname.patch | 28 ------------------- 3 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 src/patches/dhcpcd-10.0.2-fix-off-by-one-overflow-when-read.patch delete mode 100644 src/patches/dhcpcd-10.0.2-privsep-fix-strlcpy-overflow-in-psp-ifname.patch diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 2323b6104..da832046a 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.0.2 +VER = 10.0.4 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 999033b4c0bc46943332b0b7ed3f1869ad54e2c37346523a15fbd3d9f29db1e01c1ddd0a300826021d3e20493ea06358ef47ac6a02c50331ca0d90e31a123b85 +$(DL_FILE)_BLAKE2 = 770ee398eccff20cd4a37f89b841f8d580d9a42b456d93673ab3bf6ddf1ed0e49feda47ea8c1206a8a8582bccde80f45c3efbf2e1d0e493b06f04e2c6df876af install : $(TARGET) @@ -71,8 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.2-fix-off-by-one-overflow-when-read.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.2-privsep-fix-strlcpy-overflow-in-psp-ifname.patch cd $(DIR_APP) && ./configure \ --prefix="" \ --sysconfdir=/var/ipfire/dhcpc \ diff --git a/src/patches/dhcpcd-10.0.2-fix-off-by-one-overflow-when-read.patch b/src/patches/dhcpcd-10.0.2-fix-off-by-one-overflow-when-read.patch deleted file mode 100644 index 9e9cf3695..000000000 --- a/src/patches/dhcpcd-10.0.2-fix-off-by-one-overflow-when-read.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f798bf23af8e5a0eae38931912e2b67e1d45aca4 Mon Sep 17 00:00:00 2001 -From: Tobias Heider -Date: Sat, 12 Aug 2023 21:59:21 +0200 -Subject: [PATCH] dhcpcd: Fix off-by-one overflow when read() writes full - BUFSIZ (#236) - ---- - src/dhcpcd.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/dhcpcd.c b/src/dhcpcd.c -index e06733d3..688a3a6d 100644 ---- a/src/dhcpcd.c -+++ b/src/dhcpcd.c -@@ -1822,7 +1822,7 @@ dhcpcd_stderr_cb(void *arg, unsigned short events) - if (!(events & ELE_READ)) - return; - -- len = read(ctx->stderr_fd, log, sizeof(log)); -+ len = read(ctx->stderr_fd, log, sizeof(log) - 1); - if (len == -1) { - if (errno != ECONNRESET) - logerr(__func__); --- -2.39.2 - diff --git a/src/patches/dhcpcd-10.0.2-privsep-fix-strlcpy-overflow-in-psp-ifname.patch b/src/patches/dhcpcd-10.0.2-privsep-fix-strlcpy-overflow-in-psp-ifname.patch deleted file mode 100644 index 07c87017e..000000000 --- a/src/patches/dhcpcd-10.0.2-privsep-fix-strlcpy-overflow-in-psp-ifname.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 1bd8fc7d4b34f752a32709d277a897e5ad202d97 Mon Sep 17 00:00:00 2001 -From: Tobias Heider -Date: Tue, 15 Aug 2023 18:06:48 +0200 -Subject: [PATCH] privsep: fix strlcpy overflow in psp_ifname (#239) - -When running our Ubuntu tests with libc6 and strlcpy overflow checks -enabled we found that the wrong size is passed to strlcpy resulting -in a crash because of an overflow. ---- - src/privsep.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/privsep.c b/src/privsep.c -index b11c0351..cfe54742 100644 ---- a/src/privsep.c -+++ b/src/privsep.c -@@ -1200,7 +1200,7 @@ ps_newprocess(struct dhcpcd_ctx *ctx, struct ps_id *psid) - #endif - - if (!(ctx->options & DHCPCD_MANAGER)) -- strlcpy(psp->psp_ifname, ctx->ifv[0], sizeof(psp->psp_name)); -+ strlcpy(psp->psp_ifname, ctx->ifv[0], sizeof(psp->psp_ifname)); - TAILQ_INSERT_TAIL(&ctx->ps_processes, psp, next); - return psp; - } --- -2.39.2 - From patchwork Wed Nov 8 21:58:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7318 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SQf9Q1QnNz3x26 for ; Wed, 8 Nov 2023 21:58:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SQf9C3whPz2x8; Wed, 8 Nov 2023 21:58:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SQf9C3KXgz33g1; Wed, 8 Nov 2023 21:58:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SQf985r4Kz33g1 for ; Wed, 8 Nov 2023 21:58:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SQf966RnPz1Yj; Wed, 8 Nov 2023 21:58:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699480699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GA8EsWqqOKyTHzjCJWtIMjYunGz+icqlLSAKdA0a9rA=; b=kEi7v259pbwd1ZpKOau3wP2Ocgz/56LoTjHVMT2Hdyh2LqIILVumqk14eegnKJ8+7Gv7p9 1igcr+jsI7/uzPBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699480699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GA8EsWqqOKyTHzjCJWtIMjYunGz+icqlLSAKdA0a9rA=; b=EueZrJ/5muuWGZgxeZEE+OAZ8dukoXZ7LOFIZR6niwUfUPWAXZ+5L4vnnCViyzSWcSwjCQ VWbNKqTEGTFtSzeSa7aqk41gDIPphNiRLHluR5tkTgTqXnJliBhGC0qKShxFuA8bdxGFsU WxB0VXIWk1PjjNAFi8D2sRbRW3U4C4i19sOtCmCFZqNsr8kpkUSuBn+AOeEU4VIYWnMSxw LQsZ8RUzmNChzfGV+trvA/wKaJdoEtpI2sOdBNx8SIILmSXTfIhvQXq4EaFHdKBb6h9MdF ZN1D9ary3z0YkNeLDjF0mAtE8F+hrDbDw0nxKODjZzQIqT/70bZsbLgTJc4/jg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] dnsdist: ship dnsdist due to libsodium sobump Date: Wed, 8 Nov 2023 22:58:08 +0100 Message-ID: <20231108215809.2617157-12-adolf.belka@ipfire.org> In-Reply-To: <20231108215809.2617157-1-adolf.belka@ipfire.org> References: <20231108215809.2617157-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QYBYNJIYPZLEGXFWOIH6RHLK74FZZPI4 X-Message-ID-Hash: QYBYNJIYPZLEGXFWOIH6RHLK74FZZPI4 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/dnsdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 1608d5673..ac5c602b4 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist -PAK_VER = 16 +PAK_VER = 17 SUP_ARCH = x86_64 aarch64 From patchwork Wed Nov 8 21:58:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7319 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SQf9R0C4rz3x25 for ; Wed, 8 Nov 2023 21:58:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SQf9C55X5z2yZ; Wed, 8 Nov 2023 21:58:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SQf9C4Ww3z2xFv; Wed, 8 Nov 2023 21:58:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SQf992Z01z33g3 for ; Wed, 8 Nov 2023 21:58:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SQf9717ypz2v8; Wed, 8 Nov 2023 21:58:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699480699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ktbfd/ipwBWFYW+bfStP0GY4lU0CmOppeAlFKP0K254=; b=LQvSZGavGONZ9tX0p+PVfyw41tH72u4FAtVA+3AGrUfjadzyMcM9+xMeIWk9cWet3OynE/ APG/Yd5bjzoNBmBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699480699; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ktbfd/ipwBWFYW+bfStP0GY4lU0CmOppeAlFKP0K254=; b=LcQMBfgb3wYakIvyNDjiwsVFMp5Ve2tiJ8pAHeI4e45sAeP5NObPLlIe0cOPY/HUSzWI/k jKjYkIx3Sg5hCSrgkS2MHENwzLO1doVgeMwNrD3jyQGSmSr6r+TUa73JedGOmXaoWgQNr5 GO58lwdvHgbiXutPQfnudfet8McjjxF+r7YD0wf0sDvbrlDTODMnYvokAe5OGxWgIrDAET 5KrCH3PHIi1Mna3pYNmiUMJsv2bN4E/0dkwXgNwPVaZcE5p8tTVLZ9+Nfs7BQLagbnhp9c vENPcGQXHs7+Kwz4Bdng/Gcdj/q/HV9XMPgSyeTJISpCd2eAzGAsRMUKg2Ev2g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] shairport-sync: ship shairport-sync due to libsodium sobump Date: Wed, 8 Nov 2023 22:58:09 +0100 Message-ID: <20231108215809.2617157-13-adolf.belka@ipfire.org> In-Reply-To: <20231108215809.2617157-1-adolf.belka@ipfire.org> References: <20231108215809.2617157-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: X3JNFLBS3FAYKPOH7YDQ5RFIZUNKCAGL X-Message-ID-Hash: X3JNFLBS3FAYKPOH7YDQ5RFIZUNKCAGL X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/shairport-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/shairport-sync b/lfs/shairport-sync index 12331b608..f8f282f52 100644 --- a/lfs/shairport-sync +++ b/lfs/shairport-sync @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = shairport-sync -PAK_VER = 12 +PAK_VER = 13 DEPS = alac alsa avahi ffmpeg libdaemon libplist nqptp soxr