- Move log metadata dir from ${PREFIX}/etc/prelude-lml/metadata to
/var/spool/prelude-lml (upstream changed to ${PREFIX}/var/lib/prelude-lml,
use slightly modified location to better adhere to hier(7))
Prompted by: edwin's script
" The new version delivers a cumulative update of new developments, bug
fixes, and improvements, including an upgrade to JDK 1.4. "
- Set JAVA_VERSION=1.4+
- Add 'math' category [1]
- Use USE_ANT
- Fix COMMENT: some words seemed to be missing, turning the comment to a
nonsense sentence
- ECHO_CMD -> ECHO_MSG
- Cleanup: remove "ex:ts=8" and uneeded targets
- Use ${FIND} | ${INSTALL_DATA} to install documentation files
- Take maintainership
Reported by: portlint [1]
Thus, some sites have problems downloading the software due to port 70
being blocked. Switch to another URL - HTTP at port 80.
- Moreover, downloading from the primary URL is still painfully slow
(averaging 600 Bps), so keep MASTER_SITE_LOCAL in front of the list.
Update my public_distfiles with the latest tarball to make it work.
PR: ports/89585
Submitted by: Toni Schmidbauer <toni at stderror dot at>
- Disable building extra documentation when not using JDK 1.5 as the Xalan
processor used to tranform the XML source files seems to try and use X11
(which fails if built by superuser in a console) [1]
NOTE: When using JDK 1.5 (java/jdk15) this error does not occur so it seems
like we could find a fix for that. Otherwise I will probably convert the port
to a binary one.
Reported by: pointyhat [1]
It fixes 6 Security Vunerabilities:
Critical Level Threats
Potentional XSS injection through GET and other variables
- Affects all previous versions of Joomla! and Mambo 4.5.2.3
Hardened SEF against XSS injection
- Affects all previous versions of Joomla! and Mambo 4.5.2.3
Low Level Threats
Potential SQL injection in Polls modules through the Itemid variable
- Affects all previous versions of Joomla! and Mambo 4.5.2.x series
Potential SQL injection in several methods in mosDBTable class
- Affects all previous versions of Joomla! and Mambo 4.5.2.x series
Potential misuse of Media component file management functions
- Affects all previous versions of Joomla! and Mambo 4.5.2.x series
Add search limit param (default of 50) to `Search` Mambots to prevent search flooding
- Affects all previous versions of Joomla! and Mambo 4.5.2.x series
PR: ports/89596
Submitted by: Francisco Alves Cabrita (maintainer)