mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
[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...
This commit is contained in:
parent
f5a60878f0
commit
b0ea1cc03a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user