Merge branch 'master' of github.com:voidlinux/xbps-packages
* 'master' of github.com:voidlinux/xbps-packages: opensmtpd: update to 5.4.1p1. linux3.10: update to 3.10.23. linux3.12: update to 3.12.4.
This commit is contained in:
commit
ec31acf994
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux3.10'
|
||||
#
|
||||
pkgname=linux3.10
|
||||
version=3.10.22
|
||||
version=3.10.23
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (3.10 series)"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=ef08e41774e9d7bc401ab6b98f4830ce2b1fd911a2d279752b615353329ca038
|
||||
checksum=9756377bf654d52135273c1b39a8afd8a99ee5bddb7d977c34827e49bcb701c3
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux3.12'
|
||||
#
|
||||
pkgname=linux3.12
|
||||
version=3.12.3
|
||||
version=3.12.4
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (3.12 series)"
|
||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=b649c759646a630893c98855fb7e9e87e954105e3acac7b81ca85b1161572713
|
||||
checksum=c56317810e5716dd2be7ad947a6bd174460f7cf9afb33b700a052aa91f73f9bb
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
# Template file for 'opensmtpd'
|
||||
#
|
||||
# The 5.3.3p1.tar.gz is incomplete and autogenerated files are missing.
|
||||
_distver=201311201707p1
|
||||
|
||||
pkgname=opensmtpd
|
||||
version=5.3.3p1
|
||||
version=5.4.1p1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/db
|
||||
|
@ -18,14 +14,15 @@ short_desc="Free implementation of the server-side SMTP protocol"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD, ISC, MIT"
|
||||
homepage="http://www.opensmtpd.org"
|
||||
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${_distver}.tar.gz"
|
||||
checksum=2be1ff6e7334565ac6a4b2eebd98d6cf80c1917d7293c9208c75c43f6cb85689
|
||||
distfiles="http://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
||||
checksum=7debbf7e55ff3687617ae2c3b38e1cf30574b96f56b869e597c0e98478e5b5d9
|
||||
|
||||
pre_configure() {
|
||||
# XXX hardcode the libevent major version for now.
|
||||
# XXX the configure test needs to execute a binary to
|
||||
# XXX get this result.
|
||||
sed -e 's,^\(libevent_major_version\)=.*$,\1=2,' -i configure
|
||||
sed -ri 's,/etc/mail,/etc/smtpd,g' smtpd/smtpd.conf
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue