| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
was done by marcus.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simplog was created to provide people with an easy way to
create and maintain their own personal or a community weblog.
With the increasing number of people creating on-line
journals, there is a need for a tool that allows them a
quick and easy way to share their lives with the rest of
the world.
Simplog is NOT trying to a news/portal app like
Slash/Scoop/PHP-Nuke, nor will it ever be, although it can
be used for this purpose. Simplog is intended for use as
a personal or community weblog tool.
PR: ports/65770
Submitted by: Jose Liang <jose@jose.idv.tw>
|
| |
|
|
|
|
|
| |
PR: ports/69190
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/69139
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- sort pkg-plist
- Fix pkg-plist
Submitted by: pointyhat.freebsd.org
|
|
|
|
|
| |
PR: ports/69172
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
in LWP.
PR: ports/68224
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
| |
Incidentally, this fixes the build problem with epiphany-1.3.
|
|
|
|
|
|
|
|
|
| |
Add a workaroung to make it work with apache 2 (due to an apr bug)
(so be careful)
- Pass maintainership to submitter
PR: ports/69048
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
|
|
|
|
|
|
|
| |
PR: ports/69012
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
Approved by: Bernd Luevelsmeyer <bdluevel@heitec.net> (maintainer)
Tested on the box from: AMD Developper Program (FreeBSD/amd64)
|
| |
|
| |
|
|
|
|
| |
Small weblog engine for the UNIX command line
|
|
|
|
|
| |
PR: ports/69060
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/69042
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/68888
Submitted by: Filippo Natali <filippo@widestore.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Obtained from: apr CVS
|
|
|
|
|
|
|
| |
- Add WITHOUT_V4MAPPED knob and explicitly set --disable-v4-mapped
if WITHOUT_V4MAPPED or WITH_IPV6_V6ONLY
Also submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
|
|
|
|
|
|
|
| |
"sys.sitedirs is not for external reference, it's even hidden and not
available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}.
This fixes installation of python module, which would otherwise always
end up in /usr/X11R6/lib/python2.3/site-packages.
|
| |
|
|
|
|
|
| |
PR: ports/68947
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/68966
Submitted by: Aho K.F. Li <thinker@branda.to> (maintainer)
|
|
|
|
|
| |
PR: ports/68883
Submitted by: thinker@branda.to <thinker@branda.to> (maintainer)
|
|
|
|
| |
Suggested by: Aleksander Fafula <alex@fafula.com>
|
| |
|
|
|
|
|
|
|
| |
http://www.mems-exchange.org/software/files/quixote/Quixote-1.0.tar.gz/CHANGES
PR: ports/68882
Submitted by: Dryice Liu (maintainer)
|
|
|
|
|
|
| |
PR: 68849
Submitted by: maintainer
Approved by: krion (mentor)
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
Submitted by: kris via pointyhat.
or, pointyhat via kris.
one of the two, anyway.
|
| |
|
|
|
|
|
|
| |
PR: 68903
Submitted by: maintainer
Approved by: erwin (implicit)
|
| |
|
|
|
|
|
| |
It fixes problems when you deinstall a port with $PREFIX != $(apxs -q
prefix). Now plist is aware of real location of apache module.
|
|
|
|
| |
- Utilize www/apache2/Makefile.modules.3rd macros
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Thank to Jean-Yves for spotting this and finding a solution.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
| |
Pet portlint
|
| |
|
|
|
|
|
|
| |
there appears to be a bug in bsd.*.mk at the moment.
Pointed out by: Johan Pettersson <manlix at demonized to net>
|
|
|
|
| |
current feature list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
|
|
| |
when --enable-v4-mapped is used (default).
Use WITHOUT_IPV6 knob if you have problem with "HostnameLookup On" on
IPv4-only server(s).
I hope I can provide a real fix soon.
|
| |
|
|
|
|
|
| |
PR: ports/68766
Submitted by: John Merryweather Cooper (maintainer)
|
|
|
|
| |
www/p5-WWW-Mechanize-FormFiller.
|
|
|
|
| |
www/p5-WWW-Mechanize.
|
| |
|
|
|
|
| |
Reported by: Randy Sato <rsato@mac.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog available at http://www.opera.com/linux/changelogs/752/
<Note>
The file search.ini has been changed to ensure correct default
addresses for dictionary and encyclopedia searches. Existing
versions will be overwritten on upgrade. Users who have a
customized search.ini file that they would like to keep,
should edit its version number to 4 before upgrading. Note
that you have to edit the search.ini file located in the
/profile folder (Windows) or the /.opera folder.
[Version]
File Version=4
</Note>
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR: 68782
|
|
|
|
| |
Server side personal RSS (and Atom) aggregator
|
|
|
|
|
| |
PR: 68791
Submitted by: maintainer
|
|
|
|
| |
Retrieve and manage the data of the IMDb movie database
|
| |
|
|
|
|
| |
better way to do this...
|
|
|
|
|
|
| |
This just conditionalizes out the offending code, so
somebody who has a better idea of what's going on
might want to take a closer look at this.
|
|
|
|
|
| |
PR: ports/68778
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
|
|
|
|
| |
Approved by: krion (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
|
|
|
|
| |
forms.
|
|
|
|
| |
Notice from: maintainer
|
|
|
|
| |
Reported by: Mike Harding <mvh@ix.netcom.com>
|
|
|
|
| |
as bsd.php.mmk still needs explicit PORTSDIR
|
|
|
|
| |
Use a pkg-install to register chrome stuff.
|
|
|
|
| |
Reported by: Kris / pointyhat.
|
|
|
|
| |
Reported by: Kris / pointyhat.
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
| |
If you want to choice any plugins, linuxpluginwrapper don't
require all mandatory ones.
PR: ports/65873
Submitted by: Stijn Hoop <stijn@win.tue.nl>
|
|
|
|
|
| |
- make use of USE_PHP
- unbreak for apache2
|
|
|
|
|
| |
PR: 66714
Submitted by: Lars Eggert <lars.eggert@gmx.net>, with fixes from mat.
|
|
|
|
|
| |
Notice from: kris via bento
Patch from: Matt Brown <matt at crc dot net dot nz> (aka author)
|
|
|
|
|
| |
PR: ports/68706
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
a portal_languages tool that you can add to your Plone site in the ZMI.
You can select the allowed and default languages and choose from a number
of negotiation schemes.
PR: ports/68659
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
|
|
|
|
|
|
|
|
| |
above multiple content objects to provide multilanguage content support
for existing document types.
PR: ports/68652
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
|
| |
|
|
|
|
| |
Notice from: kris
|
| |
|
|
|
|
|
| |
"erwn," just to make sure that it's well hidden. I'll remove
the erwin port, and shall update erwn instead. *shrug*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to being a committer, he shall now be immortalized
as a Gtk+-2 HTML text editor... JUST LIKE IN REAL LIFE!
erwin has the following notable features:
* a head
* two ears
* multiple fingers; possibly as many as 10
* really really simple text editor
* preview rendered html page
* support for html tags
* intelligent tag closer
* drag'n'drop support
* source highlighting
WWW: http://lisas.de/erwin/
|
|
|
|
|
| |
NTLM authentication module for the Apache
webserver.
|
|
|
|
|
|
| |
o Upgrade to 0.12.
Approved by: maintainer
|
|
|
|
|
|
|
| |
<lslarry@gmail.ru>:
Sorry, no mailbox here by that name. (#5.1.1)
Mark BROKEN on sparc64 (assertion failure during build)
|
|
|
|
|
|
| |
and share/nls/POSIX
Noticed by: thierry
|
|
|
|
| |
http://galeon.sourceforge.net/news/index.php#83.
|
| |
|
|
|
|
|
|
| |
view and edit all Mozilla / Firefox prefs.
PR: ports/63237
|
|
|
|
|
|
|
|
|
| |
into Mozilla / Firefox.
The files Makefile.xpi and pkg-install.xpi have been designed to
install any .xpi extension (hopefully).
PR: ports/65589
|
|
|
|
|
| |
chase distfile
...off to a temporary master site.
|
|
|
|
|
| |
PR: 68604
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/68408
Submitted by: HAYASHI Yasushi
Approved by: maintainer.
|
|
|
|
| |
- Add NOTICE file to respect Apache 2.0 license
|
|
|
|
|
| |
PR: ports/68583
Approved by: maintainer
|
|
|
|
|
|
|
| |
. Assign maintainership to the submitter.
PR: 66253
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
|
|
|
| |
Noticed by: kris
Pointy hat: me
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
* Remove the remaining vestiges of GTK+-1 support
|
|
|
|
| |
looking like a reverse patching.
|
|
|
|
|
| |
PR: 68564
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
|
|
|
|
|
|
| |
support for thunderbird-remote.
PR: 68503
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Fixup OPTIONS/GCC 3.3 handling
PR: ports/68517
Submitted by: maintainer
|
|
|
|
| |
Notice from: kris and bento
|
|
|
|
| |
A web application framework
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
*) SECURITY: CAN-2004-0493 (cve.mitre.org)
Close a denial of service vulnerability identified by Georgi
Guninski which could lead to memory exhaustion with certain
input data. [Jeff Trawick]
*) SECURITY: CAN-2004-0488 (cve.mitre.org)
mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a
(trusted) client certificate subject DN which exceeds 6K in length.
[Joe Orton]
Details can be found here:
http://www.apache.org/dist/httpd/CHANGES_2.0
- Use autoconf 2.59
- Add add SUEXEC_LOGFILE tunable to set suexec logfile [1]
- Silently ignore removal of libexec/apache2 directory
- Import latest version of apr_reslit.c from apr CVS which
adds timeout feature to apr_reslist_acquire().
This is required for future mod_logio-st.
- Add explicit dependency on libiconv (so nowwe support libiconv)
- Move Windows Update fix from MASTER_SITE_LOCAL to ports tree
- add WITH_EXPERIMENTAL_PATCHES knobs:
These patches are backports from apache CVS HEAD or apr CVS HEAD.
They have positive impacts on apache responsiveness but can be
instable
and are NOT currently supported by apache/apr teams.
* exp-http-ready.patch: add "httpready" support for ACCEPT_FILTER
(currently apache 2 only support "dataready")
* exp-apr-kqueue.patch: add support for kqueue in apr_poll().
This patch greatly improves apache network performance (up to
18% according to the author, on my test box, between 13% and 21%)
Test and feedback on -STABLE are welcome ;)
For more details, please see:
http://marc.theaimsgroup.com/?t=108650227500001&r=1&w=2
Submitted by: knu [1]
NOTE:
Please set MASTER_SITE_APACHE_HTTPD to closest mirrors.
you can easily find them from:
http://www.apache.org/dyn/closer.cgi/httpd/
Thanks :
|
|
|
|
| |
submitter had been unresponsive for quite some time.
|
| |
|
|
|
|
| |
utilize PORTDOCS
|
| |
|
|
|
|
|
|
| |
PR: 68480
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
|
|
|
|
|
|
|
|
| |
numbered USE_PYTHON macro instead.
PR: ports/67573
Submitted by: Dryice Liu <dryice at liu dot com dot cn>
Approved by: maintainer timeout (3 weeks)
|
| |
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: 68354
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter.
PR: 68353
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
|
| |
Submitted by: parv@pair.com
PR: 68468
|
|
|
|
| |
Reported by: Andries Filmer <andries@netexpo.nl>
|
|
|
|
|
|
| |
I kept LOG_NAME to not break POLA (Will be removed for next release).
Requested by: Dennis Koster <dennis@phlex.net>
|
|
|
|
|
|
|
|
|
| |
Main features are:
* PHP Output with built in authentication hooks
* Fast Processing
* Reporting right down the the location vistied
Submitted by: Dmitry Semkin <lslarry@gmail.ru>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
CAN-2004-0493 - memory exhaustion denial of service
http://www.freebsd.org/ports/portaudit/81a8c9c2-c94f-11d8-8898-000d6111a684.html
Noticed by: eik
Obtained from: apache CVS
|
|
|
|
|
| |
PR: 68461
Submitted by: Thomas L. Kjeldsen <tlk(at)mayi.dk>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
follow-xff-patchset (thanks to Michael Ranner for spotting the
problem and testing the fix). While at it, wordsmith the
comments in the patch.
Use the official patch for the NTLM auth helper vulnerability,
see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for
details.
Build install the SMB basic authentication helpers by default
PR: ports/68448
Submitted by: maintainer
|
| |
|
|
|
|
| |
GTK+-1.x version anymore.
|
| |
|
| |
|
| |
|
|
|
|
| |
* Use the new GConf schema policy
|
|
|
|
|
| |
for Mozilla 1.7, but will have no future Mozilla support. While I'm here,
use the new GConf schema policy.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Build the chrome and component registries in a pkg-install script so that
the resulting paths are correct [1]
For a list of all the changes in 1.7, see
http://www.mozilla.org/releases/mozilla1.7. This port features support for
the GSSAPI extension as well as optional gnome-vfs support.
PR: 65590 [1]
Submitted by: thierry [1]
|
|
|
|
| |
Reported by: olgeni
|
|
|
|
|
| |
PR: ports/68400
Submitted by: Stefan Schwarzer <sschwarzer@sschwarzer.net> (maintainer)
|
|
|
|
|
| |
PR: ports/68406, ports/68410
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
|
| |
|
|
|
|
| |
Poked by: Paul Chvostek <paul+fbsd@it.ca>
|
|
|
|
|
|
|
|
|
|
| |
MoinMoin 1.1 contains administrative group name privilege escalation vulnerability.
<http://www.freebsd.org/ports/portaudit/da9e6438-bfc0-11d8-b00e-000347a4fa7d.html>
Fix UnpicklingError in MoinMoin/userp.py.
PR: 68365
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
| |
|
|
|
|
| |
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
|
|
|
|
|
|
|
| |
HTML Unittest module for Python.
PR: 68308
Submitted by: "Choe, Cheng-Dae" <whitekid@netian.com>
|
|
|
|
|
|
|
| |
Client-side HTTP Form for Python.
PR: 68307
Submitted by: "Choe, Cheng-Dae" <whitekid@netian.com>
|
|
|
|
| |
Approved by: clement
|
|
|
|
|
| |
allow calling of class methods
on arbitrary classes.
|
|
|
|
|
|
|
|
| |
* Fix a problem with the pkg-config files referencing mozilla components
and not firefox components
PR: 68221 [1]
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1]
|
|
|
|
|
|
|
| |
use DOCSDIR
PR: 68275
Submitted by: Janos Mohacsi
|
|
|
|
|
|
|
| |
- Fix a portlint warning about missing @dirrm %%DOCSDIR%%.
PR: ports/66325
Approved by: vs, maintainer timeout
|
| |
|
|
|
|
|
|
|
| |
http://www.caucho.com/resin-3.0/features/resin-3.0.8.xtp
PR: ports/68002
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/linux-mozillafirebird and the ports that inherit most of their
information (except, e.g., distinfo) from it.
These changes should be transparent to installs (tested and verified
locally).
While here, update two cases of stale distfile info. (MD5s
verified versus mozilla.org.)
PR: ports/67701
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
| |
PR: ports/66772, ports/68220
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (1 month)
|
| |
|
|
|
|
| |
Approved by: erwin (mentor)
|
|
|
|
| |
The Bookmark Server for Personal and Team Use
|
| |
|
|
|
|
|
| |
PR: ports/68206
Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer)
|
| |
|
|
|
|
|
| |
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
|
|
|
|
|
| |
PR: ports/68163
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
Reported by: cluster via kris
No reply from: maintainer
|
|
|
|
|
|
|
|
| |
- update to fix HTML rendering problem
- documentation fixes
PR: ports/68160
Submitted by: maintainer
|
|
|
|
| |
Still reported by: pointyhat via kris
|
| |
|
|
|
|
|
|
|
| |
- While here, portlint
PR: ports/68068 [1]
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/68059
Submitted by: Phil Oleson <oz@nixil.net>
Approved by: maintainer
|
|
|
|
|
|
| |
shows up.
Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
| |
|
|
|
|
|
|
| |
of mozilla-*.
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
|
| |
to fix some threading issues in Firefox, but I have not personally encountered
them (at least not ones fixed by this patch).
See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details.
Submitted by: green
|
|
|
|
|
|
|
|
|
| |
* Make sure optimized CFLAGS are actually respected [1]
* Frobnicate the mozconfig file a little bit to be more inline with typical
Linux builds
* Try a safer hack to ensure the install completes okay
Reported by: kris [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to <http://www.squid-cache.org/bugs/show_bug.cgi?id=998>
Apply some cleanups:
+ prefer PATCHDIR over FILEDIR when referring patches
+ remove unnecessary quotes
+ move all substitution tasks to the post-patch target
+ use "${FALSE}" instead of "exit 1" to generate error 1 from a shell
Bump PORTREVISION
PR: ports/68078
Submitted by: maintainer
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: ports/67879
Submitted by: Robin Schoonover <end@endif.cjb.net> (maintainer)
|
| |
|
|
|
|
| |
hack seems to work.
|
|
|
|
|
|
|
| |
. Update maintainer's email address.
PR: 67623
Submitted by: Kang Liu <liukang@bjpu.edu.cn> (maintainer)
|
|
|
|
|
| |
PR: ports/67914
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
|
|
|
|
|
|
| |
lang/php4; www/horde2 requires these packages and lang/php4-horde.
Set NO_PACKAGE until this conflict get cleanly fixed.
|
|
|
|
|
|
| |
PR: ports/67974
Submitted by: Alexey Mahotkin <alexm@w-m.ru>
Obtained from: www/apache13 port
|
| |
|
|
|
|
|
| |
PR: ports/67968
Submitted by: Anton Voronin <anton@chelcom.ru> (maintainer)
|
|
|
|
| |
Submitted by: Franz Klammer <klammer@webonaut.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
and PostgreSQL.
WWW: http://www.bricolage.cc/
PR: ports/67477
Submitted by: Rod Taylor <rbt@home.rbt.ca>
|
|
|
|
| |
Approved by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
|
| |
|
|
|
|
| |
need to be run as root before running it as other users.
|
|
|
|
|
|
| |
prompting the user to download them.
Submitted by: Daniel O'Connor <darius@dons.net.au>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list of Known Issues, see:
http://www.mozilla.org/products/firefox/releases/0.9.html
This update also includes a new pkg-install script based on ports/65590
from Thierry Thomas <thierry@pompo.net>. However...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
After installing Firefox, you must su - to root, and run ``firefox'' before
running it as any other user. If you do not su - to root, you may lose some
of your user settings. If you try to run Firefox as a normal user without
first running it as root, the browser will not show up. This is a known issue
with Firefox, and they hope to address it in a future release.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
headsup: please reanme your existings options
PR: 67937
Suggested by: eik
-new option: WITH_APACHE_INTERNAL_EXPAT
|
|
|
|
|
|
|
| |
- Use native Java 1.4
PR: ports/67699
Submitte by: maintainer
|
|
|
|
|
| |
PR: 67937
Submitted by: eik
|
|
|
|
|
| |
PR: 67937
Submitted by: eik
|
|
|
|
|
|
|
| |
http://issues.apache.org/bugzilla/show_bug.cgi?id=29237
PR: 67928
Submitted by: Helge Oldach <apache13jun14@oldach.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
tag.
PR: ports/67891
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp>
|
|
|
|
| |
MP3::Info module.
|
| |
|
|
|
|
| |
- use DOCSDIR and DATADIR
|
|
|
|
| |
GG security advisory #69
|
|
|
|
|
| |
PR: ports/67742
Submitted by: Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
|
|
|
|
|
| |
PR: ports/67751
Submitted by: Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
|
|
|
|
|
| |
PR: ports/67753
Submitted by: Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
|
|
|
|
|
|
| |
mod_proxy buffer overflow CAN-2004-0492
Shamefully stolen from: apache13-mod-ssl port
|
|
|
|
|
| |
PR: ports/67592
Submitted by: Autrijus Tang autrijus@autrijus_dot_org
|
|
|
|
|
| |
PR: ports/67591
Submitted by: Autrijus Tang autrijus_at_autrijus.org
|
|
|
|
|
|
| |
PR: ports/67349
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer
|
|
|
|
| |
mod_proxy buffer overflow CAN-2004-0492
|
|
|
|
| |
This release fixes a critical bug in User directory handling
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports/67724, submitted by Michal F. Hanula)
- Change ": foo=${foo:=bar}" into "foo=${foo:-bar}" to make the
shell scripts easier to read and understand
- Correct credits for the recently published NTLM auth
vulnerability and fix a nearby braino, too
- Bump PORTREVISION
PR: ports/67797
Submitted by: maintainer
|
|
|
|
|
|
| |
instead of standalone mod_perl
Approved by: skv (maintainer)
|
|
|
|
|
| |
Noticed by: ben @ EFNet
Repocopied by: marcus
|
| |
|
| |
|
|
|
|
|
|
|
| |
authentication helper.
PR: ports/67764
Submitted by: maintainer
|
|
|
|
| |
Reported by: J. W. Ballantine <jwb@homer.att.com>
|
| |
|
| |
|