diff options
author | martti <martti@pkgsrc.org> | 2008-09-28 17:32:26 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-09-28 17:32:26 +0000 |
commit | c1bef6d66f5444224e13928612e1167e9b9578e2 (patch) | |
tree | 0096c822a306d6e8c2b2b3f95b8662045449b0c3 /mail/squirrelmail/buildlink3.mk | |
parent | c692619dcc97aa665f43542c3b5043798ca2f9ad (diff) | |
download | pkgsrc-c1bef6d66f5444224e13928612e1167e9b9578e2.tar.gz |
Updated mail/squirrelmail to 1.4.16
The SquirrelMail team is happy to announce the release 1.4.16. The most
notable change is that cookies are now sent with the secure attribute set for
HTTPS-connections, meaning that they cannot leak to an HTTP-connection on the
same SquirrelMail installation. For details see the included ReleaseNotes. We
advise users that offer their SquirrelMail both over HTTP and HTTPS to
upgrade.
Diffstat (limited to 'mail/squirrelmail/buildlink3.mk')
-rw-r--r-- | mail/squirrelmail/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/buildlink3.mk b/mail/squirrelmail/buildlink3.mk index 703df19da12..6565a221a70 100644 --- a/mail/squirrelmail/buildlink3.mk +++ b/mail/squirrelmail/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2008/05/27 12:40:37 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2008/09/28 17:32:26 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SQUIRRELMAIL_BUILDLINK3_MK:= ${SQUIRRELMAIL_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= squirrelmail BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}squirrelmail .if ${SQUIRRELMAIL_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.squirrelmail+= squirrelmail>=1.4.15 +BUILDLINK_API_DEPENDS.squirrelmail+= squirrelmail>=1.4.16 BUILDLINK_PKGSRCDIR.squirrelmail?= ../../mail/squirrelmail .endif # SQUIRRELMAIL_BUILDLINK3_MK |