1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Doug Barton
e09a0ef683 Finish removing support for RELENG_4 2007-10-15 23:30:46 +00:00
Doug Barton
203f44e10c Fix build with gcc 4.1 2006-12-18 08:23:00 +00:00
Doug Barton
ac8b967f09 Add a patch to fix a cross site scripting bug in htsearch.
Submitted by:	secteam (remko)
Security:	http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html
2005-09-13 06:57:32 +00:00
Doug Barton
07c597671f Major overhaul of the port to celebrate the upgrade to 3.2.0b5.
The 3.2.x series contains many enhanced features, most notably
built in SSL capabilities.

Changes for the port itself:
1. Add new MASTER_SITES.
2. Search for an apache binary, not a document directory.
3. The new version uses libtool, so add USE_LIBTOOL per portlint.
4. The new configure script is much more thorough, so use a more complete
set of options, and sort them in "./configure --help" order.
5. CXXFLAGS hackery no longer needed in FreeBSD 5.x, but
6. A patch to include headers for select() is needed in RELENG_4.
7. Install PORTDOCS, especially the very thorough html help files.
8. Add SIZE to distinfo.
9. Make deletion of directories with user-configurable stuff conditional.
2004-03-19 18:29:11 +00:00
Doug Barton
246a59bb1a * Upgrade to version 3.1.6, which fixes numerous bugs, and one possible
security problem that was present in the unpatched 3.1.5.
* Update the master sites list.
* Configure more precisely several important directories, partly to
compensate for some of the new defaults, and partly to avoid potential
future security problems regarding remote users being able to read
files specified as config files. This vulnerability was patched
already, and the fix is included in this version. However, a little
paranoia never hurt anyone.
* Remove the patches, as they have either been made obsolete by the new
version, or as in the pthreads issue, I'm doing them differently in
the Makefile.
* Make the patching in the Makefile smarter.
* Put my name in the pkg-descr.... overlooked previously.
* Adjust the pkg-plist, and sort it since the bloat is the same either way.

Thanks to Palle Girgensohn <girgen@partitur.se> for the suggestion in the PR
to place the conf file in its own directory.

PR:	ports/26058
2002-02-04 07:22:00 +00:00
Alfred Perlstein
c89e04d3f8 remove malloc.h 2001-12-11 08:16:38 +00:00
Doug Barton
b2b3b4bb73 This patch comes from the ht://Dig maintainers, and fixes a possible
security vulnerability. Quoting from their e-mail announcement:

	There is a security vulnerability in all versions of
	htsearch between 3.1.0b2 and 3.1.5 . . . The hole can
	allow a remote user to pick a file on your system for
	the config file that the UID running the webserver
	can read.

With a default ports install the httpd user should be nobody, which
makes the vulnerability small.
2001-09-25 07:08:47 +00:00
Kris Kennaway
aacec05601 Update to htdig 3.1.5, which fixes a security hole in the htsearch
cgi-bin.

Submitted by:	Doug Barton <doug@gorean.org>
2000-02-28 08:15:16 +00:00
Bill Fumerola
16a8fac4f5 Upgrade to 3.1.3
Submitted by:	Doug Barton <doug@gorean.org>
		lots of others who missed PLIST stuff.
1999-10-29 01:19:10 +00:00
Bill Fumerola
eb1bf42aea Use -pthread not -libc_r
PR:		ports/12488
Submitted by:	Palle Girgensohn <girgen@partitur.se>

NOTE: 	This patch actually patches two files, which is normally frowned
	upon. However, one of these files generates the other and really
	isn't used by the port, just for people who would use the port
	to make their own custom ht://dig. I don't think this is a problem.
1999-08-01 19:22:32 +00:00