[arch-commits] Commit in piping-server/repos/community-x86_64 (4 files)

Justin Kromlinger hashworks at gemini.archlinux.org
Mon May 30 15:23:21 UTC 2022


    Date: Monday, May 30, 2022 @ 15:23:20
  Author: hashworks
Revision: 1216422

archrelease: copy trunk to community-x86_64

Added:
  piping-server/repos/community-x86_64/PKGBUILD
    (from rev 1216421, piping-server/trunk/PKGBUILD)
  piping-server/repos/community-x86_64/piping-server.service
    (from rev 1216421, piping-server/trunk/piping-server.service)
Deleted:
  piping-server/repos/community-x86_64/PKGBUILD
  piping-server/repos/community-x86_64/piping-server.service

-----------------------+
 PKGBUILD              |   72 +++++++++++++++++++++++-----------------------
 piping-server.service |   74 ++++++++++++++++++++++++------------------------
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 15:23:18 UTC (rev 1216421)
+++ PKGBUILD	2022-05-30 15:23:20 UTC (rev 1216422)
@@ -1,36 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-pkgname=piping-server
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Infinitely transfer between every device over pure HTTP with pipes or browsers'
-arch=('x86_64')
-url="https://github.com/nwtgck/piping-server-rust"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-options=(!lto)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-        "$pkgname.service")
-sha256sums=('633ed6e67206d56143211ae9393c06fb5fba20ee4c6d1809a61df99d37f25e42'
-            '9182467638a583b29bed0ae69ed00013b1721ce8753e5ba90a56cbaac07d768c')
-
-build() {
-  cd "piping-server-rust-$pkgver"
-  cargo build --release --locked --target-dir=target
-}
-
-check() {
-  cd "piping-server-rust-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  install -Dm644 piping-server.service "$pkgdir/usr/lib/systemd/system/piping-server.service"
-
-  cd "piping-server-rust-$pkgver"
-
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: piping-server/repos/community-x86_64/PKGBUILD (from rev 1216421, piping-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-30 15:23:20 UTC (rev 1216422)
@@ -0,0 +1,36 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=piping-server
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Infinitely transfer between every device over pure HTTP with pipes or browsers'
+arch=('x86_64')
+url="https://github.com/nwtgck/piping-server-rust"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+options=(!lto)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+        "$pkgname.service")
+sha256sums=('55a5cacd3a22f4abc7cdc0da48a0801e8f358f8812e606c99f2e67dbfda16c68'
+            '9182467638a583b29bed0ae69ed00013b1721ce8753e5ba90a56cbaac07d768c')
+
+build() {
+  cd "piping-server-rust-$pkgver"
+  cargo build --release --locked --target-dir=target
+}
+
+check() {
+  cd "piping-server-rust-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  install -Dm644 piping-server.service "$pkgdir/usr/lib/systemd/system/piping-server.service"
+
+  cd "piping-server-rust-$pkgver"
+
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}

Deleted: piping-server.service
===================================================================
--- piping-server.service	2022-05-30 15:23:18 UTC (rev 1216421)
+++ piping-server.service	2022-05-30 15:23:20 UTC (rev 1216422)
@@ -1,37 +0,0 @@
-[Unit]
-Description=piping-server
-Documentation=https://github.com/nwtgck/piping-server-rust
-
-[Service]
-ExecStart=/usr/bin/piping-server --http-port 8181
-
-DynamicUser=yes
-CapabilityBoundingSet=~CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH CAP_FOWNER CAP_IPC_OWNER CAP_NET_ADMIN CAP_SYS_TIME CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE CAP_KILL CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_RESOURCE CAP_MAC_ADMIN CAP_MAC_OVERRIDE CAP_SYS_BOOT CAP_LINUX_IMMUTABLE CAP_IPC_LOCK CAP_SYS_CHROOT CAP_BLOCK_SUSPEND CAP_LEASE CAP_SYS_PACCT CAP_SYS_TTY_CONFIG CAP_WAKE_ALARM
-LockPersonality=true
-MemoryDenyWriteExecute=true
-NoNewPrivileges=true
-DevicePolicy=closed
-PrivateDevices=true
-PrivateTmp=true
-PrivateUsers=true
-ProtectClock=true
-ProtectControlGroups=true
-ProtectHome=read-only
-ProtectHostname=true
-ProtectKernelTunables=true
-ProtectKernelLogs=true
-ProtectKernelModules=true
-ProtectSystem=strict
-RemoveIPC=true
-RestrictAddressFamilies=~AF_AX25 AF_IPX AF_APPLETALK AF_X25 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_UNIX AF_XDP
-RestrictNamespaces=true
-RestrictRealtime=true
-RestrictSUIDSGID=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-SystemCallFilter=~@resources @privileged
-
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: piping-server/repos/community-x86_64/piping-server.service (from rev 1216421, piping-server/trunk/piping-server.service)
===================================================================
--- piping-server.service	                        (rev 0)
+++ piping-server.service	2022-05-30 15:23:20 UTC (rev 1216422)
@@ -0,0 +1,37 @@
+[Unit]
+Description=piping-server
+Documentation=https://github.com/nwtgck/piping-server-rust
+
+[Service]
+ExecStart=/usr/bin/piping-server --http-port 8181
+
+DynamicUser=yes
+CapabilityBoundingSet=~CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH CAP_FOWNER CAP_IPC_OWNER CAP_NET_ADMIN CAP_SYS_TIME CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE CAP_KILL CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SYS_NICE CAP_SYS_RESOURCE CAP_MAC_ADMIN CAP_MAC_OVERRIDE CAP_SYS_BOOT CAP_LINUX_IMMUTABLE CAP_IPC_LOCK CAP_SYS_CHROOT CAP_BLOCK_SUSPEND CAP_LEASE CAP_SYS_PACCT CAP_SYS_TTY_CONFIG CAP_WAKE_ALARM
+LockPersonality=true
+MemoryDenyWriteExecute=true
+NoNewPrivileges=true
+DevicePolicy=closed
+PrivateDevices=true
+PrivateTmp=true
+PrivateUsers=true
+ProtectClock=true
+ProtectControlGroups=true
+ProtectHome=read-only
+ProtectHostname=true
+ProtectKernelTunables=true
+ProtectKernelLogs=true
+ProtectKernelModules=true
+ProtectSystem=strict
+RemoveIPC=true
+RestrictAddressFamilies=~AF_AX25 AF_IPX AF_APPLETALK AF_X25 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_UNIX AF_XDP
+RestrictNamespaces=true
+RestrictRealtime=true
+RestrictSUIDSGID=true
+SystemCallArchitectures=native
+SystemCallFilter=@system-service
+SystemCallFilter=~@resources @privileged
+
+Restart=on-failure
+
+[Install]
+WantedBy=default.target



More information about the arch-commits mailing list