[arch-commits] Commit in mosquitto/repos/community-x86_64 (6 files)

Jelle van der Waa jelle at archlinux.org
Sat Jun 6 14:17:09 UTC 2020


    Date: Saturday, June 6, 2020 @ 14:17:08
  Author: jelle
Revision: 639491

archrelease: copy trunk to community-x86_64

Added:
  mosquitto/repos/community-x86_64/PKGBUILD
    (from rev 639490, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
    (from rev 639490, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
    (from rev 639490, 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-06-06 14:16:57 UTC (rev 639490)
+++ PKGBUILD	2020-06-06 14:17:08 UTC (rev 639491)
@@ -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.9
-pkgrel=2
-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=('412979b2db0a0020bd02fa64f0a0de9e7000b84462586e32b67f29bb1f6c1685'
-            '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 639490, mosquitto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-06 14:17:08 UTC (rev 639491)
@@ -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.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
+}

Deleted: mosquitto.service
===================================================================
--- mosquitto.service	2020-06-06 14:16:57 UTC (rev 639490)
+++ mosquitto.service	2020-06-06 14:17:08 UTC (rev 639491)
@@ -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 639490, mosquitto/trunk/mosquitto.service)
===================================================================
--- mosquitto.service	                        (rev 0)
+++ mosquitto.service	2020-06-06 14:17:08 UTC (rev 639491)
@@ -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-06-06 14:16:57 UTC (rev 639490)
+++ sysusers_mosquitto.conf	2020-06-06 14:17:08 UTC (rev 639491)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty

Copied: mosquitto/repos/community-x86_64/sysusers_mosquitto.conf (from rev 639490, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- sysusers_mosquitto.conf	                        (rev 0)
+++ sysusers_mosquitto.conf	2020-06-06 14:17:08 UTC (rev 639491)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty



More information about the arch-commits mailing list