[arch-commits] Commit in rabbitmq/trunk (2 files)

Levente Polyak anthraxx at archlinux.org
Sun Mar 31 18:00:13 UTC 2019


    Date: Sunday, March 31, 2019 @ 18:00:13
  Author: anthraxx
Revision: 446876

upgpkg: rabbitmq 3.7.14-1

Modified:
  rabbitmq/trunk/PKGBUILD
  rabbitmq/trunk/rabbitmq-customize-systemd-service.patch

------------------------------------------+
 PKGBUILD                                 |    9 +++------
 rabbitmq-customize-systemd-service.patch |    2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-31 17:59:31 UTC (rev 446875)
+++ PKGBUILD	2019-03-31 18:00:13 UTC (rev 446876)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.7.13
+pkgver=3.7.14
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -22,16 +22,14 @@
 options=('!makeflags')
 install=rabbitmq.install
 source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-        rabbitmq-3.7-erlang-21.3-fix.patch::https://github.com/rabbitmq/rabbitmq-aws/commit/27823e011119b95cf8d509c8b80e21b37c5bb7c4.patch
         rabbitmq-customize-systemd-service.patch
         rabbitmq-env.conf
         rabbitmq.sysusers
         rabbitmq.tmpfiles
         rabbitmq.logrotate)
-sha512sums=('33cc3682214782152e4e1270d1011e94df79b454abf6fcf9d56b73be1f8cf42ce0a4a559f243b4721ae25b10897c756960c655909bee2b427395d0f0b63a2fb9'
+sha512sums=('38c38e64a736c0c27dbefe2249a8c9a42a04dc8c05090d3c15ffa2a651685c646b800a627eb5a1997f76335fd07c41d5dd132dac3be5e027ceb6fac989104038'
             'SKIP'
-            '05746496575058ecff51cff0b126f84dcdf0779fed35a0c4825ff8de6ff6454a6fe99722645953038d90a6528b4e7b811bac0bb8b46ec5cdb077bdbeb7857cbe'
-            '1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
+            '4859e67725dc8467b43102200bf47bdf69e3f3b700da859e861327e2f01491bfaeed8e32da4fc2415d8a127037420b768ef321a42d535f181cab56945f83d2c2'
             '8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
             '17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
             '5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
@@ -42,7 +40,6 @@
   cd ${pkgname}-server-${pkgver}
   sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
   patch -p1 < ../rabbitmq-customize-systemd-service.patch
-  patch -Np1 -d deps/rabbitmq_aws < ../rabbitmq-3.7-erlang-21.3-fix.patch
 }
 
 build() {

Modified: rabbitmq-customize-systemd-service.patch
===================================================================
--- rabbitmq-customize-systemd-service.patch	2019-03-31 17:59:31 UTC (rev 446875)
+++ rabbitmq-customize-systemd-service.patch	2019-03-31 18:00:13 UTC (rev 446876)
@@ -33,7 +33,7 @@
  # You *may* wish to add the following to automatically restart RabbitMQ
  # in the event of a failure. systemd service restarts are not a
  # replacement for service monitoring. Please see
- # http://www.rabbitmq.com/monitoring.html
+ # https://www.rabbitmq.com/monitoring.html
  #
 -# Restart=on-failure
 -# RestartSec=10



More information about the arch-commits mailing list