The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
patch-src_low-level_smtp_mailsmtp.c has been
removed this change is included in this release.
Changelog:
1.7.2:
Fixed so name for Linux
1.7:
Build
Fixed expat / curl detection
Fix build on OpenIndiana
Support for Berkeley DB 6.0
Support for Bitcode (Apple)
Build for Android
Improved build for Windows
General
Support for socks proxy
API for partial base64 parsing
SMTP
Ability to cancel SMTP operations
Fixed logging privacy with OAuth2 on smtp
IMAP
Broken date parsing
Improved latest TLS/SSL support
IMAP MOVE implemented
workaround for XLIST on cyon.ch
Added ability to send custom IMAP command support
Workaround for qq.com IMAP server
Workaround for 163 IMAP server
Improved SEARCH compatibility
Update homepage.
changelog:
1.6:
Improved RFC822 and MIME parser
Implemented SEARCH using LITERAL+ for Gmail
Fixed SSL connections (don't force SSLv3)
1.5:
Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW
Added POP stat
Various fixes for Windows
Fixed OpenSSL / GnuTLS implementation of retrieval of certificates
Fixed IMAP IDLE in case of COMPRESS-ed streams
Fixed base64 encoding
1.4:
Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW
Added POP stat
Various fixes for Windows
Fixed OpenSSL / GnuTLS implementation of retrieval of certificates
Fixed IMAP IDLE in case of COMPRESS-ed streams
Fixed base64 encoding
changes:
-features:
implemented IMAP NAMESPACE,
implemented SMTP SIZE,
support for Content-Location,
improved progress report API for IMAP and SMTP.
-bugfixes
changes:
-features:
implemented IMAP NAMESPACE,
implemented SMTP SIZE,
support for Content-Location,
improved progress report API for IMAP and SMTP.
-bugfixes
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
LDFLAGS. Bump PKGREVISION.
Reported by Mr. Siemiradzki (yes, I'm avoiding writing your first name
because I don't know what the first character is) on current-users.
no IPv6 connectivity from the client to that site. Prior to this fix,
the fallback to IPv4 wasn't working properly. (The fix should be in
the next release of libetpan.)