summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-03Add the proper license for sendmailadrianp1-0/+79
2006-06-03I usually have the following stuffed in a mk.conf target or a scriptseb1-1/+10
and that is 3 make process to run... make show-options; v=$(make show-var VARNAME=PKG_OPTIONS_VAR); echo $v=$(make sh ow-var VARNAME=$v) Hence add trailing part about PKG_OPTIONS_VAR and its value to show-options target like the one found in supported-options-message target.
2006-06-03Updated www/firefox and www/firefox-gtk1 to 1.5.0.4ghen1-1/+8
Updated mail/thunderbird mail/thunderbird-gtk1 to 1.5.0.4 Updated www/seamonkey, www/seamkonkey-gtk1 and www/seamonkey-bin to 1.0.2
2006-06-03Update www/firefox and www/firefox-gtk to 1.5.0.4, mail/thunderbird andghen14-38/+34
mail/thunderbird-gtk1 to 1.5.0.4, and www/seamonkey, www/seamonkey-gtk1 and www/seamonkey-bin to 1.0.2 (salo has already updated www/firefox-bin). Note that thunderbird skipped one release number (again) to stay on par with firefox. These updates provide: * improvements to product stability, * several important security fixes (see below). Fixed in Firefox 1.5.0.4: MFSA 2006-43 Privilege escalation using addSelectionListener MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-41 File stealing by changing input type (variant) MFSA 2006-39 "View Image" local resource linking (Windows) MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-36 PLUGINSPAGE privileged JavaScript execution 2 MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-34 XSS viewing javascript: frames or images from context menu MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) Fixed in Thunderbird 1.5.0.4: MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-40 Double-free on malformed VCard MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) Fixed in SeaMonkey 1.0.2: MFSA 2006-43 Privilege escalation using addSelectionListener MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-41 File stealing by changing input type (variant) MFSA 2006-40 Double-free on malformed VCard MFSA 2006-39 "View Image" local resource linking (Windows) MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-34 XSS viewing javascript: frames or images from context menu MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey)
2006-06-03Remove MESSAGE, as this seems to be no longer true for 1.5+ releases.ghen4-22/+2
2006-06-03Added an explanation for the warning that "Each sed command shouldrillig1-2/+10
appear in an assignment of its own", since it had been misunderstood at least once. Also, since the explanation is usually several lines long, it does not hurt to add two extra empty lines to separate the explanation from the actual warning.
2006-06-03In Makefile.common, the standard list variables may be set using "="rillig1-2/+5
instead of only appending with "+=".
2006-06-03Added the possibility of defining custom ACLs in the file makevars.map.rillig2-63/+109
2006-06-03Updated pkglint to 4.63.rillig1-1/+2
2006-06-03Updated pkglint to 4.63.rillig1-2/+2
Changes since 4.62: - Improved checking of variable permissions. - Improved detection of unused variables, for spell checking. - Added warnings for variables that are used at load time but should not. - Much code cleanup.
2006-06-03Improved the variable specification in makevars.map. Code cleanup.rillig2-10/+22
2006-06-03Redo previous; depend on apel if GNU Emacs is used.uebayasi1-1/+4
2006-06-03Needs Python 2.1+.joerg1-1/+2
2006-06-03Correct myself: it's INFO_FILES, not INFO_DIR. Ride earlier bump.joerg1-2/+2
2006-06-03Fix build on DragonFly and with GCC 3.4+.joerg3-1/+30
2006-06-03Use PTHREAD_* from pkgsrc, not the hardcoded values in the package.joerg2-1/+19
2006-06-03Be more aggressive: broken configure script checks if libexecdir existsjoerg1-1/+3
at configure time.
2006-06-03Update for PKGNAME change.joerg1-7/+7
2006-06-03Add a wish for PYTHON_VERSIONS_INCOMPATIBLE.joerg1-1/+3
2006-06-03Use PYTHON_VERSIONS_ACCEPTED instead of _INCOMPATIBLE.joerg1-3/+2
2006-06-03No need to mark 1.5 as incompatible, it isn't active by default anyway.joerg1-3/+1
2006-06-03Updated the TODO list.rillig2-23/+32
2006-06-03Uses C++.joerg1-1/+3
2006-06-02Needs Python 2.4.joerg1-1/+2
2006-06-02py-Numeric needs Python 2.2+joerg3-3/+6
2006-06-02py-Numeric needs Python 2.2+.joerg1-1/+2
2006-06-02Use PYTHON_VERSIONS_ACCEPTED instead of the negative version.joerg1-2/+2
2006-06-02py-Numeric exists only for 2.2+.joerg1-1/+2
2006-06-02Dependency (py-Numeric) doesn't exist for Python 2.0 and 2.1.joerg1-3/+2
2006-06-02Dependency (mxDateTime) doesn't exist for Python 2.0.joerg2-2/+4
2006-06-02Fix some more references to old prefixes I missed in the first run.joerg1-4/+4
2006-06-02Include options.mk in -client and -server, but not the commonjoerg3-5/+7
Makefile.
2006-06-02Adapt to create pkg_summary file via pkg_info -X. Prompted anddillo2-6/+8
reviewd by joerg.
2006-06-02Run-time variables should not be used in load-time variables.rillig2-5/+27
2006-06-02MASTER_SITE* may be used at run-time. Various other small changes.rillig1-26/+31
2006-06-02Removed the subroutine type_should_be_quoted. In extract_used_variables,rillig1-21/+8
a "." is allowed in the variable name. Changed two instances of log_note to log_debug. Unmatched directives like .endif or .endfor are an error.
2006-06-02Doesn't work with distutils in Python 2.0, so mark 2.1+.joerg1-1/+2
2006-06-02Uses C++. Don't include regex.h and gnuregex.h on DragonFly.joerg3-5/+7
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg143-584/+719
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Add OpenLDAP subpackages. No cooky for ghen.joerg1-1/+4
2006-06-02Uses C++.joerg1-1/+2
2006-06-02Uses C++.joerg1-1/+2
2006-06-02Does built before Python 2.2.joerg1-1/+2
2006-06-02Needs Python 2.2 or later.joerg2-2/+4
2006-06-02Remove .endif, makes the Makefile at least parseable.joerg1-2/+1
2006-06-02Needs Python 2.2 or later.joerg2-2/+5
2006-06-02Appease configure by providing a C++ compiler, even though it doesn'tjoerg1-1/+3
actually need it to compile the code.
2006-06-02Use install framework for info pages. Bump revision.joerg1-1/+4
2006-06-02Uses C++.joerg1-1/+3
2006-06-02this works with Python-2.4 (hint from Joerg Sonnenberger)drochner1-2/+2
hey, even my license key from 2002 still works!