From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1hgslV-00038m-6Y for ptxdist@pengutronix.de; Fri, 28 Jun 2019 17:26:17 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id AD9624F43432 for ; Fri, 28 Jun 2019 17:26:16 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m-JcBUN4b0Gu for ; Fri, 28 Jun 2019 17:26:16 +0200 (CEST) Received: from ws-apr-old.office.loc (ipbcc2a65f.dynamic.kabel-deutschland.de [188.194.166.95]) by mail.mars-solutions.de (Postfix) with ESMTPA id 81CD54F43432 for ; Fri, 28 Jun 2019 17:26:16 +0200 (CEST) From: Andreas Pretzsch Date: Fri, 28 Jun 2019 17:26:16 +0200 Message-Id: <1561735576-3637-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] alsa-utils: version bump 1.1.7 -> 1.1.9 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de http mirror dl.ambiweb.de for ftp.alsa-project.org is gone. Replace it with official 'FTP via HTTP (web) access' mirror at 'https://www.alsa-project.org/files/pub/'. As far as I can see from git commit log, no spectacular changes. Beside some small fixes and documentation improvements, the main thing is the addition of the new 'axfer' utility. This one is intended to replace current aplay/arecord in the long run. This commit only bumps the version, but does not targetinstall the new axfer (or any aplay/arecord symlinks to it). Signed-off-by: Andreas Pretzsch --- I have some rule updates for alsa-utils in the queue, like adding alsabat, axfer, and a bit of cleanup. But as they need some more polishing, they will be probably for-next. Especially alsabat inclusion needs rework of the fftw rule. In case anybody has a need for them today, write me. rules/alsa-utils.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make index a742e1015..f2d0387f7 100644 --- a/rules/alsa-utils.make +++ b/rules/alsa-utils.make @@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_ALSA_UTILS) += alsa-utils # # Paths and names # -ALSA_UTILS_VERSION := 1.1.7 -ALSA_UTILS_MD5 := 2b88796c6b05520e59eec6049de02f64 +ALSA_UTILS_VERSION := 1.1.9 +ALSA_UTILS_MD5 := 5ed21c3e296c06046cc986e732f625f6 ALSA_UTILS := alsa-utils-$(ALSA_UTILS_VERSION) ALSA_UTILS_SUFFIX := tar.bz2 ALSA_UTILS_URL := \ - http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX) \ + https://www.alsa-project.org/files/pub/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX) \ ftp://ftp.alsa-project.org/pub/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX) ALSA_UTILS_SOURCE := $(SRCDIR)/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX) ALSA_UTILS_DIR := $(BUILDDIR)/$(ALSA_UTILS) -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de