srcpkgs: rebuild packages against libressl-2.1.4 (2/2).
This commit is contained in:
parent
0fd7652ca4
commit
c6926f7d39
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'bitlbee'
|
# Template file for 'bitlbee'
|
||||||
pkgname=bitlbee
|
pkgname=bitlbee
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--etcdir=/etc/bitlbee --sbindir=/usr/bin
|
configure_args="--etcdir=/etc/bitlbee --sbindir=/usr/bin
|
||||||
--pidfile=/run/${pkgname}/${pkgname}.pid
|
--pidfile=/run/${pkgname}/${pkgname}.pid
|
||||||
--ipcsocket=/run/${pkgname}/${pkgname}.sock
|
--ipcsocket=/run/${pkgname}/${pkgname}.sock
|
||||||
--ssl=openssl --strip=0 --otr=plugin --skype=plugin"
|
--ssl=openssl --strip=0 --otr=plugin --skype=plugin"
|
||||||
hostmakedepends="pkg-config asciidoc"
|
hostmakedepends="pkg-config asciidoc"
|
||||||
makedepends="libgcrypt-devel libotr-devel libssl-devel libglib-devel"
|
makedepends="libgcrypt-devel libotr-devel libressl-devel>=2.1.4 libglib-devel"
|
||||||
make_install_args="install-etc"
|
make_install_args="install-etc"
|
||||||
short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
|
short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'keepalived'
|
# Template file for 'keepalived'
|
||||||
pkgname=keepalived
|
pkgname=keepalived
|
||||||
version=1.2.15
|
version=1.2.15
|
||||||
revision=1
|
revision=2
|
||||||
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-sha1"
|
configure_args="--sbindir=/usr/bin --enable-sha1"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libssl-devel libnl3-devel popt-devel"
|
makedepends="libressl-devel>=2.1.4 libnl3-devel popt-devel"
|
||||||
short_desc="Failover and monitoring daemon for LVS clusters"
|
short_desc="Failover and monitoring daemon for LVS clusters"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'pen'
|
# Template file for 'pen'
|
||||||
pkgname=pen
|
pkgname=pen
|
||||||
version=0.27.1
|
version=0.27.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="geoip-devel libssl-devel"
|
makedepends="geoip-devel libressl-devel>=2.1.4"
|
||||||
configure_args="--with-docdir=/usr/share/doc/pen"
|
configure_args="--with-docdir=/usr/share/doc/pen"
|
||||||
short_desc="Load balancer for simple TCP based protocols"
|
short_desc="Load balancer for simple TCP based protocols"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue