- Explicitely link against libz, libpng, libjpeg
- Remove @'s in do-install: target, so one sees what's going on
Reminded by: Edwin's version nagger [1]
- Pass maintainership to submitter
This version adds the following features:
- added '-s' to ssh-agent calls so that they will work
for people with non-bash shells. (thanks to Jacob)
- Asynchronous mode works.
- Asynchronous mode required temp files so we use
mktemp to make it safer.
- Blocking option in async mode.
- All debug messages go to STDERR.
- Invoke remote shell (default bash) explicitely.
- SIGQUIT (ctrl-\) prints current/remaining host(s).
- Modernized all ``'s to $()'s.
PR: ports/87664
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
- Pass maintainership to submitter [1]
- Use DATADIR and INFO
- Hacked to build fine on 4.x
PR: ports/87662 [1]
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> [1]
prior to ${LOCALBASE} and ${X11BASE}.
Reported by: Udo Mueller
Add a forgotten patch to use INSTALL_SCRIPT, rather than _PROGRAM to
install an shell script (djvudigital).
Remove an empty line in Makefile.
I added the missing changes for manual config.
- Depend on acroread7 instead of acroread5.
Acroread5 is outdated and marked BROKEN due to multiple security issues
So the port didn't build/install
- changed manual config and batch mode
- portrevision bump
Submitted by: Antonio Arredondo <aarredon@cs.nmsu.edu>
2.8.3 release:
http://www.zope.org/Products/Zope/2.8.3/CHANGES.txt
==========
* ZSQLMethod.manage_main: Moved the error message that warns of a
non-existing or closed database connection next to the
Connection ID dropdown and present it using red to increase its
visibility.
* Update to Docutils 0.3.9 (forgotten in Zope 2.8.2)
==========
PR: ports/87650
Submitted by: maintainer
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
- document that tcp_outgoing_xxx works badly in combination with
server_persistent_connections (squid bug #454)
- add more tracing in test mode of squid_ldap_auth (squid bug #1395)
- fix breakage of accel_single_host when combined with
server_persistent_connection (squid bug #1402)
- correctly implement the CACHE_HTTP_PORT configuration directive
(squid bug #1403)
- fix the problem that CNAME addresses were remembered with a wrong TTL
(squid bug #1404)
- fix incorrect handling of squid-internal-dynamic/netdb in conjunction with
httpd_accel/transparent proxies (squid bug #1410)
- properly revalidate the cache on HEAD requests (squid bug #1411)
- correct handling of Set-Cookie headers on cache refreshes (squid bug #1419)
- fix a vulnerability in the FTP parsing code (squid bug #1426)
PR: ports/87637
Submitted by: maintainer