mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [RFC PATCH] at: version bump 3.1.12 -> 3.2.5
@ 2022-05-23 13:22 Alexander Dahl
  2022-05-23 13:38 ` Alexander Dahl
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2022-05-23 13:22 UTC (permalink / raw)
  To: ptxdist

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.

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-developement-of-at-daemon.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---

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
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-23 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 13:22 [ptxdist] [RFC PATCH] at: version bump 3.1.12 -> 3.2.5 Alexander Dahl
2022-05-23 13:38 ` Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox