propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- 1.3.2rc1 release includes major new features and numerous bugfixes,
including:
+ Support for the MLST and MLSD commands (RFC3659)
+ New modules: mod_sql_odbc, mod_sql_sqlite, mod_unique_id
+ New configuration directives: MaxTransferPerHost, MaxTransfersPerUser
+ New translations: Italian
+ Better handling of aborted data transfers
+ Support for FIPS and OCSP in mod_tls
+ New documentation: doc/howto/ConfigurationTrick
Please read the included NEWS, RELEASE_NOTES, and ChangeLog files for
the full details.
- Bump PORTREVISION
Following ports are marked as BROKEN since they don't build with new clamav
0.93:
www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam
This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
- Bump portrevision
- The mod_wrap2_file module does not
support comma-delimited lists of clients in the allow/deny files, unlike the
standard libwrap library.
Obtained from: TJ Saunders <tj@castaglia.org> (vendor)
- Bump portrevision
(1) mod_digest by Mathias Berchtold (http://www.smartftp.com/oss/proftpd/)
which implements all digest commands.
(2) mod_comb (http://lev.serebryakov.spb.ru/mod_comb/) by Lev Serebryakov,
which adds COMB support.
PR: ports/120742
Submitted by: Lev A. Serebryakov <lev@FreeBSD.org>
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
- Bugfixes:
- Fixed compilation error in mod_sql_mysql.
- Fixed handling of the --ipv4 and --ipv6 command-line options.
- Fixed "directory not accessible" errors when using the mod_facl
module.
- Patches integrated upstream.
Approved by: sat (mentor), portmgr (linimon)
- Remove patches integrated upstream
- Makefile cleanup
- Bugfixes:
Fixed segfault which can occur if NLST is used twice, the first time
on a path which does not exist.
Fixed reporting of addresses via EPSV for IPv6 addresses.
Fixes occurrences of "ai_family not supported" for inetd-run
proftpd daemons.
DisplayLogin, DisplayQuit, and DisplayTransferFiles files now work
regardless of whether the session process is chrooted.
Approved by: sat (mentor)