[arch-commits] Commit in mosquitto/repos/community-x86_64 (6 files)
Jelle van der Waa
jelle at gemini.archlinux.org
Mon Dec 6 16:58:40 UTC 2021
Date: Monday, December 6, 2021 @ 16:58:40
Author: jelle
Revision: 1065289
archrelease: copy trunk to community-x86_64
Added:
mosquitto/repos/community-x86_64/PKGBUILD
(from rev 1065288, mosquitto/trunk/PKGBUILD)
mosquitto/repos/community-x86_64/mosquitto.service
(from rev 1065288, mosquitto/trunk/mosquitto.service)
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 1065288, 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 | 96 +++++++++++++++++++++++-----------------------
mosquitto.service | 36 ++++++++---------
sysusers_mosquitto.conf | 2
3 files changed, 67 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 16:56:45 UTC (rev 1065288)
+++ PKGBUILD 2021-12-06 16:58:40 UTC (rev 1065289)
@@ -1,48 +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=2.0.13
-pkgrel=2
-pkgdesc="An Open Source MQTT Broker"
-arch=('x86_64')
-url="https://mosquitto.org/"
-depends=('openssl' 'c-ares' 'util-linux-libs' 'cjson')
-makedepends=('docbook-xsl' 'c-ares' 'libwebsockets')
-license=('BSD')
-source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
- "$pkgname.service"
- "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha512sums=('f22331c0a5a501b3df50b5c4788b735599024837eec4f455d422253a20e6f4ac528044ff4a7611094af87a8059e9a836157e5dc092efedf958ed7c96e5b9f9d0'
- '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() {
- depends+=('libwebsockets.so')
- 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 1065288, mosquitto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-06 16:58:40 UTC (rev 1065289)
@@ -0,0 +1,48 @@
+# 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=2.0.14
+pkgrel=1
+pkgdesc="An Open Source MQTT Broker"
+arch=('x86_64')
+url="https://mosquitto.org/"
+depends=('openssl' 'c-ares' 'util-linux-libs' 'cjson')
+makedepends=('docbook-xsl' 'c-ares' 'libwebsockets')
+license=('BSD')
+source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
+ "$pkgname.service"
+ "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha512sums=('a9e4f41b9af679b30318570e86a465546024651373df10e3b132f4593b89d22d0dbac01bb7371a57132ba030a2e73971c612acb5c9ac12f5ccd06aa38d9444c2'
+ '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() {
+ depends+=('libwebsockets.so')
+ 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 2021-12-06 16:56:45 UTC (rev 1065288)
+++ mosquitto.service 2021-12-06 16:58:40 UTC (rev 1065289)
@@ -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 1065288, mosquitto/trunk/mosquitto.service)
===================================================================
--- mosquitto.service (rev 0)
+++ mosquitto.service 2021-12-06 16:58:40 UTC (rev 1065289)
@@ -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 2021-12-06 16:56:45 UTC (rev 1065288)
+++ sysusers_mosquitto.conf 2021-12-06 16:58:40 UTC (rev 1065289)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty
Copied: mosquitto/repos/community-x86_64/sysusers_mosquitto.conf (from rev 1065288, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- sysusers_mosquitto.conf (rev 0)
+++ sysusers_mosquitto.conf 2021-12-06 16:58:40 UTC (rev 1065289)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty
More information about the arch-commits
mailing list