[arch-commits] Commit in mosquitto/repos/community-x86_64 (6 files)
Felix Yan
felixonmars at archlinux.org
Sat Aug 29 01:14:33 UTC 2020
Date: Saturday, August 29, 2020 @ 01:14:32
Author: felixonmars
Revision: 691400
archrelease: copy trunk to community-x86_64
Added:
mosquitto/repos/community-x86_64/PKGBUILD
(from rev 691399, mosquitto/trunk/PKGBUILD)
mosquitto/repos/community-x86_64/mosquitto.service
(from rev 691399, mosquitto/trunk/mosquitto.service)
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 691399, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
mosquitto/repos/community-x86_64/PKGBUILD
mosquitto/repos/community-x86_64/mosquitto.service
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
-------------------------+
PKGBUILD | 94 +++++++++++++++++++++++-----------------------
mosquitto.service | 36 ++++++++---------
sysusers_mosquitto.conf | 2
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-29 01:14:10 UTC (rev 691399)
+++ PKGBUILD 2020-08-29 01:14:32 UTC (rev 691400)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Radek Podgorny <radek at podgorny.cz>
-# Contributor: Dan Anderson <dan-anderson at cox dptnet>
-
-pkgname=mosquitto
-pkgver=1.6.10
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('x86_64')
-url="https://mosquitto.org/"
-depends=('openssl' 'c-ares' 'libwebsockets' 'libutil-linux')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
- "$pkgname.service"
- "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('92d1807717f0f6d57d1ac1207ffdb952e8377e916c7b0bb4718f745239774232'
- 'SKIP'
- '539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
- '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-prepare() {
- cd "$pkgname-$pkgver"
- # FIX upstream by making SBINDIR=foo or use CMAKE
- sed -i 's|/sbin|/bin|g' src/Makefile
-}
-
-build() {
- cd "$pkgname-$pkgver"
- make WITH_WEBSOCKETS=yes
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make prefix=/usr DESTDIR="$pkgdir/" install
-
- # Shipped in git.
- install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" "$pkgdir/etc/$pkgname/$pkgname.conf"
-
- install -D -m644 "${srcdir}"/sysusers_mosquitto.conf "${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}
Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 691399, mosquitto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-29 01:14:32 UTC (rev 691400)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Radek Podgorny <radek at podgorny.cz>
+# Contributor: Dan Anderson <dan-anderson at cox dptnet>
+
+pkgname=mosquitto
+pkgver=1.6.11
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('x86_64')
+url="https://mosquitto.org/"
+depends=('openssl' 'c-ares' 'libwebsockets' 'libutil-linux')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
+ "$pkgname.service"
+ "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha512sums=('b934f5442a588688dccd8459bfe86f6d4eac77934b0eadb3fba14c8a028d233af2136b6694ad9fa4de37ab4ab56671f4ab787f2cd631e1790064254529745b4a'
+ 'SKIP'
+ '7dd86bb454e6df45e609fc3cb53d3cae8cc1c36d459b1e23be9ab10c9770c7a406fbd34e47703b0db3056f4bc8550994666b8a398d4506f786bf274e4618b7e9'
+ '21848b890c2db258138795ec21a009e022b6a8369217eb31939f976ad434229dd9f61d33e8109ade7bc001e8668e9d42b59c1ab079753860417961e102356f0e')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ # FIX upstream by making SBINDIR=foo or use CMAKE
+ sed -i 's|/sbin|/bin|g' src/Makefile
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make WITH_WEBSOCKETS=yes
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make prefix=/usr DESTDIR="$pkgdir/" install
+
+ # Shipped in git.
+ install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" "$pkgdir/etc/$pkgname/$pkgname.conf"
+
+ install -D -m644 "${srcdir}"/sysusers_mosquitto.conf "${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
+}
Deleted: mosquitto.service
===================================================================
--- mosquitto.service 2020-08-29 01:14:10 UTC (rev 691399)
+++ mosquitto.service 2020-08-29 01:14:32 UTC (rev 691400)
@@ -1,18 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-User=mosquitto
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-NoNewPrivileges=yes
-ProtectSystem=full
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-
-[Install]
-WantedBy=multi-user.target
Copied: mosquitto/repos/community-x86_64/mosquitto.service (from rev 691399, mosquitto/trunk/mosquitto.service)
===================================================================
--- mosquitto.service (rev 0)
+++ mosquitto.service 2020-08-29 01:14:32 UTC (rev 691400)
@@ -0,0 +1,18 @@
+[Unit]
+Description=Mosquitto MQTT Broker daemon
+Requires=network.target
+
+[Service]
+User=mosquitto
+ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+
+NoNewPrivileges=yes
+ProtectSystem=full
+ProtectHome=true
+PrivateTmp=true
+PrivateDevices=true
+
+[Install]
+WantedBy=multi-user.target
Deleted: sysusers_mosquitto.conf
===================================================================
--- sysusers_mosquitto.conf 2020-08-29 01:14:10 UTC (rev 691399)
+++ sysusers_mosquitto.conf 2020-08-29 01:14:32 UTC (rev 691400)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty
Copied: mosquitto/repos/community-x86_64/sysusers_mosquitto.conf (from rev 691399, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- sysusers_mosquitto.conf (rev 0)
+++ sysusers_mosquitto.conf 2020-08-29 01:14:32 UTC (rev 691400)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty
More information about the arch-commits
mailing list