[arch-commits] Commit in icecast/repos/community-x86_64 (10 files)

David Runge dvzrv at archlinux.org
Fri Aug 7 08:54:35 UTC 2020


    Date: Friday, August 7, 2020 @ 08:54:34
  Author: dvzrv
Revision: 671370

archrelease: copy trunk to community-x86_64

Added:
  icecast/repos/community-x86_64/PKGBUILD
    (from rev 671369, icecast/trunk/PKGBUILD)
  icecast/repos/community-x86_64/icecast.logrotate
    (from rev 671369, icecast/trunk/icecast.logrotate)
  icecast/repos/community-x86_64/icecast.service
    (from rev 671369, icecast/trunk/icecast.service)
  icecast/repos/community-x86_64/icecast.sysusers
    (from rev 671369, icecast/trunk/icecast.sysusers)
  icecast/repos/community-x86_64/icecast.tmpfiles
    (from rev 671369, icecast/trunk/icecast.tmpfiles)
Deleted:
  icecast/repos/community-x86_64/PKGBUILD
  icecast/repos/community-x86_64/icecast.logrotate
  icecast/repos/community-x86_64/icecast.service
  icecast/repos/community-x86_64/icecast.sysusers
  icecast/repos/community-x86_64/icecast.tmpfiles

-------------------+
 PKGBUILD          |  126 ++++++++++++++++++++++++++--------------------------
 icecast.logrotate |   16 +++---
 icecast.service   |   87 +++++++++++++++++------------------
 icecast.sysusers  |    2 
 icecast.tmpfiles  |    2 
 5 files changed, 116 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-07 08:54:22 UTC (rev 671369)
+++ PKGBUILD	2020-08-07 08:54:34 UTC (rev 671370)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Jason Chu <jchu at xentac.net>
-
-pkgname=icecast
-pkgver=2.4.4
-pkgrel=2
-pkgdesc='Streaming audio over the Internet'
-arch=('x86_64')
-license=('GPL2')
-url="https://www.icecast.org/"
-depends=('glibc' 'libkate' 'libxml2' 'libxslt' 'openssl' 'speex' 'libtheora')
-makedepends=('curl' 'libogg' 'libvorbis')
-backup=('etc/icecast.xml'
-        'etc/logrotate.d/icecast')
-source=(
-  "https://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-  "${pkgname}.logrotate"
-  "${pkgname}.service"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-)
-sha512sums=('e9ffb478cac2570891787455591d881a59185e067bb36f51706a7070cd9d82d80425ec8cf151f5ebb17d1b75654449fc760f8b82a1bb05f020b47ec09e46b4d0'
-            '1727ec4e66ce2939a6b66c23b2f0938e2e6c717d2753f4d8c05eb31ff211d50f7ce3d38b8fca93b8cb98c1b755a5d8e3baf381fe8eb0624e7e4fe9c7486ad14a'
-            'debfd3e609d97b3e1297645aaaae2f98851304c02ccaf791d339c40ad4ba02dfaf3dbcff6c455a80a8ad610c53ca388e66922221a3b8d9c2171ff5ea031a4bc1'
-            'ca0c6e81e84910ac5bcd573aa280224426201b4aa8580f974b17daea6f95472e3ba47b3319ea1291d6762e858a3f7e9120f05357fe02aa83f01bb767862a04c8'
-            'db3cf00e5ff1e2f5636288992212964f068f94ee98a880c27f00afda44f048e608636a34f2ae551f3cf24f7c43ebd2f40ab8a9bcc5d8057901d4a871c6b79f13')
-b2sums=('fd4034749feb4bf38c684ac6d8de572fdebce875843dc1be286264c8fe8d38feb24ea889b07ec79aada34cf16dae46eb21a8c5470f67c08f2dd56dc04c12130f'
-        '9d4897d84c4be355b04c542fcf5242d5341634eefb0ca8233f8bf944e208f4ba3a2855a922639979541ec55280cdbebbebedb2a3b8a59289d19803bf7d3cdc11'
-        '65bbb1c6e601b92952f7c3ad318ed320eabd6443f6c6f16625fa28ffe1c4977094067169c89564c911673c4a7b881ee86d6dd792eced4ff3f36066ff26db4218'
-        '61c3194a0ca86f19bd4d8153eb3589f0b400549605b588418bc60a5f8a70198d1532f53ca48070385012ef8346bed69b5e1b53d2cf2b803da921414365394224'
-        'b17bf9b34daa89e32a41be3364ca74f8d2403bc8f6a103e4db51c637b42f9cd0841553b2838ce9dcdb91c3561249f13fca39359636c07f163c90de3945bf1784')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --localstatedir=/var
-  make
-}
-
-package() {
-  depends+=('libcurl.so' 'libogg.so' 'libvorbis.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # logrotate
-  install -vDm 644 "../${pkgname}.logrotate" \
-    "${pkgdir}/etc/logrotate.d/${pkgname}"
-  # systemd unit
-  install -vDm 644 "../${pkgname}.service" \
-    -t "${pkgdir}/usr/lib/systemd/system"
-  install -vDm 644 "../${pkgname}.sysusers" \
-    "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -vDm 644 "../${pkgname}.tmpfiles" \
-    "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: icecast/repos/community-x86_64/PKGBUILD (from rev 671369, icecast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-07 08:54:34 UTC (rev 671370)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jason Chu <jchu at xentac.net>
+
+pkgname=icecast
+pkgver=2.4.4
+pkgrel=3
+pkgdesc='Streaming audio over the Internet'
+arch=('x86_64')
+license=('GPL2')
+url="https://www.icecast.org/"
+depends=('glibc' 'libkate' 'libxml2' 'libxslt' 'openssl' 'speex' 'libtheora')
+makedepends=('curl' 'libogg' 'libvorbis')
+backup=('etc/icecast.xml'
+        'etc/logrotate.d/icecast')
+source=(
+  "https://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+  "${pkgname}.logrotate"
+  "${pkgname}.service"
+  "${pkgname}.sysusers"
+  "${pkgname}.tmpfiles"
+)
+sha512sums=('e9ffb478cac2570891787455591d881a59185e067bb36f51706a7070cd9d82d80425ec8cf151f5ebb17d1b75654449fc760f8b82a1bb05f020b47ec09e46b4d0'
+            '1727ec4e66ce2939a6b66c23b2f0938e2e6c717d2753f4d8c05eb31ff211d50f7ce3d38b8fca93b8cb98c1b755a5d8e3baf381fe8eb0624e7e4fe9c7486ad14a'
+            '416ba7c259105edc38451131f9ec59ff96e6f97f758b9d3d46f7f2284fb880275ef4cba0ba1a90c2b07820f872e583f0b49eece2c8844b24d2c64e027a1161ff'
+            'ca0c6e81e84910ac5bcd573aa280224426201b4aa8580f974b17daea6f95472e3ba47b3319ea1291d6762e858a3f7e9120f05357fe02aa83f01bb767862a04c8'
+            'db3cf00e5ff1e2f5636288992212964f068f94ee98a880c27f00afda44f048e608636a34f2ae551f3cf24f7c43ebd2f40ab8a9bcc5d8057901d4a871c6b79f13')
+b2sums=('fd4034749feb4bf38c684ac6d8de572fdebce875843dc1be286264c8fe8d38feb24ea889b07ec79aada34cf16dae46eb21a8c5470f67c08f2dd56dc04c12130f'
+        '9d4897d84c4be355b04c542fcf5242d5341634eefb0ca8233f8bf944e208f4ba3a2855a922639979541ec55280cdbebbebedb2a3b8a59289d19803bf7d3cdc11'
+        'c2d53ad2b22484d00e1d820bb703c19f3a4f0c386484bd9f913069b9cb88c45247ad7a0ea8c6ee90feb923cc6e20abec3511b3d1cdd2d6c144e45b24af74c083'
+        '61c3194a0ca86f19bd4d8153eb3589f0b400549605b588418bc60a5f8a70198d1532f53ca48070385012ef8346bed69b5e1b53d2cf2b803da921414365394224'
+        'b17bf9b34daa89e32a41be3364ca74f8d2403bc8f6a103e4db51c637b42f9cd0841553b2838ce9dcdb91c3561249f13fca39359636c07f163c90de3945bf1784')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --localstatedir=/var
+  make
+}
+
+package() {
+  depends+=('libcurl.so' 'libogg.so' 'libvorbis.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # logrotate
+  install -vDm 644 "../${pkgname}.logrotate" \
+    "${pkgdir}/etc/logrotate.d/${pkgname}"
+  # systemd unit
+  install -vDm 644 "../${pkgname}.service" \
+    -t "${pkgdir}/usr/lib/systemd/system"
+  install -vDm 644 "../${pkgname}.sysusers" \
+    "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  install -vDm 644 "../${pkgname}.tmpfiles" \
+    "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}

Deleted: icecast.logrotate
===================================================================
--- icecast.logrotate	2020-08-07 08:54:22 UTC (rev 671369)
+++ icecast.logrotate	2020-08-07 08:54:34 UTC (rev 671370)
@@ -1,8 +0,0 @@
-/var/log/icecast/*log {
-    missingok
-    notifempty
-    sharedscripts
-    postrotate
-    endscript
-}
-

Copied: icecast/repos/community-x86_64/icecast.logrotate (from rev 671369, icecast/trunk/icecast.logrotate)
===================================================================
--- icecast.logrotate	                        (rev 0)
+++ icecast.logrotate	2020-08-07 08:54:34 UTC (rev 671370)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+    missingok
+    notifempty
+    sharedscripts
+    postrotate
+    endscript
+}
+

Deleted: icecast.service
===================================================================
--- icecast.service	2020-08-07 08:54:22 UTC (rev 671369)
+++ icecast.service	2020-08-07 08:54:34 UTC (rev 671370)
@@ -1,44 +0,0 @@
-[Unit]
-Description=Icecast Network Audio Streaming Server
-After=network.target
-
-[Service]
-CapabilityBoundingSet=~CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_KILL CAP_SYS_BOOT CAP_LINUX_IMMUTABLE CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_FOWNER CAP_IPC_OWNER CAP_NET_ADMIN CAP_IPC_LOCK CAP_SYS_CHROOT CAP_BLOCK_SUSPEND CAP_LEASE CAP_SYS_PACCT CAP_SYS_TTY_CONFIG CAP_WAKE_ALARM CAP_SYS_NICE CAP_SYS_RESOURCE CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE CAP_MAC_ADMIN CAP_MAC_OVERRIDE CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW
-ExecStart=/usr/bin/icecast -c /etc/icecast.xml
-ExecReload=/usr/bin/kill -HUP $MAINPID
-Group=icecast
-IPAccounting=yes
-LogsDirectory=icecast
-LockPersonality=true
-MemoryDenyWriteExecute=true
-NoNewPrivileges=true
-PrivateDevices=true
-PrivateTmp=true
-PrivateUsers=true
-ProtectClock=true
-ProtectControlGroups=true
-ProtectHome=true
-ProtectHostname=true
-ProtectKernelLogs=true
-ProtectKernelModules=true
-ProtectKernelTunables=true
-ProtectSystem=strict
-ReadOnlyPaths=/etc/icecast.xml
-RemoveIPC=true
-RestrictAddressFamilies=~AF_AX25 AF_IPX AF_APPLETALK AF_X25 AF_INET6 AF_DECnet AF_KEY AF_NETLINK AF_PACKET AF_RDS AF_PPPOX AF_LLC AF_IB AF_MPLS AF_CAN AF_TIPC AF_BLUETOOTH AF_ALG AF_VSOCK AF_KCM AF_XDP AF_UNIX
-RestrictAddressFamilies=AF_INET
-RestrictNamespaces=true
-RestrictRealtime=true
-RestrictSUIDSGID=true
-RuntimeDirectory=icecast
-StandardError=syslog
-StateDirectory=icecast
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-SystemCallFilter=~@resources @privileged
-Type=exec
-UMask=177
-User=icecast
-
-[Install]
-WantedBy=multi-user.target

Copied: icecast/repos/community-x86_64/icecast.service (from rev 671369, icecast/trunk/icecast.service)
===================================================================
--- icecast.service	                        (rev 0)
+++ icecast.service	2020-08-07 08:54:34 UTC (rev 671370)
@@ -0,0 +1,43 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+CapabilityBoundingSet=~CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_KILL CAP_SYS_BOOT CAP_LINUX_IMMUTABLE CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_FOWNER CAP_IPC_OWNER CAP_NET_ADMIN CAP_IPC_LOCK CAP_SYS_CHROOT CAP_BLOCK_SUSPEND CAP_LEASE CAP_SYS_PACCT CAP_SYS_TTY_CONFIG CAP_WAKE_ALARM CAP_SYS_NICE CAP_SYS_RESOURCE CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE CAP_MAC_ADMIN CAP_MAC_OVERRIDE CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
+Group=icecast
+IPAccounting=yes
+LogsDirectory=icecast
+LockPersonality=true
+MemoryDenyWriteExecute=true
+NoNewPrivileges=true
+PrivateDevices=true
+PrivateTmp=true
+PrivateUsers=true
+ProtectClock=true
+ProtectControlGroups=true
+ProtectHome=true
+ProtectHostname=true
+ProtectKernelLogs=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+ProtectSystem=strict
+ReadOnlyPaths=/etc/icecast.xml
+RemoveIPC=true
+RestrictAddressFamilies=~AF_AX25 AF_IPX AF_APPLETALK AF_X25 AF_INET6 AF_DECnet AF_KEY AF_NETLINK AF_PACKET AF_RDS AF_PPPOX AF_LLC AF_IB AF_MPLS AF_CAN AF_TIPC AF_BLUETOOTH AF_ALG AF_VSOCK AF_KCM AF_XDP AF_UNIX
+RestrictAddressFamilies=AF_INET
+RestrictNamespaces=true
+RestrictRealtime=true
+RestrictSUIDSGID=true
+RuntimeDirectory=icecast
+StateDirectory=icecast
+SystemCallArchitectures=native
+SystemCallFilter=@system-service
+SystemCallFilter=~@resources @privileged
+Type=exec
+UMask=177
+User=icecast
+
+[Install]
+WantedBy=multi-user.target

Deleted: icecast.sysusers
===================================================================
--- icecast.sysusers	2020-08-07 08:54:22 UTC (rev 671369)
+++ icecast.sysusers	2020-08-07 08:54:34 UTC (rev 671370)
@@ -1 +0,0 @@
-u icecast - "Media streaming server" -

Copied: icecast/repos/community-x86_64/icecast.sysusers (from rev 671369, icecast/trunk/icecast.sysusers)
===================================================================
--- icecast.sysusers	                        (rev 0)
+++ icecast.sysusers	2020-08-07 08:54:34 UTC (rev 671370)
@@ -0,0 +1 @@
+u icecast - "Media streaming server" -

Deleted: icecast.tmpfiles
===================================================================
--- icecast.tmpfiles	2020-08-07 08:54:22 UTC (rev 671369)
+++ icecast.tmpfiles	2020-08-07 08:54:34 UTC (rev 671370)
@@ -1 +0,0 @@
-z /etc/icecast.xml 0640 root icecast -

Copied: icecast/repos/community-x86_64/icecast.tmpfiles (from rev 671369, icecast/trunk/icecast.tmpfiles)
===================================================================
--- icecast.tmpfiles	                        (rev 0)
+++ icecast.tmpfiles	2020-08-07 08:54:34 UTC (rev 671370)
@@ -0,0 +1 @@
+z /etc/icecast.xml 0640 root icecast -



More information about the arch-commits mailing list