[arch-commits] Commit in ejabberd/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Sep 28 19:56:21 UTC 2019


    Date: Saturday, September 28, 2019 @ 19:56:21
  Author: spupykin
Revision: 512034

upgpkg: ejabberd 19.09-1

Modified:
  ejabberd/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 19:43:43 UTC (rev 512033)
+++ PKGBUILD	2019-09-28 19:56:21 UTC (rev 512034)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=ejabberd
-pkgver=19.08
+pkgver=19.09
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -29,27 +29,30 @@
 	"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
 	"fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45"
 	"fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914"
-	"fast_yaml::git://github.com/processone/fast_yaml#commit=47c38c894c4c4a9112e0284513538a06e7da29d7"
+	"fast_yaml::git://github.com/processone/fast_yaml#commit=71198f9bb71b6959a6b78c52683b739cfdc5158c"
 	"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
+	"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
 	"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
 	"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
 	"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"
 	"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-	"mqtree::git://github.com/processone/mqtree#commit=03153ceba12001c5a5a554c74a19139ba6dfbaaa"
+	"mqtree::git://github.com/processone/mqtree#commit=782b0deca875e6f21f1d1eaa88a35fcefea13cb7"
+	"p1_acme::git://github.com/processone/p1_acme.git#commit=56aad511245207385aa567f80516e1bc3dd34378"
 	"p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1"
 	"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"
 	"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
 	"p1_utils::git://github.com/processone/p1_utils#commit=dbc31d643a7b739ebb06ffd17430c87d30bc2d06"
-	"pkix::git://github.com/processone/pkix#commit=fdd56f2e16137e4e4595d4004dcdf6cd9046d2a8"
+	"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"
 	"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
 	"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
 	"stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9"
 	"stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4"
-	"xmpp::git://github.com/processone/xmpp#commit=b2816b0da3949a93094196e516c1aee7bf74d532"
-	"yconf::git://github.com/processone/yconf#commit=cfd4991567ea207f6f27cc2e6085959ff95c6d34"
+	"unicode_util_compat::git://github.com/benoitc/unicode_util_compat.git#commit=38d7bc105f51159e8ea3279c40121db9db1e652f"
+	"xmpp::git://github.com/processone/xmpp#commit=ed0b82f4de0101b630f09b9a0ac8804b8c674823"
+	"yconf::git://github.com/processone/yconf#commit=ac96fc6ee5ea899b7a5293be0cbdd970b6e993fe"
 	"$pkgname.logrotate"
 	"sysuser.conf")
-sha256sums=('25f7264a2129b55eefa8dd188abf04757a4407d28f437c8a11c47db1c246f473'
+sha256sums=('e46055d88c7fc1943b3fe6ade719f4eb4829c2dbe20080bc3d9cbd909a9f4deb'
             'SKIP'
             'SKIP'
             'SKIP'
@@ -78,6 +81,9 @@
             'SKIP'
             'SKIP'
             'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
             '31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2'
             '68de8fd4df6e4f0e21a241dcd2b7075bdff495876646dd726c7054bf5780e3c6')
 
@@ -85,7 +91,7 @@
   cd "$srcdir/$pkgname-$pkgver"
   mkdir -p "$srcdir/$pkgname-$pkgver/deps"
   for i in \
-    base64url cache_tab eimp elixir epam eredis esip ezlib fast_tls fast_xml fast_yaml goldrush jiffy jose lager luerl mqtree p1_mysql p1_oauth2 p1_pgsql p1_utils pkix rebar_elixir_plugin sqlite3 stringprep stun xmpp yconf \
+    base64url cache_tab eimp elixir epam eredis esip ezlib fast_tls fast_xml fast_yaml goldrush idna jiffy jose lager luerl mqtree p1_acme p1_mysql p1_oauth2 p1_pgsql p1_utils pkix rebar_elixir_plugin sqlite3 stringprep stun unicode_util_compat xmpp yconf \
     ; do
     rm -rf "$srcdir/$pkgname-$pkgver/deps/$i"
     mv "$srcdir"/$i "$srcdir/$pkgname-$pkgver/deps"



More information about the arch-commits mailing list