summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2007-08-29Add b3.mk file for swish-e.joerg1-0/+22
2007-08-28PR/36855 - Michael -- don't create duplicate Listen directivesjnemeth2-8/+4
2007-08-28Update to 9.23:xtraeme2-17/+17
* Fixed four crash bugs found using Mozilla's jsfunfuzz tool. * Fixed a stability issue with Speed Dial. Security * Fixed a JavaScript security issue discovered with Mozilla's jsfunfuzz tool. See our advisory.
2007-08-23Split out installation with RPMs from "plain" installation for clarityjlam3-88/+92
and ease-of-maintenance.
2007-08-23Fixed installation to DESTDIR in post-install target.heinz1-2/+2
2007-08-23Allow a nicer syntax for expressing needing at least a certain versionjlam12-51/+35
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
2007-08-23Define a variable EMUL_IS_NATIVE if the emulated operating systemjlam1-3/+3
matches the native operating system. Use it in place of checking whether EMUL_DISTRO matches "native-*" as EMUL_DISTRO is no longer defined after bsd.prefs.mk is included. This should fix PR pkg/36823 by Robert Elz.
2007-08-23Add patchsum for patch-ae and update the PLIST to the desiredjoerg3-5/+7
result. Bump revision.
2007-08-22Back out previous, which was committed accidentally.jlam1-2/+2
2007-08-22Don't bother stating that we need COMPAT_LINUX, as the packages wejlam2-7/+3
depend upon to supply the Linux shared libraries already tell the user this. The JDK packages also depend on the corresponding JRE package, so they don't need to show the same message -- keep the message with the JRE packages instead.
2007-08-16Upgrade Update p5-Apache-Session-Wrapper from version 0.31 to 0.33.he2-6/+6
Changes: 0.33 2006-09-26 - When setting up tests with Apache::Test, if the user has apache2 we need to make sure that they have the mod_apreq2.so library available. If they don't, the live tests will be skipped. Based on a patch from Derek Price. RT #21552. 0.32 2006-09-18 - Work around a (maybe) bug in Apache2::Cookie. Set -value to undef to in Apach2::Cookie->new causes it to return undef, rather than a cookie with no value. This meant that delete_session() caused an "attempt to call method of undefined value" error. Reported by Derek Price. RT #20992.
2007-08-16Update to swish-e 2.4.5:joerg8-101/+122
- bugfixes - FileFilter is using fork/exec directly, avoiding possible shell escape issues - proximity suppor tfor matchs - fix sparc64 issues - switch to GPL as license with a special link clause - make use of strcoll for sorting
2007-08-13icons/icons.shar contains a "+=", which is detected by arillig1-1/+3
to-be-added-soon portability check.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-12Update to 0.1.2, provided by Blair Sadewitz in private mail:wiz3-9/+8
Serf 0.1.2 [2007-6-18, r1114] Enable thread-safety with OpenSSL (Issue 19) Teach serfmake to install headers into include/serf-0. Be more tolerant when servers close the connection without telling us. Do not open the connection until we have requests to deliver. Fix serfmake to produce the library that corresponds to the minor version. Fix a memory leak with the socket bucket (Issue 14) Fix uninitialized branch in serf_spider (Issue 15) Serf 0.1.1 [2007-5-12, r1105] Add SSL client certificate support Implement optimized iovec reads for header buckets Fix up 'make clean' and 'make distclean' (Issues 9, 10) Add SERF_VERSION_AT_LEAST macro Remove abort() calls (Issue 13)
2007-08-11Add the variations of the plist for the various options back.joerg2-34/+67
Bump revision.
2007-08-10Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.4.ghen4-12/+12
Security fixes in this version: MFSA 2007-27 Unescaped URIs passed to external programs MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.4/
2007-08-09Update to Django 0.96:joerg6-1161/+1217
The main goal of the 0.96 release is to cleanup and stabilise the features from 0.95. Incompatible changes: - constraint names changed in some cases, this can effect manage.py reset on old databases - some names in manage.py changed - backslash escaping is done more consistently - ENABLE_PSYCO is gone Important changes: - merge of newforms - URLconf takes normal callables - new test framework - passwords for users can be entered as normal text in the admin interface, no need to hash manually In addition: dropped py-setuptools dependency.
2007-08-09Update py-flup to r2311.joerg5-130/+117
- Support gzip compression of XHTML pages using the correct MIME type. - Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base. - Update servers to default to an empty QUERY_STRING if not present in the environ - Update gzip.py: compresslevel -> compress_level - Change intra-package imports into absolute imports. - Add forceCookieOutput attribute to SessionService to force Set-Cookie output for the current request. - Add UNIX domain socket support to scgi, scgi_fork, scgi_app. - Add flup.client package which contains various WSGI -> connector client implentations. - Change mime-type matching algorithm in GzipMiddleware. - Add cookieAttributes to SessionService to make it easier to customize the generated cookie's attributes. Switch to use the common egg framework and mark as DESTDIR safe.
2007-08-09Update to elinks-0.11.3:joerg5-32/+67
- without-x doesn't make sense, remove option - depend on libiconv and libidn - quarantine to prevent changes to the normal LOCALEDIR -- this is a stupid, non-standard version of gettext for no good reason - fix mremap on NetBSD Upstream changes: - various crashes fixed - fix use after free - fix large file support for FTP listenings - automatic HTML detection Submitted by Blair Sadewitz, consider switching to links, please.
2007-08-08Don't use malloc.h.joerg7-45/+40
2007-08-07Add INSTALLATION_DIRS=lib/pkgconfig for destdir support, requested by joerg.ghen2-2/+6
2007-08-07Rewrite the opera.sh shell script to properly check for versions ofjlam2-28/+60
Linux kernel emulation <= 2.0.38. Also ensure that /lib is in LD_LIBRARY_PATH so that the opera binary can find /lib/libpthread.so.0 in ${EMULDIR} and not NetBSD's /usr/lib/libpthread.so.0. Bump the PKGREVISION to 1.
2007-08-07Update to 5.807:wiz2-6/+6
2007-07-31 Gisle Aas Release 5.807 Apply patch correction from CPAN RT #26152 More laxed t/live/validator test.
2007-08-06Bump revision number after dependence fix.tron1-1/+3
2007-08-06Correct order of includes and checks. The "firefox-bin" package now getstron1-8/+8
the necessary dependence on the "suse_gtk2" package.
2007-08-05Add p5-Template-Multilingual.obache1-1/+2
2007-08-05Import p5-Template-Multilingural version 0.09.obache4-0/+31
Based on packaged by Edgar Fuss in PR 36683. Updated to 0.09, fixed dependency and fix PLIST. This subclass of Template Toolkit supports multilingual templates: templates that contain text in several languages. <t> <en>Hello!</en> <fr>Bonjour !</fr> </t>
2007-08-02Update squid pacakge to 2.6.14 (2.6.STABLE14).taca14-184/+185
pkgsrc chagnes o Add "coss" option which enable COSS (Cyclic Object storage system). Noted by Chris Ross on pkgsrc-users. Changes to squid-2.6.STABLE14 (15 Jul 2007) - squid.conf.default cleanup to have options in their proper sections. - documentation correction in the refresh_pattern ignore-auth option - URI-escaping not uses the recommended upper-case hex codes - refresh_pattern min-age 0 correted to really mean 0, and not 1 second - Always use xisxxxx() Squid defined macros instead of ctype functions. - Kerberos SPNEGO/Negotiate helper for the negotiate scheme - Database basic auth helper using Perl DBI to connect to most SQL DBs - Solaris /dev/poll network I/O support - configure fixes to make cross compilation somewhat easier - Removed incorrect -a reference from http_port documentation - Bug #1900: Double "squid -k shutdown" makes Squid restart again - Bug #1968: Squid hangs occasionally when using DNS search paths - Novell eDirectory digest auth helper (digest_edir_auth) - Bug #1130: min-size option for cache_dir - POP3 basic auth helper querying a POP3 server - Cosmetic squid_ldap_auth fixes from Squid-3 - Bug #1085: Add no-wrap to cache manager HTML tables - Automatically restart if number of available filedescriptors becomes alarmingly low, preventing a situation where Squid would otherwise permanently stop processing requests. - Bug #2010: snmp_core.cc:828: warning: array subscript is above array bounds - Deal better with forwarding loops
2007-08-02Update of www/php5 package affects ap-php, too.taca1-1/+2
So, bump PKGREVISION. (I just forgot to commit.)
2007-08-01Add patches to fix CVE-2007-3806 referring CVS repository.taca3-2/+18
Bump PKGREVISION.
2007-07-31Use the emulator framework to note that this package installs linux-i386jlam1-3/+6
binaries and libraries. Add dependencies on the base, gtk2 and x11 Linux modules, which provide shared libraries needed by npviewer.bin. Bump the PKGREVISION to 1.
2007-07-31Use the standard RPM extraction logic in the extract module instead ofjlam1-19/+14
custom code. Adjust the installation commands to deal with different locations of the extracted files from the RPMs.
2007-07-31Add distinfo for solaris-i386 and solaris-sparc (using "make emul-fetch" andghen1-1/+7
"make emul-distinfo", thanks jlam!).
2007-07-31Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.6.ghen4-24/+12
Security fixes in this version: MFSA 2007-27 Unescaped URIs passed to external programs MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.6/releasenotes/
2007-07-30Add INSTALL/DEINSTALL scripts for managing the symlinks to the plugins.jlam2-0/+17
2007-07-30Convert to emulator framework. Bump the PKGREVISIONs of thejlam6-31/+34
firefox-bin-acroread* packages due to differences in how the installed symlinks are managed.
2007-07-30Convert to use the emulator framework. Noted by <wiz>.jlam1-5/+10
XXX Doesn't work on x86_64 properly yet.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam68-541/+488
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-28Update to 5.806:wiz2-7/+6
2007-07-17 Gisle Aas Release 5.806 Added progress callback to LWP::UserAgent. HTTP::Daemon didn't avoid content in responses to HEAD requests Add support for HTTP Expect header to HTTP::Daemon (CPAN RT #27933) Fix t/base/message.t so tests are skipped if Encode is not installed. (CPAN RT #25286) Add HTML::Tagset as a prerequisite to Makefile.PL Do not clobber $_ in LWP::Protocol::nntp (CPAN RT #25132) Fix lwp-download so it can download files with an "_" in the filename (CPAN RT#26207) Quiet complaints from HTML::HeadParser when dealing with undecoded UTF-8 data. (CPAN RT#20274) When both IO::Socket::SSL and Net::SSL are loaded, use the latter (CPAN RT #26152) Allows SSL to work much more reliably: (CPAN RT #23372) Allow text/vnd.wap.wml and application/vnd.oasis.opendocument.text in content-type field in lwp-request (CPAN RT #26151) Add default media type for XML in LWP::MediaTypes (CPAN RT #21093) Added chunked test by Andreas J. Koenig
2007-07-28Don't install group or world writeable files. Bump revision.joerg1-2/+3
2007-07-28Fix path to Python. Bump revision.joerg1-2/+3
2007-07-28Fix Python path in a script. Bump revision.joerg1-2/+4
2007-07-28Don't install group and world writeable files. Bump revision.joerg1-2/+5
2007-07-27Update to 5.2adrianp2-6/+6
Fix two security issues: http://drupal.org/node/162360 http://drupal.org/node/162361
2007-07-26Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.3.ghen7-17/+19
Security fixes in this version: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.3/
2007-07-26Firefox 1.5.0.x has been EOL'd.ghen3-9/+6
2007-07-26Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.5.ghen5-12/+16
Security fixes in this version: MFSA 2007-25 XPCNativeWrapper pollution MFSA 2007-24 Unauthorized access to wyciwyg:// documents MFSA 2007-23 Remote code execution by launching Firefox from Internet Explorer MFSA 2007-22 File type confusion due to %00 in name MFSA 2007-21 Privilege escalation using an event handler attached to an element not in the document MFSA 2007-20 Frame spoofing while window is loading MFSA 2007-19 XSS using addEventListener and setTimeout MFSA 2007-18 Crashes with evidence of memory corruption For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.5/releasenotes/
2007-07-25--enable-official-branding:gdt1-2/+6
Clarify RESTRICTED (due to trademark issues), and add a comment questioning if we also need to set LICENSE.
2007-07-25Update to lighttpd 1.4.16. This fixes a number of security issues:joerg2-6/+6
- various possible NULL pointer references - two cases were uninitialised memory is used or memory could be corrupted. This might be exploitable to execute arbitrary code. - possible mod_access by-pass by appending / - a local DOS by broken FastCGI handlers