From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 23 May 2022 15:39:10 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nt8H8-006X29-D9 for lore@lore.pengutronix.de; Mon, 23 May 2022 15:39:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nt8H7-0007Ox-TQ; Mon, 23 May 2022 15:39:09 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nt8Gr-0007Om-Ss for ptxdist@pengutronix.de; Mon, 23 May 2022 15:38:54 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Mon, 23 May 2022 15:38:45 +0200 Message-ID: <2843376.2yEHqIZ7s9@ada> In-Reply-To: <20220523132208.23113-1-ada@thorsis.com> References: <20220523132208.23113-1-ada@thorsis.com> Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Clacks-Overhead: GNU Terry Pratchett X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.4 required=4.0 tests=AWL,BAYES_00,PDS_BTC_ID, PDS_BTC_MSGID,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [RFC PATCH] at: version bump 3.1.12 -> 3.2.5 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hello, Am Montag, 23. Mai 2022, 15:22:08 CEST schrieb Alexander Dahl: > Upstream changed in 2015, tarballs are available at a new URL now. > > Patches could all be removed, issues where addressed upstream in a > different way however. Well, the patch does not remove the patches, but should. m( The main reason I sent this as RFC is maybe someone can test this against latest autoconf? O:-) (That is mentioned to fail in the staging note applied with 7889c752cfde ("at: move to staging")). A > > Changes in Copyright file where updating an e-mail address and adding a > note on new maintainership. > > Link: > http://blog.calhariz.com/index.php/post/2015/12/06/Taking-over-the-develope > ment-of-at-daemon. Signed-off-by: Alexander Dahl > --- > > Notes: > We are using 'at', but on an older BSP version still. > Maybe we can get this out of staging again nevertheless? > Builds fine with OSELAS.Toolchain-2016.06.1/arm-v5te-linux-gnueabi on > ptxdist-2018.05.0, I have no more recent system at hand currently. > No runtime tests, yet. > > rules/at.make | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/rules/at.make b/rules/at.make > index 5a105e271..7a4da8f5a 100644 > --- a/rules/at.make > +++ b/rules/at.make > @@ -14,18 +14,18 @@ PACKAGES-$(PTXCONF_AT) += at > # > # Paths and names > # > -AT_VERSION := 3.1.12 > -AT_MD5 := 1e67991776148fb319fd77a2e599a765 > +AT_VERSION := 3.2.5 > +AT_MD5 := ca3657a1c90d7c3d252e0bc17feddc6e > AT_SUFFIX := tar.gz > AT := at-$(AT_VERSION) > AT_TARBALL := at_$(AT_VERSION).orig.$(AT_SUFFIX) > -AT_URL := > http://snapshot.debian.org/archive/debian/20091130T214753Z/pool/main/a/at/$ > (AT_TARBALL) +AT_URL := http://software.calhariz.com/at/$(AT_TARBALL) > AT_SOURCE := $(SRCDIR)/$(AT_TARBALL) > AT_DIR := $(BUILDDIR)/$(AT) > AT_LICENSE := GPL-2.0-or-later AND GPL-3.0-or-later AND ISC > AT_LICENSE_FILES := \ > file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ > - file://Copyright;md5=dffa11c636884752fbf0b2a159b2883a > + file://Copyright;md5=7532282502653b5282e013ffe944d993 > > # > --------------------------------------------------------------------------- > - # Prepare > @@ -47,10 +47,11 @@ endif > AT_CONF_TOOL := autoconf > AT_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > - --with-loadavg_mx=1.5 \ > --with-jobdir=/var/spool/cron/atjobs \ > --with-atspool=/var/spool/cron/atspool \ > + --with-loadavg_mx=1.5 \ > --with-daemon_username=root \ > + --$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux \ > --with-daemon_groupname=root \ > SENDMAIL=$(AT_SENDMAIL) > > > base-commit: 6f8f19ff434b20efd3caeb779873d401f5c3dead