aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-06-13 02:16:09 +0200
committerJakub Jirutka <jakub@jirutka.cz>2021-06-13 12:37:05 +0200
commitb0ea1cc03a5ae8691e0036efea920e6dc2bacaea (patch)
treeb2564e33d24f85d002a4b5ab84ac1996432f2d4f
parentf5a60878f0dc3f88d5dcc2c714d644cc08ad67f6 (diff)
[various]: rebuild against luajit 2.1_p20210510
Rebuild after switching from MoonJIT to OpenResty's maintained branch. This is most likely unnecessary, but since we are very close to releasing Alpine v3.14, I want to be sure that there will not be any breakages...
-rw-r--r--community/bcc/APKBUILD2
-rw-r--r--community/dnsdist/APKBUILD2
-rw-r--r--community/knot-resolver/APKBUILD2
-rw-r--r--community/libluv/APKBUILD2
-rwxr-xr-xcommunity/love/APKBUILD2
-rw-r--r--community/minetest/APKBUILD2
-rw-r--r--community/neovim/APKBUILD2
-rw-r--r--community/pdns/APKBUILD2
-rw-r--r--community/rspamd/APKBUILD2
-rw-r--r--community/suricata/APKBUILD2
-rw-r--r--community/valhalla/APKBUILD2
-rw-r--r--community/wrk/APKBUILD2
-rw-r--r--main/nginx/APKBUILD2
-rw-r--r--main/postgresql-pllua/APKBUILD2
-rw-r--r--testing/efl/APKBUILD2
-rw-r--r--testing/heplify-server/APKBUILD2
-rw-r--r--testing/litespeed/APKBUILD2
-rw-r--r--testing/luakit/APKBUILD2
18 files changed, 18 insertions, 18 deletions
diff --git a/community/bcc/APKBUILD b/community/bcc/APKBUILD
index 0004280370d..93b0d13b6e4 100644
--- a/community/bcc/APKBUILD
+++ b/community/bcc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Adam Jensen <adam@acj.sh>
pkgname=bcc
pkgver=0.20.0
-pkgrel=0
+pkgrel=1
pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs"
url="https://github.com/iovisor/bcc/"
arch="all !s390x !mips !mips64" # build fails
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD
index dbfcada11d3..600369a9bf8 100644
--- a/community/dnsdist/APKBUILD
+++ b/community/dnsdist/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=dnsdist
pkgver=1.5.1
-pkgrel=10
+pkgrel=11
pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer."
url="https://dnsdist.org/"
arch="all !s390x !mips64 !mips64el" # limited by h2o
diff --git a/community/knot-resolver/APKBUILD b/community/knot-resolver/APKBUILD
index bdeb044e3af..6ea7ed18cd3 100644
--- a/community/knot-resolver/APKBUILD
+++ b/community/knot-resolver/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=knot-resolver
pkgver=5.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Minimalistic caching DNS resolver implementation"
url="https://www.knot-resolver.cz/"
arch="all !x86 !armhf !armv7" # limited by knot
diff --git a/community/libluv/APKBUILD b/community/libluv/APKBUILD
index 06151c5551f..cc1832b4754 100644
--- a/community/libluv/APKBUILD
+++ b/community/libluv/APKBUILD
@@ -3,7 +3,7 @@
pkgname=libluv
_release=0
pkgver=1.36.0.$_release
-pkgrel=2
+pkgrel=3
pkgdesc="Bare libuv bindings for lua"
options="!check" # No testsuite
url="https://github.com/luvit/luv"
diff --git a/community/love/APKBUILD b/community/love/APKBUILD
index aa4956ca95b..4f80c547f63 100755
--- a/community/love/APKBUILD
+++ b/community/love/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=love
pkgver=11.3
-pkgrel=0
+pkgrel=1
pkgdesc="A Lua 2D Graphics Library"
url="https://love2d.org"
# s390x, mips64: build failures on big endian
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD
index a680477742a..9d89b4716f0 100644
--- a/community/minetest/APKBUILD
+++ b/community/minetest/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=minetest
pkgver=5.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="An infinite-world block sandbox game and a game engine"
url="https://www.minetest.net/"
arch="all"
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD
index 053bbaee1cf..2551301b943 100644
--- a/community/neovim/APKBUILD
+++ b/community/neovim/APKBUILD
@@ -14,7 +14,7 @@
# TODO: Try to trim the base package to include only common syntax files etc.
pkgname=neovim
pkgver=0.4.4
-pkgrel=0
+pkgrel=1
pkgdesc="Vim-fork focused on extensibility and agility"
url="https://neovim.io"
arch="all"
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD
index e774f2f4380..bf12acf35ce 100644
--- a/community/pdns/APKBUILD
+++ b/community/pdns/APKBUILD
@@ -7,7 +7,7 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=pdns
pkgver=4.4.1
-pkgrel=5
+pkgrel=6
pkgdesc="PowerDNS Authoritative Server"
url="https://www.powerdns.com/"
arch="all !aarch64" # luajit userdata is broken on aarch64
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD
index a358f2385c4..f4afd5e4086 100644
--- a/community/rspamd/APKBUILD
+++ b/community/rspamd/APKBUILD
@@ -6,7 +6,7 @@
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
pkgname=rspamd
pkgver=2.7
-pkgrel=3
+pkgrel=4
pkgdesc="Fast, free and open-source spam filtering system"
url="https://rspamd.com/"
arch="all"
diff --git a/community/suricata/APKBUILD b/community/suricata/APKBUILD
index fa7f41255f7..194d06b0ee9 100644
--- a/community/suricata/APKBUILD
+++ b/community/suricata/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Steve McMaster <code@mcmaster.io>
pkgname=suricata
pkgver=6.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="High performance Network IDS, IPS and Network Security Monitoring engine"
url="https://suricata-ids.org/"
# s390x and mips lacks rust support
diff --git a/community/valhalla/APKBUILD b/community/valhalla/APKBUILD
index d31dea4ebf1..75da237040d 100644
--- a/community/valhalla/APKBUILD
+++ b/community/valhalla/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=valhalla
pkgver=3.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Open Source Routing Engine for OpenStreetMap "
url="https://valhalla.readthedocs.io/"
# s390x blocked by prime_server
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD
index 0f39c766a3e..105a0951380 100644
--- a/community/wrk/APKBUILD
+++ b/community/wrk/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=wrk
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="wrk is a modern HTTP benchmarking tool"
url="https://github.com/wg/wrk"
# requires -march=i586 to build on x86
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 7b9181e3f76..118fd52f7b6 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -23,7 +23,7 @@ pkgname=nginx
# NOTE: Upgrade only to even-numbered versions (e.g. 1.14.z, 1.16.z)!
# Odd-numbered versions are mainline (development) versions.
pkgver=1.20.1
-pkgrel=2
+pkgrel=3
# Revision of nginx-tests to use for check().
_tests_hgrev=feb754918372
_njs_ver=0.5.3
diff --git a/main/postgresql-pllua/APKBUILD b/main/postgresql-pllua/APKBUILD
index 9f3354669bd..5911a2c7794 100644
--- a/main/postgresql-pllua/APKBUILD
+++ b/main/postgresql-pllua/APKBUILD
@@ -4,7 +4,7 @@
pkgname=postgresql-pllua
pkgver=2.0.6
_pkgver="REL_${pkgver//./_}"
-pkgrel=1
+pkgrel=2
pkgdesc="Procedural language for PostgreSQL using Lua"
url="https://github.com/RhodiumToad/pllua-ng"
arch="all !riscv64"
diff --git a/testing/efl/APKBUILD b/testing/efl/APKBUILD
index 8a25e5b3af5..c6e51ea233d 100644
--- a/testing/efl/APKBUILD
+++ b/testing/efl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Boris Faure <boris@fau.re>
pkgname=efl
pkgver=1.25.1
-pkgrel=0
+pkgrel=1
pkgdesc="Enlightenment Foundation Libraries"
url="https://www.enlightenment.org"
arch="all !s390x !mips !mips64" # Missing librsvg
diff --git a/testing/heplify-server/APKBUILD b/testing/heplify-server/APKBUILD
index b9de8381846..c17201b2f52 100644
--- a/testing/heplify-server/APKBUILD
+++ b/testing/heplify-server/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=heplify-server
pkgver=1.55
-pkgrel=0
+pkgrel=1
pkgdesc="HEP Capture Server & Switch in Go"
url="http://sipcapture.io"
arch="all"
diff --git a/testing/litespeed/APKBUILD b/testing/litespeed/APKBUILD
index 19a69eeef14..de6777d1812 100644
--- a/testing/litespeed/APKBUILD
+++ b/testing/litespeed/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=litespeed
pkgver=1.4.50
-pkgrel=1
+pkgrel=2
_pkgreal=open$pkgname
_pkghome=var/lib/$pkgname
_php=php7
diff --git a/testing/luakit/APKBUILD b/testing/luakit/APKBUILD
index b97661c5dca..47bdcc60f0d 100644
--- a/testing/luakit/APKBUILD
+++ b/testing/luakit/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=luakit
pkgver=2.3
-pkgrel=0
+pkgrel=1
pkgdesc="Fast, small, webkit based browser framework extensible by Lua"
url="https://luakit.github.io/"
arch="all !mips !mips64 !s390x" #fixme install fails on s390x