Skip to content

Commit

Permalink
Dovecot 2.2.16, Bind 9.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Kram committed Dec 22, 2015
1 parent 2c9afb9 commit a3b5060
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bind/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
. ../../lib/functions.sh

PROG=bind
VER=9.10.2
VER=9.10.3
PKG=service/network/dns/bind
SUMMARY="BIND DNS server and tools"
DESC="$SUMMARY ($VER)"
Expand Down
3 changes: 3 additions & 0 deletions dovecot-antispam-plugin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RUN_DEPENDS_IPS="system/library/gcc-4-runtime database/bdb library/libpq5
export ACLOCAL="aclocal -I /usr/share/aclocal -I /usr/local/share/aclocal"
CONFIGURE_OPTS="--mandir=$PREFIX/man"

CFLAGS32="-I/usr/include -I/usr/local/include"
LDFLAGS32="-L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib/dovecot -R/usr/local/lib/dovecot"

init
download_source $PROG $PROG $VER
patch_source
Expand Down
9 changes: 7 additions & 2 deletions dovecot-sieve-plugin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,22 @@
. ../../lib/functions.sh

PROG=dovecot-2.2-pigeonhole
VER=0.4.2
VER=0.4.7
VERHUMAN=$VER # Human-readable version
#PVER= # Branch (set in config.sh, override here if needed)
PKG=plugins/imap/dovecot-sieve
SUMMARY="Pigeonhole is the name of the project that adds support for the Sieve language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot Secure IMAP Server."
DESC="$SUMMARY ($VER)"

BUILDARCH=32
CONFIGURE_OPTS="--sysconfdir=/etc"
CONFIGURE_OPTS="--sysconfdir=/etc \
--enable-shared=yes \
--enable-static=no"
RUN_DEPENDS_IPS="service/network/imap/dovecot"

CFLAGS32="-I/usr/include -I/usr/local/include"
LDFLAGS32="-L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib/dovecot -R/usr/local/lib/dovecot"

init
download_source $PROG $PROG $VER
patch_source
Expand Down
2 changes: 1 addition & 1 deletion dovecot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
. ../../lib/functions.sh

PROG=dovecot
VER=2.2.12
VER=2.2.16
VERHUMAN=$VER
PKG=service/network/imap/dovecot
SUMMARY="Dovecot is an open source IMAP and POP3 email server."
Expand Down
Empty file added dovecot/patches/series
Empty file.
21 changes: 18 additions & 3 deletions postfix/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
. ../../lib/functions.sh

PROG=postfix
VER=2.11.1
VER=2.11.7
VERHUMAN=$VER
PKG=service/network/smtp/postfix
SUMMARY="Postfix Mail Transport Agent"
Expand Down Expand Up @@ -96,10 +96,10 @@ service_configs() {

sendmail_compat() {
logmsg "Creating symlinks for sendmail compatibility"
logcmd mkdir -p $DESTDIR/usr/lib
logcmd ln -s ../local/sbin/sendmail $DESTDIR/usr/lib/sendmail
logcmd mkdir -p $DESTDIR/usr/sbin
logcmd ln -s ../local/sbin/sendmail $DESTDIR/usr/sbin/newaliases
logcmd ln -s ../local/sbin/sendmail $DESTDIR/usr/sbin/sendmail
logcmd ln -s ../local/sbin/sendmail $DESTDIR/usr/sbin/mailq
}

init
Expand All @@ -115,3 +115,18 @@ clean_up

# Vim hints
# vim:ts=4:sw=4:et:
}

init
download_source $PROG $PROG $VER
patch_source
prep_build
build
make_isa_stub
service_configs
#sendmail_compat
make_package
clean_up

# Vim hints
# vim:ts=4:sw=4:et:

0 comments on commit a3b5060

Please sign in to comment.