Commit graph

119007 commits

Author SHA1 Message Date
Sergey Matveychuk
fd5003dd66 - Fix fetching.
* The response_splitting patch has been updated
    to correct a problem with cache digests.

PR:		ports/76889
Submitted by:	maintainer
2005-02-01 14:11:22 +00:00
Volker Stolz
f9ccb6ad72 Update to Debian pl 4.2 to fix segfault when using -tex.
Prompted by:	ports/76884
Submitted by:	Atushi Sakauchi
2005-02-01 14:01:38 +00:00
Sergey Matveychuk
ede814130c - Update to 4.7.0
PR:		ports/76949
Submitted by:	maintainer
2005-02-01 13:59:43 +00:00
Sergey Matveychuk
03c0f6a011 - Update to 1.121
PR:		ports/76956
Submitted by:	maintainer
2005-02-01 13:52:38 +00:00
Anton Berezin
29fce98efd Narrow perl File::Path vulnerability version range a bit. 2005-02-01 13:38:15 +00:00
Sergey Matveychuk
5bb03e0a9c - Mark BROKEN on ia64
PR:		ports/76958
Submitted by:	maintainer
2005-02-01 13:37:20 +00:00
Anton Berezin
b3ab261a6b Document lang/perl5 and lang/perl5.8 update. 2005-02-01 13:37:19 +00:00
Anton Berezin
4400a5e985 Update to 5.6.2. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
  this resolves CAN-2004-0452
  (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
  perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
  perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
  pod2text, s2p, and splain;  perl and suidperl are still enough for
  more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
  lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems,
  and on systems where lang/perl5.8 is prefered to lang/perl5; the exact
  range is OSVERSION < 500036 || OSVERSION >= 502100 [7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- use.perl is now the same as pkg-install is now the same as
  pkg-deinstall;  apart from the changes already mentioned above, this
  is a shell script now;
- use.perl's logic is also simplified in several ways [9];
- fix a BSDPAN bug [10];
- create and remove %%SITE_PERL%%/%%PERL_ARCH%%/auto, just
  like  lang/perl5.8 does, to silent pointyhat [11];
- apply a patch to handle daylight saving time correctly in
  POSIX::strftime [12];
- the port now creates and uses shared libperl.so, as lang/perl5.8 port
  does;
- move MAN3 manual pages under ${PREFIX}/lib/perl5/${PERL_VER}/perl, as
  to avoid conflict with some of the p5 ports;
- do not build suidperl by default any longer;  one should use
  ENABLE_SUIDPERL to do that;
- move out manpage list to a separate Makefile.man;
- in general, the port layout is made much more similar to lang/perl5.8,
  including.

Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.

[1] Nudged by: krion
[2] Reported by: nectar
    Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
    PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] Perl version submitted by des, implemented in sh
[10] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
[11] PR: 71390
[12] PR: 74042, perl bug 18238
2005-02-01 13:36:41 +00:00
Anton Berezin
45dd233be8 Update to 5.8.6. Also:
- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
  this resolves CAN-2004-0452
  (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
  perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
  perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
  pod2text, s2p, and splain;  perl and suidperl are still enough for
  more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
  lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
  [7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
  pkg-deinstall;  apart from the changes already mentioned above, this
  is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].

Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.

[1] Nudged by: krion
[2] Reported by: nectar
    Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
    PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
2005-02-01 13:36:21 +00:00
Thomas Gellekum
c5b56371c3 Upgrade to 0.7.0.1.
Approved by:	maintainer
2005-02-01 12:54:04 +00:00
Volker Stolz
5384e57bec Update to 0.4
PR:		ports/76907
Submitted by:	Jean-Yves Lefort (maintainer)
2005-02-01 12:26:59 +00:00
Volker Stolz
e4cd173d8b Correct an off-by-one error in HTTP range handling.
Patch obtained from: gatling CVS

PR:		ports/76913
Submitted by:	Thomas-Martin Seck (maintainer)
2005-02-01 12:11:48 +00:00
Volker Stolz
0271a27d96 Update to 2.3 2005-02-01 11:19:26 +00:00
Volker Stolz
6554026e0c After a crash jabberd refuses to run if a pidfile exists.
Check if a process with the pid contained
in jabber.pid is running and removes the file if not.

PR:		ports/75824
Submitted by:	oss-freebsd-ports AT technorama DOT net
2005-02-01 11:12:05 +00:00
Volker Stolz
9e316137cc Do not install ${PREFIX}/LICENSE.txt
PR:		ports/76342
Submitted by:	Florent Thoumie
2005-02-01 10:52:11 +00:00
Volker Stolz
f4b3a22aaf Quote BROKEN
Submitted by:	krion
2005-02-01 10:17:09 +00:00
Pav Lucistnik
693fedfb7a - Fix syntax on 5-STABLE past 2005-01-30
PS I think this port is quite brain damaged. These checks should be made
on OSVERSION.

PR:		ports/76943
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
Tested by:	DomiX on FreeNode
2005-02-01 10:15:04 +00:00
Volker Stolz
b804906d86 Mark as broken on 6.X
PR:		ports/76457
Submitted by:	Ralf van der Enden (maintainer)
2005-02-01 10:06:46 +00:00
Niels Heinen
67ac30b5a9 Fixed directory traversal in file creation and fixed usage of insecure permissions.
Approved by:	nectar (mentor), maintainer
VuXML:		http://vuxml.freebsd.org/35f6093c-73c3-11d9-8a93-00065be4b5b6.html
VuXML:		http://vuxml.freebsd.org/cd7e260a-6bff-11d9-a5df-00065be4b5b6.html
2005-02-01 09:36:44 +00:00
Niels Heinen
4623e0c261 Fixed insecure sscanf usage (no length checking) in the processing
of NNTP server responses.

Approved by:	nectar (mentor), maintainer (timeout)
VuXML:		http://vuxml.freebsd.org/76e0b133-6bfd-11d9-a5df-00065be4b5b6.html
2005-02-01 09:32:47 +00:00
Niels Heinen
28840701c7 Fixed a buffer overflow vulnerability in the NNTP server
response handling code.

Approved by:	nectar (mentor), maintainer
VuXML:		http://vuxml.freebsd.org/7f13607b-6948-11d9-8937-00065be4b5b6.html
2005-02-01 09:20:40 +00:00
Volker Stolz
f917e2d231 Update to 0.9.7 (mozembed still needs manual tweaking, though) 2005-02-01 09:07:01 +00:00
Niels Heinen
679df602c3 Documented vulnerabilities found in the newspost, newsfetch and newsgrab ports.
http://people.freebsd.org/~niels/issues/newspost-20050114.txt
http://people.freebsd.org/~niels/issues/newsgrab-20050114.txt
http://people.freebsd.org/~niels/issues/newsfetch-20050119.txt

Approved by:	nectar (mentor)
2005-02-01 09:03:52 +00:00
Kirill Ponomarev
4d8ee3e6d7 Update to version 0.40.2
PR:		ports/76894
Submitted by:	Ports Fury
2005-02-01 08:37:49 +00:00
Kirill Ponomarev
e82d03a3eb Update to version 2.7.3
PR:		ports/76899
Submitted by:	Ports Fury
2005-02-01 08:36:19 +00:00
Erwin Lansing
6600850332 Add open-motif-jdk
Forgotten by:	phantom
2005-02-01 08:26:15 +00:00
Daichi GOTO
e6d59dc7f6 I have forgotten to add patch file.
Submitted by:	ozawa@ongs.net
2005-02-01 08:10:30 +00:00
Maho Nakata
03b6a79c50 Fix a rare case problem (sometimes dumps core)
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2005-02-01 07:07:06 +00:00
Maho Nakata
ba68454656 Update to 1.6.4
Submitted by: Christopher Illies <christopher.illies@web.de>,
              MartinKroeker <martin@ruby.chemie.uni-freiburg.de>
              (original author) and maho
2005-02-01 06:54:06 +00:00
Thierry Thomas
a675c10de9 Upgrade to 2.0-RC5. 2005-02-01 06:32:34 +00:00
Daichi GOTO
5e3017439d fixed for build on 4-stable
Submitted by:	ozawa@ongs.net
2005-02-01 06:01:50 +00:00
Jun Kuriyama
c4b8f70a68 Upgrade to 8.1.11.
Pinged by:	"bsdcrank@squbes.com" <bsdcrank@squbes.com>
2005-02-01 05:29:00 +00:00
Dejan Lesjak
d1f7fd3b32 Fix 'package' target on FreeBSD 4.x. 2005-02-01 01:28:33 +00:00
Dejan Lesjak
bb0455c85b Fix 'package' target on FreeBSD 4.x.
Pointed out by:	pointyhat via kris
2005-02-01 01:27:33 +00:00
Herve Quiroz
14571e67e3 - Update to 0.9.5
- Use 'java' rather than deprecated 'javavm' in shell script

PR:		76910
Submitted by:	Tim Middleton <x@vex.net>
2005-02-01 00:59:11 +00:00
Kirill Ponomarev
ca2456fa84 Update to version 1.0.3
PR:		ports/76897
Submitted by:	Ports Fury
2005-01-31 23:02:29 +00:00
Kirill Ponomarev
32efbff29e Fix WWW: line
PR:		ports/76898
Submitted by:	Ports Fury
2005-01-31 22:59:41 +00:00
Kirill Ponomarev
3261ac7517 Update to version 0.3.4.1
PR:		ports/76895
Submitted by:	Ports Fury
2005-01-31 22:55:20 +00:00
Kirill Ponomarev
2af867b658 Update to version 1.0.4
PR:		ports/76901
Submitted by:	Ports Fury
2005-01-31 22:45:05 +00:00
Kirill Ponomarev
9eb65bb6a3 Update to version 0.99.8
PR:		ports/76903
Submitted by:	Ports Fury
2005-01-31 22:39:39 +00:00
Thierry Thomas
1df5b36f0f Upgrade to 20050117.
PR:		ports/76844
Submitted by:	maintainer.
2005-01-31 22:07:31 +00:00
Jacques Vidrine
f2abfeab79 The latest xpdf buffer overflow has been repaired in an update
to pdftohtml.

Submitted by:	erwin
2005-01-31 21:44:32 +00:00
Jacques Vidrine
b6c860577d Add CVE names for recent squid vulnerabilities. 2005-01-31 21:40:10 +00:00
Edwin Groothuis
ce29958bb4 [games/einstein] : compile fix
I tried to install the Einstein game just for the hack of it,
    but it doesn't compile without the attached (trivial) patch.

Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2005-01-31 21:24:15 +00:00
Edwin Groothuis
c2e14b6056 Fix install issue found out by pointyhat 2005-01-31 21:20:56 +00:00
Pav Lucistnik
fd3f4107b8 - Update to 1.8.0 2005-01-31 21:17:49 +00:00
Pav Lucistnik
a3e5b6d2f7 - Really fix plist
Reported by:	krismail
No cookie for:	Florent Thoumie
2005-01-31 21:14:34 +00:00
Thierry Thomas
2002ed9e65 - Upgrade to 1.1.6;
- pet portlint.

Approved by:	demon (maintainer).
2005-01-31 21:09:48 +00:00
Pav Lucistnik
cf47d4363a - Nuke dormant patch which managed to break py-libxml2 2.6.17
Reported by:	krismail
2005-01-31 21:08:38 +00:00
Jeremy Messenger
1b90228615 Update to 0.8.9, it enables zip support by default. If Wesnoth developers add
--disable-zipios++ and I will turn it into knob option, WITHOUT_ZIPIOS. See
more detail about this update, visit: http://changelog.wesnoth.org/

Thanks to:
	- ache for add libpng-config in graphics/png.
	- pav for port zipios++ from debian that work a lot better with newer
	  GCC and allow games/wesnoth to compile with it.
2005-01-31 20:23:38 +00:00