[arch-commits] Commit in mosquitto/repos/community-x86_64 (6 files)
Felix Yan
felixonmars at archlinux.org
Wed Dec 25 23:56:38 UTC 2019
Date: Wednesday, December 25, 2019 @ 23:56:37
Author: felixonmars
Revision: 541515
archrelease: copy trunk to community-x86_64
Added:
mosquitto/repos/community-x86_64/PKGBUILD
(from rev 541514, mosquitto/trunk/PKGBUILD)
mosquitto/repos/community-x86_64/mosquitto.service
(from rev 541514, mosquitto/trunk/mosquitto.service)
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 541514, 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 2019-12-25 23:56:22 UTC (rev 541514)
+++ PKGBUILD 2019-12-25 23:56:37 UTC (rev 541515)
@@ -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.7
-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=('bcd31a8fbbd053fee328986fadd8666d3058357ded56b9782f7d4f19931d178e'
- '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 541514, mosquitto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-25 23:56:37 UTC (rev 541515)
@@ -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.8
+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=('7df23c81ca37f0e070574fe74414403cf25183016433d07add6134366fb45df6'
+ '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
+}
Deleted: mosquitto.service
===================================================================
--- mosquitto.service 2019-12-25 23:56:22 UTC (rev 541514)
+++ mosquitto.service 2019-12-25 23:56:37 UTC (rev 541515)
@@ -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 541514, mosquitto/trunk/mosquitto.service)
===================================================================
--- mosquitto.service (rev 0)
+++ mosquitto.service 2019-12-25 23:56:37 UTC (rev 541515)
@@ -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 2019-12-25 23:56:22 UTC (rev 541514)
+++ sysusers_mosquitto.conf 2019-12-25 23:56:37 UTC (rev 541515)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty
Copied: mosquitto/repos/community-x86_64/sysusers_mosquitto.conf (from rev 541514, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- sysusers_mosquitto.conf (rev 0)
+++ sysusers_mosquitto.conf 2019-12-25 23:56:37 UTC (rev 541515)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty
More information about the arch-commits
mailing list