1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

124268 Commits

Author SHA1 Message Date
Pav Lucistnik
d5d2b7649b - Update to 1.0
PR:		ports/79909
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	Yann Berthier <yb@bashibuzuk.net> (maintainer)
2005-04-18 07:38:15 +00:00
Volker Stolz
880c0112df Soekris ist a i386-look-alike, so set ONLY_FOR_ARCHS accordingly
Submitted by: maintainer
2005-04-18 07:37:22 +00:00
Yen-Ming Lee
12dbf6e9c8 - the patch is repacked at 2005-04-18 00:57, after maintainer submit PR 80028
- diff is listed below:

--- /tmp/squid-2.5.STABLE9-2GB.patch	Mon Apr  4 17:09:16 2005
+++ /usr/ports/distfiles/squid2.5/squid-2.5.STABLE9-2GB.patch	Mon Apr 18 08:57:57 2005
@@ -3000,7 +3000,7 @@
       }
       /* there are some things we cannot do yet */
 Index: squid/src/protos.h
-diff -c squid/src/protos.h:1.420.2.28 squid/src/protos.h:1.420.2.32
+diff -c squid/src/protos.h:1.420.2.28 squid/src/protos.h:1.420.2.30
 *** squid/src/protos.h:1.420.2.28	Fri Mar 18 17:01:52 2005
 --- squid/src/protos.h	Sat Mar 26 10:36:01 2005
 ***************
@@ -3455,9 +3455,9 @@
 +
   #endif /* SQUID_H */
 Index: squid/src/ssl.c
-diff -c squid/src/ssl.c:1.118.2.9 squid/src/ssl.c:1.118.2.10
+diff -c squid/src/ssl.c:1.118.2.9 squid/src/ssl.c:1.118.2.11
 *** squid/src/ssl.c:1.118.2.9	Mon Mar 21 12:39:29 2005
---- squid/src/ssl.c	Fri Mar 25 19:50:53 2005
+--- squid/src/ssl.c	Sun Apr 17 18:54:30 2005
 ***************
 *** 46,52 ****
   	int len;
@@ -3482,7 +3482,7 @@
   	kb_incr(&statCounter.server.all.kbytes_out, len);
   	kb_incr(&statCounter.server.other.kbytes_out, len);
 + 	/* increment total object size */
-+ 	if (sslState->size_ptr)
++ 	if (sslState->size_ptr && sslState->client.fd != -1)
 + #if SIZEOF_SQUID_OFF_T <= 4
 + 	    if (*sslState->size_ptr < 0x7FFF0000)
 + #endif

Noticed by:	many people ...
2005-04-18 07:09:02 +00:00
Dmitry Sivachenko
9627e22cde Update to version 1.26. 2005-04-18 06:11:58 +00:00
Dirk Meyer
ce97a37d49 - update to 3.7.2 2005-04-18 05:43:19 +00:00
Michael Johnson
fecd9bada3 - Add knob, WITH_ANIMATION, this enables experimental animated progressbars
with the clearlooks engine.
2005-04-18 04:56:07 +00:00
Dirk Meyer
8521b5b156 - update to 1.10.3 2005-04-18 04:37:31 +00:00
Jeremy Messenger
b236d6d67e The tarball has been re-rolled without bump version. About less than five
themes have been remove and add. Not sure why he doesn't bump version.

Reported by:	ahze
2005-04-18 04:23:10 +00:00
Jun Kuriyama
07bb32cbbe Update patch to catch up to 3.0.14a. 2005-04-18 01:48:07 +00:00
Yen-Ming Lee
b25614d76e - Update vpnc.sh-sample-fulltunnel to vpnc-wrapper 1.25
- Bump PORTREVISION.

PR:		79942
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
Approved by:	Christian Lackas <delta@lackas.net> (maintainer)
2005-04-18 01:41:08 +00:00
Maho Nakata
ce4a854201 Security advisory: OpenOffice DOC document Heap Overflow
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=8387
I obtaiend the fix from:
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=8417

Bump portrevision accordingly
2005-04-18 01:31:58 +00:00
Yen-Ming Lee
4e9c0a92b4 Integrate the following vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:

- Correct several minor aufs issues (squid bug #671)
- Basic authentification fails when login+password totalled to more than
  64 characters (squid bug #1171)
- Fix an assertion that could occur when traffic other than HTTPS was
  tunneled through squid via the CONNECT method (squid bug #1269)
- Make the --disable-hostname-check configuration option actually work
  (squid bug #1270)
- Fix aufs warning about open filedescriptors when the cache was shut down
  (squid bug #671)
- Allow squid to process requests for files larger than 2GB in size
  (squid bug #437)

  Introduce a new OPTION "WITH_SQUID_LARGEFILE", default to off to match
  squid's default behaviour.
  Rebuild squid with -DWITH_SQUID_LARGEFILE or run 'make config' and
  select this new option.

- Add two new cachemgr actions: "pending_objects" and "client_objects"
- Make external acls that require authentication request new credentials
  after access had been denied (squid bug #1278)
- Make squid use "daemon" instead of "local4" as syslog facility (squid bug
  #1227)

PR:		80028
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2005-04-18 01:05:35 +00:00
Yen-Ming Lee
769c593961 - upgrade to 1.14
PR:		80044
Submitted by:	Sergey Lyubka <valenok@gmail.com> (maintainer)
2005-04-18 00:47:06 +00:00
Mario Sergio Fujikawa Ferreira
78b20091da o Replace dependency on USE_PERL5_BUILD with USE_REINPLACE. Perl
was used for post-patch regexps
o Bump PORTREVISION due to dependency change
2005-04-17 23:07:53 +00:00
Joe Marcus Clarke
291fec34c3 Update to 1.0.1. 2005-04-17 23:00:51 +00:00
Joe Marcus Clarke
2ce5a67be0 Update to 1.0.1.
Approved by:	maintainer timeout
2005-04-17 22:59:53 +00:00
Mario Sergio Fujikawa Ferreira
91a9464c02 Fix the build when -fforce-addr is added to CFLAGS
Approved by:	maintainer
2005-04-17 22:41:04 +00:00
Florent Thoumie
9c99757bc4 - Fix typo in quagga startup script (2nd part). 2005-04-17 21:06:33 +00:00
Michael Johnson
744e24490c - Add a dirty hack to add gnome splash screens to the mix [1]
Note:		You will need to rm -f ~/.gnome2/splash-screens.xml
		for this to work!

Requested by:	adamw [1]
2005-04-17 21:04:26 +00:00
Dirk Meyer
de23b4ec72 - update to 3.5.3
PR:		80033
Submitted by:	Roderick van Domburg
2005-04-17 20:50:16 +00:00
Clement Laforet
fc232683c4 - Update to 2.0.54 2005-04-17 20:38:54 +00:00
Mario Sergio Fujikawa Ferreira
3384aaee9e Remove BROKEN on alpha ARCH
PR:		77869
Submitted by:	Geoff Buckingham <geoffb@chuggalug.clues.com>
Verified by:	kwm
2005-04-17 19:59:11 +00:00
Mario Sergio Fujikawa Ferreira
a10beedb32 o Update to Freenet Stable build 5102 released 20050417 snapshot
o Bump PORTREVISION since build version did not change
o Add an extra entry to MASTER_SITES [1]

PR:		79882 [1]
Submitted by:	Francis Gudin <fgudin@nerim.net> [1]
2005-04-17 19:49:55 +00:00
Mario Sergio Fujikawa Ferreira
774453d104 o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]

PR:		79734 [1]
Submitted by:	ahze [1]
2005-04-17 19:41:42 +00:00
Andrey A. Chernov
226349235c Rename patches according to porter's handbook 2005-04-17 19:29:58 +00:00
Sergey Matveychuk
31e4b9437e - Update to 1.0.20 2005-04-17 19:08:20 +00:00
Andrey A. Chernov
1275f10a25 Copy BUILD_DEPENDS into RUN_DEPENDS
Fix problem with recently changed file:foo behaviour returning now /foo
2005-04-17 18:29:14 +00:00
Gerald Pfeifer
e20e93f524 Update to the 20050415 snapshot of GCC 3.4.4. 2005-04-17 18:19:58 +00:00
Sergey Matveychuk
1c67cde1f1 - Make bsd.emacs.mk respect PREFIX
PR:		ports/61069
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
Improved by:	Andrey Slusar <anrays@gmail.com>, sem
2005-04-17 18:13:12 +00:00
Gerald Pfeifer
109bd17e85 Update to the 20050416 snapshot of GCC 4.0.0. 2005-04-17 17:30:36 +00:00
Maxim Sobolev
d32a783687 o Add missed statement;
o fix error output.
2005-04-17 16:39:04 +00:00
Pav Lucistnik
d048a12f50 - Update to 2.0.7
PR:		ports/79993
Submitted by:	Kirk Strauser <kirk@strauser.com> (maintainer)
2005-04-17 16:29:41 +00:00
MANTANI Nobutaka
65836ff20b Follow the update of the Okinawan dictionary file.
PR:		ports/79738
Submitted by:	Yamashiro Jun <yamajun@ofug.net>
2005-04-17 16:18:07 +00:00
Pav Lucistnik
bc110054fd - Update to 3.0.14a
PR:		ports/80029
Submitted by:	Timur I. Bakeyev <timur@gnu.org> (maintainer)
2005-04-17 16:10:50 +00:00
Pav Lucistnik
8de16c7c50 - Update to 1.0b1
PR:		ports/80018
Submitted by:	Mike Brown <mike@skew.org> (maintainer)
2005-04-17 15:38:48 +00:00
Christian Weisgerber
e31b579a93 Document remote buffer overflow in ftp/axel. 2005-04-17 15:34:43 +00:00
Roman Bogorodskiy
0393200356 - Update to 0.7.6
- Change pkg-descr to reflect the new patches changes
- Pass maintainership to submitter

PR:		79873
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
2005-04-17 15:19:41 +00:00
Christian Weisgerber
9005faa3fa Fix remote buffer overflow.
Submitted by:	Ulf Harnhammar <metaur@telia.com>
2005-04-17 15:12:00 +00:00
Roman Bogorodskiy
b02bef4121 Remove startscript's strange output.
PR:		80017
Submitted by:	Meno Abels (maintainer)
2005-04-17 14:59:47 +00:00
Mario Sergio Fujikawa Ferreira
efdcbfe7b7 Update to 0.8.0 2005-04-17 14:56:41 +00:00
Sam Lawrance
63808043a0 Warn about potential of program to unplannedly reveal the content
of various CGI files.

PR:		ports/25272
Submitted by:	Ariff Abdullah <skywizard@time.net.my>
Approved by:	clement (mentor)
2005-04-17 14:53:20 +00:00
Pav Lucistnik
6073b6fd91 - Update to 4.1.7
PR:		ports/79984
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2005-04-17 14:25:33 +00:00
Mario Sergio Fujikawa Ferreira
076af16c25 Update to 2.5.30.6 2005-04-17 13:37:56 +00:00
Sergey Matveychuk
c40d6c94cd - Update to 2.2.4
PR:		ports/79142
Submitted by:	maintainer
2005-04-17 12:59:12 +00:00
Pav Lucistnik
bdc33e3316 Add a development version of SDCC, Small Devices C Compiler.
PR:		ports/79803
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2005-04-17 12:25:50 +00:00
Michael Nottebrock
e88f6cd4d2 Add kde-xdg-env, a script which hooks into startkde and helps KDE pick up
XDG apps/menus
2005-04-17 11:32:36 +00:00
Maxim Sobolev
c70a919f85 Forgot to remove that. 2005-04-17 10:51:18 +00:00
Maxim Sobolev
538b496d6b Update to 0.94. 2005-04-17 10:49:07 +00:00
Sam Lawrance
bb8a25690e - Update to 1.1.14.1 [1]
- Remove some patches that are now applied on the source code [1]
- Use OPTIONS for some dependencies now
- Makefile and build script changes causing build to fail-fast
  rather than continue when errors occur; also explicitly build
  options rather than allowing build failures
- Misc other simple build fixes

Removed file(s) [1]:
- files/patch-clip::clip_makeslib.in
- files/patch-cliplibs::clip-gd::gd::gdft.c
- files/patch-cliplibs::clip-gtkextra::configure
- files/patch-gd::configure

PR:		ports/78536 [1]
Submitted by:	Renato Botelho <renato@galle.com.br>
Approved by:	clement (mentor)
2005-04-17 08:52:35 +00:00
Hajimu UMEMOTO
f42a08edb1 New port - a graphics program that lets you capture image
with USB camera using spca5xx chips.

PR:		ports/79085
Submitted by:	Yoshihiko Sarumaru <mistral_at_imasy.or.jp>
2005-04-17 08:25:42 +00:00