Skip to content

Commit

Permalink
pkg/kamailio/alpine: Update APKBUILD
Browse files Browse the repository at this point in the history
(cherry picked from commit 6aca6c0)
  • Loading branch information
sergey-safarov committed Jan 31, 2019
1 parent 08161fe commit d56615e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 239 deletions.
8 changes: 6 additions & 2 deletions pkg/kamailio/alpine/APKBUILD
Expand Up @@ -22,7 +22,7 @@ arch="all"
pkgusers="kamailio"
pkggroups="kamailio"
arch="all"
license="GPL2+"
license="GPL-2.0"
depends="gawk"
options="!check"
makedepends="bison db-dev flex freeradius-client-dev expat-dev lksctp-tools-dev perl-dev postgresql-dev python2-dev pcre-dev mariadb-dev
Expand All @@ -32,6 +32,10 @@ makedepends="bison db-dev flex freeradius-client-dev expat-dev lksctp-tools-dev
rabbitmq-c-dev hiredis-dev libmaxminddb-dev libunistring-dev"
install="$pkgname.pre-install $pkgname.pre-upgrade"

# secfixes:
# 5.1.4-r0:
# - CVE-2018-14767

# See Makefile.groups for the list of recommended modules for
# each package. What follows is a simplified version of Makefile.groups
#
Expand Down Expand Up @@ -546,4 +550,4 @@ sipdump() {

sha512sums="51ea5fccd27a9d3d1783cfc5596eb28ab27e34faeec3268600363f43c48a3634c3c584c479ba874fdb53b85766a0ce8fe7df0e20954c9c6514b1d9d41d9237e6 kamailio-5.1.0.20171125-991fe9b.tar.gz
af8362201957eae6b66baf7368c9ca884024209a396d77c5c52180c9aabe13772e9c6513e59721d39503e5bb7a8c1030f5c10301ea9055bddafb7f01ee2f3076 0004-src_core_tcp_read_c.patch
cd6e3b677d803cd78561ad14d9b2589fd35ad0096f48047fdcb4ddc7d9103871357efba3b350946844cb53dbb081210746421fc420c22ac845b90251168a628e kamailio.initd"
321b1b160434150bcde3c0ad7f47ddf259791b68d4ce74ba4c35034026421a2bc6f5e86f26f393f5fcdb523d8cd75f944709473065553ce860b0ea06b3dc2a1b kamailio.initd"
2 changes: 1 addition & 1 deletion pkg/kamailio/alpine/kamailio.initd
Expand Up @@ -7,7 +7,7 @@ extra_started_commands="reload"

depend() {
need net
after firewall
after firewall mariadb postgresql
}

start() {
Expand Down
236 changes: 0 additions & 236 deletions pkg/kamailio/alpine/kamctl_build.patch

This file was deleted.

0 comments on commit d56615e

Please sign in to comment.