| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Respect CC/CFLAGS (me)
- Use MASTER_SITE_DEBIAN (me)
PR: ports/79204
Submitted by: maintainer
Notes:
svn path=/head/; revision=133564
|
|
|
|
|
|
|
|
|
| |
PR: ports/79280
Submitted by: Marian Cerny <jojo@matfyz.cz>
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=133563
|
|
|
|
|
|
|
|
|
| |
PR: ports/79909
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer)
Notes:
svn path=/head/; revision=133562
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=133561
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 ...
Notes:
svn path=/head/; revision=133560
|
|
|
|
| |
Notes:
svn path=/head/; revision=133559
|
|
|
|
| |
Notes:
svn path=/head/; revision=133558
|
|
|
|
|
|
|
| |
with the clearlooks engine.
Notes:
svn path=/head/; revision=133557
|
|
|
|
| |
Notes:
svn path=/head/; revision=133556
|
|
|
|
|
|
|
|
|
| |
themes have been remove and add. Not sure why he doesn't bump version.
Reported by: ahze
Notes:
svn path=/head/; revision=133555
|
|
|
|
| |
Notes:
svn path=/head/; revision=133554
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: 79942
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Approved by: Christian Lackas <delta@lackas.net> (maintainer)
Notes:
svn path=/head/; revision=133553
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=133552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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)
Notes:
svn path=/head/; revision=133551
|
|
|
|
|
|
|
|
| |
PR: 80044
Submitted by: Sergey Lyubka <valenok@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=133550
|
|
|
|
|
|
|
|
| |
was used for post-patch regexps
o Bump PORTREVISION due to dependency change
Notes:
svn path=/head/; revision=133549
|
|
|
|
| |
Notes:
svn path=/head/; revision=133548
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=133547
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=133546
|
|
|
|
| |
Notes:
svn path=/head/; revision=133545
|
|
|
|
|
|
|
|
|
|
| |
Note: You will need to rm -f ~/.gnome2/splash-screens.xml
for this to work!
Requested by: adamw [1]
Notes:
svn path=/head/; revision=133544
|
|
|
|
|
|
|
|
| |
PR: 80033
Submitted by: Roderick van Domburg
Notes:
svn path=/head/; revision=133543
|
|
|
|
| |
Notes:
svn path=/head/; revision=133542
|
|
|
|
|
|
|
|
|
| |
PR: 77869
Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com>
Verified by: kwm
Notes:
svn path=/head/; revision=133541
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=133540
|
|
|
|
|
|
|
|
|
|
| |
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1]
Notes:
svn path=/head/; revision=133539
|
|
|
|
| |
Notes:
svn path=/head/; revision=133538
|
|
|
|
| |
Notes:
svn path=/head/; revision=133537
|
|
|
|
|
|
|
| |
Fix problem with recently changed file:foo behaviour returning now /foo
Notes:
svn path=/head/; revision=133536
|
|
|
|
| |
Notes:
svn path=/head/; revision=133535
|
|
|
|
|
|
|
|
|
| |
PR: ports/61069
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Improved by: Andrey Slusar <anrays@gmail.com>, sem
Notes:
svn path=/head/; revision=133534
|
|
|
|
| |
Notes:
svn path=/head/; revision=133533
|
|
|
|
|
|
|
| |
o fix error output.
Notes:
svn path=/head/; revision=133532
|
|
|
|
|
|
|
|
| |
PR: ports/79993
Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
Notes:
svn path=/head/; revision=133531
|
|
|
|
|
|
|
|
| |
PR: ports/79738
Submitted by: Yamashiro Jun <yamajun@ofug.net>
Notes:
svn path=/head/; revision=133530
|
|
|
|
|
|
|
|
| |
PR: ports/80029
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
Notes:
svn path=/head/; revision=133529
|
|
|
|
|
|
|
|
| |
PR: ports/80018
Submitted by: Mike Brown <mike@skew.org> (maintainer)
Notes:
svn path=/head/; revision=133528
|
|
|
|
| |
Notes:
svn path=/head/; revision=133527
|
|
|
|
|
|
|
|
|
|
|
| |
- Change pkg-descr to reflect the new patches changes
- Pass maintainership to submitter
PR: 79873
Submitted by: Rodrigo Graeff <delphus@gmail.com>
Notes:
svn path=/head/; revision=133526
|
|
|
|
|
|
|
| |
Submitted by: Ulf Harnhammar <metaur@telia.com>
Notes:
svn path=/head/; revision=133525
|
|
|
|
|
|
|
|
| |
PR: 80017
Submitted by: Meno Abels (maintainer)
Notes:
svn path=/head/; revision=133524
|
|
|
|
| |
Notes:
svn path=/head/; revision=133523
|
|
|
|
|
|
|
|
|
|
|
| |
of various CGI files.
PR: ports/25272
Submitted by: Ariff Abdullah <skywizard@time.net.my>
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=133522
|
|
|
|
|
|
|
|
| |
PR: ports/79984
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Notes:
svn path=/head/; revision=133521
|
|
|
|
| |
Notes:
svn path=/head/; revision=133520
|
|
|
|
|
|
|
|
| |
PR: ports/79142
Submitted by: maintainer
Notes:
svn path=/head/; revision=133519
|
|
|
|
|
|
|
|
| |
PR: ports/79803
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Notes:
svn path=/head/; revision=133517
|
|
|
|
|
|
|
| |
XDG apps/menus
Notes:
svn path=/head/; revision=133515
|
|
|
|
| |
Notes:
svn path=/head/; revision=133514
|
|
|
|
| |
Notes:
svn path=/head/; revision=133513
|