[arch-commits] Commit in cronie/repos/testing-x86_64 (11 files)

Christian Hesse eworm at archlinux.org
Mon Mar 29 18:20:13 UTC 2021


    Date: Monday, March 29, 2021 @ 18:20:12
  Author: eworm
Revision: 411224

archrelease: copy trunk to testing-x86_64

Added:
  cronie/repos/testing-x86_64/0001-crontab-use-bold-colors.patch
    (from rev 411223, cronie/trunk/0001-crontab-use-bold-colors.patch)
  cronie/repos/testing-x86_64/80-cronie.hook
    (from rev 411223, cronie/trunk/80-cronie.hook)
  cronie/repos/testing-x86_64/PKGBUILD
    (from rev 411223, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
    (from rev 411223, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
    (from rev 411223, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
    (from rev 411223, cronie/trunk/service)
Deleted:
  cronie/repos/testing-x86_64/80-cronie.hook
  cronie/repos/testing-x86_64/PKGBUILD
  cronie/repos/testing-x86_64/deny
  cronie/repos/testing-x86_64/pam.d
  cronie/repos/testing-x86_64/service

------------------------------------+
 0001-crontab-use-bold-colors.patch |   26 ++++++
 80-cronie.hook                     |   18 ++--
 PKGBUILD                           |  132 ++++++++++++++++++-----------------
 deny                               |    2 
 pam.d                              |   20 ++---
 service                            |   22 ++---
 6 files changed, 125 insertions(+), 95 deletions(-)

Copied: cronie/repos/testing-x86_64/0001-crontab-use-bold-colors.patch (from rev 411223, cronie/trunk/0001-crontab-use-bold-colors.patch)
===================================================================
--- 0001-crontab-use-bold-colors.patch	                        (rev 0)
+++ 0001-crontab-use-bold-colors.patch	2021-03-29 18:20:12 UTC (rev 411224)
@@ -0,0 +1,26 @@
+From 116ab7eeb7dff736c83389746f22700d9f6a7dd8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse <mail at eworm.de>
+Date: Mon, 29 Mar 2021 15:34:46 +0200
+Subject: [PATCH 1/1] crontab: use bold colors
+
+Dark colors (especially blue) on dark background are hard to read.
+Let's make these bold.
+---
+ src/crontab.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crontab.c b/src/crontab.c
+index af3db23..240c112 100644
+--- a/src/crontab.c
++++ b/src/crontab.c
+@@ -66,8 +66,8 @@
+ 
+ #define NHEADER_LINES 0
+ 
+-#define COMMENT_COLOR "\x1B[34m"
+-#define ERROR_COLOR "\x1B[31m"
++#define COMMENT_COLOR "\x1B[34;1m"
++#define ERROR_COLOR "\x1B[31;1m"
+ #define RESET_COLOR "\x1B[0m"
+ 
+ enum opt_t {

Deleted: 80-cronie.hook
===================================================================
--- 80-cronie.hook	2021-03-29 18:19:59 UTC (rev 411223)
+++ 80-cronie.hook	2021-03-29 18:20:12 UTC (rev 411224)
@@ -1,9 +0,0 @@
-[Trigger]
-Operation = Upgrade
-Type = Package
-Target = glibc
-
-[Action]
-Description = Restarting cronie for libc upgrade...
-When = PostTransaction
-Exec = /usr/bin/systemctl try-restart cronie.service

Copied: cronie/repos/testing-x86_64/80-cronie.hook (from rev 411223, cronie/trunk/80-cronie.hook)
===================================================================
--- 80-cronie.hook	                        (rev 0)
+++ 80-cronie.hook	2021-03-29 18:20:12 UTC (rev 411224)
@@ -0,0 +1,9 @@
+[Trigger]
+Operation = Upgrade
+Type = Package
+Target = glibc
+
+[Action]
+Description = Restarting cronie for libc upgrade...
+When = PostTransaction
+Exec = /usr/bin/systemctl try-restart cronie.service

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 18:19:59 UTC (rev 411223)
+++ PKGBUILD	2021-03-29 18:20:12 UTC (rev 411224)
@@ -1,64 +0,0 @@
-# Contributor: Kaiting Chen <kaiting.chen at kiwilight.com>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname='cronie'
-pkgver=1.5.7
-pkgrel=1
-pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
-url='https://github.com/cronie-crond/cronie/'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('pam' 'bash' 'run-parts')
-optdepends=('smtp-server: send job output via email'
-            'smtp-forwarder: forward job output to email server')
-conflicts=('cron')
-provides=('cron')
-source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        '80-cronie.hook'
-        'service'
-        'pam.d'
-        'deny')
-sha256sums=('538bcfaf2e986e5ae1edf6d1472a77ea8271d6a9005aee2497a9ed6e13320eb3'
-            'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db'
-            'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
-            '00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
-            'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
-backup=('etc/cron.deny'
-        'etc/pam.d/crond'
-        'etc/cron.d/0hourly'
-        'etc/anacrontab')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--sbindir=/usr/bin \
-		--enable-anacron \
-		--with-inotify \
-		--with-pam
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	chmod u+s "${pkgdir}"/usr/bin/crontab
-	install -d "${pkgdir}"/var/spool/{ana,}cron
-	install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
-
-	install -Dm0644 ../deny "${pkgdir}"/etc/cron.deny
-	install -Dm0644 ../pam.d "${pkgdir}"/etc/pam.d/crond
-	install -Dm0644 ../service "${pkgdir}"/usr/lib/systemd/system/cronie.service
-	install -Dm0644 ../80-cronie.hook "${pkgdir}"/usr/share/libalpm/hooks/80-cronie.hook
-
-	install -Dm0644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
-	install -Dm0644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
-	install -Dm0755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
-
-	install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
-}

Copied: cronie/repos/testing-x86_64/PKGBUILD (from rev 411223, cronie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-29 18:20:12 UTC (rev 411224)
@@ -0,0 +1,68 @@
+# Contributor: Kaiting Chen <kaiting.chen at kiwilight.com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname='cronie'
+pkgver=1.5.7
+pkgrel=2
+pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
+url='https://github.com/cronie-crond/cronie/'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('smtp-server: send job output via email'
+            'smtp-forwarder: forward job output to email server')
+conflicts=('cron')
+provides=('cron')
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        '0001-crontab-use-bold-colors.patch'
+        '80-cronie.hook'
+        'service'
+        'pam.d'
+        'deny')
+sha256sums=('538bcfaf2e986e5ae1edf6d1472a77ea8271d6a9005aee2497a9ed6e13320eb3'
+            '2c9a2f386f23779907c468023538b195cd3e3c61fa16e19f036ee13a031f1c3a'
+            'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db'
+            'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
+            '00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
+            'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
+backup=('etc/cron.deny'
+        'etc/pam.d/crond'
+        'etc/cron.d/0hourly'
+        'etc/anacrontab')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	patch -Np1 < ../0001-crontab-use-bold-colors.patch
+
+	./configure \
+		--prefix=/usr \
+		--sysconfdir=/etc \
+		--localstatedir=/var \
+		--sbindir=/usr/bin \
+		--enable-anacron \
+		--with-inotify \
+		--with-pam
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	chmod u+s "${pkgdir}"/usr/bin/crontab
+	install -d "${pkgdir}"/var/spool/{ana,}cron
+	install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
+
+	install -Dm0644 ../deny "${pkgdir}"/etc/cron.deny
+	install -Dm0644 ../pam.d "${pkgdir}"/etc/pam.d/crond
+	install -Dm0644 ../service "${pkgdir}"/usr/lib/systemd/system/cronie.service
+	install -Dm0644 ../80-cronie.hook "${pkgdir}"/usr/share/libalpm/hooks/80-cronie.hook
+
+	install -Dm0644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
+	install -Dm0644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
+	install -Dm0755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
+
+	install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
+}

Deleted: deny
===================================================================
--- deny	2021-03-29 18:19:59 UTC (rev 411223)
+++ deny	2021-03-29 18:20:12 UTC (rev 411224)
@@ -1 +0,0 @@
-# without this file, only users listed in /etc/cron.allow can use crontab

Copied: cronie/repos/testing-x86_64/deny (from rev 411223, cronie/trunk/deny)
===================================================================
--- deny	                        (rev 0)
+++ deny	2021-03-29 18:20:12 UTC (rev 411224)
@@ -0,0 +1 @@
+# without this file, only users listed in /etc/cron.allow can use crontab

Deleted: pam.d
===================================================================
--- pam.d	2021-03-29 18:19:59 UTC (rev 411223)
+++ pam.d	2021-03-29 18:20:12 UTC (rev 411224)
@@ -1,10 +0,0 @@
-auth      required    pam_unix.so
-auth      required    pam_env.so
-
-account   required    pam_access.so
-account   required    pam_unix.so
-account   required    pam_time.so
-
-session    required   pam_loginuid.so
-session   required    pam_limits.so
-session   required    pam_unix.so

Copied: cronie/repos/testing-x86_64/pam.d (from rev 411223, cronie/trunk/pam.d)
===================================================================
--- pam.d	                        (rev 0)
+++ pam.d	2021-03-29 18:20:12 UTC (rev 411224)
@@ -0,0 +1,10 @@
+auth      required    pam_unix.so
+auth      required    pam_env.so
+
+account   required    pam_access.so
+account   required    pam_unix.so
+account   required    pam_time.so
+
+session    required   pam_loginuid.so
+session   required    pam_limits.so
+session   required    pam_unix.so

Deleted: service
===================================================================
--- service	2021-03-29 18:19:59 UTC (rev 411223)
+++ service	2021-03-29 18:20:12 UTC (rev 411224)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Periodic Command Scheduler
-
-[Service]
-ExecStart=/usr/bin/crond -n
-ExecReload=/usr/bin/kill -HUP $MAINPID
-KillMode=process
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Copied: cronie/repos/testing-x86_64/service (from rev 411223, cronie/trunk/service)
===================================================================
--- service	                        (rev 0)
+++ service	2021-03-29 18:20:12 UTC (rev 411224)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Periodic Command Scheduler
+
+[Service]
+ExecStart=/usr/bin/crond -n
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list