summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.0.10Volker Stolz2005-04-184-16/+9
| | | | | | | | | | | - Respect CC/CFLAGS (me) - Use MASTER_SITE_DEBIAN (me) PR: ports/79204 Submitted by: maintainer Notes: svn path=/head/; revision=133564
* Add patch to make skencil work with python 2.4.Sam Lawrance2005-04-182-1/+33
| | | | | | | | | PR: ports/79280 Submitted by: Marian Cerny <jojo@matfyz.cz> Approved by: clement (mentor) Notes: svn path=/head/; revision=133563
* - Update to 1.0Pav Lucistnik2005-04-1813-38/+306
| | | | | | | | | PR: ports/79909 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer) Notes: svn path=/head/; revision=133562
* Soekris ist a i386-look-alike, so set ONLY_FOR_ARCHS accordinglyVolker Stolz2005-04-181-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=133561
* - the patch is repacked at 2005-04-18 00:57, after maintainer submit PR 80028Yen-Ming Lee2005-04-186-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Update to version 1.26.Dmitry Sivachenko2005-04-182-3/+3
| | | | Notes: svn path=/head/; revision=133559
* - update to 3.7.2Dirk Meyer2005-04-187-80/+63
| | | | Notes: svn path=/head/; revision=133558
* - Add knob, WITH_ANIMATION, this enables experimental animated progressbarsMichael Johnson2005-04-181-2/+15
| | | | | | | with the clearlooks engine. Notes: svn path=/head/; revision=133557
* - update to 1.10.3Dirk Meyer2005-04-182-3/+3
| | | | Notes: svn path=/head/; revision=133556
* The tarball has been re-rolled without bump version. About less than fiveJeremy Messenger2005-04-184-22/+19
| | | | | | | | | themes have been remove and add. Not sure why he doesn't bump version. Reported by: ahze Notes: svn path=/head/; revision=133555
* Update patch to catch up to 3.0.14a.Jun Kuriyama2005-04-182-5/+5
| | | | Notes: svn path=/head/; revision=133554
* - Update vpnc.sh-sample-fulltunnel to vpnc-wrapper 1.25Yen-Ming Lee2005-04-182-6/+6
| | | | | | | | | | | - 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
* Security advisory: OpenOffice DOC document Heap OverflowMaho Nakata2005-04-184-2/+44
| | | | | | | | | | | 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
* Integrate the following vendor patches as published onYen-Ming Lee2005-04-1818-12/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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
* - upgrade to 1.14Yen-Ming Lee2005-04-183-10/+17
| | | | | | | | PR: 80044 Submitted by: Sergey Lyubka <valenok@gmail.com> (maintainer) Notes: svn path=/head/; revision=133550
* o Replace dependency on USE_PERL5_BUILD with USE_REINPLACE. PerlMario Sergio Fujikawa Ferreira2005-04-171-4/+4
| | | | | | | | was used for post-patch regexps o Bump PORTREVISION due to dependency change Notes: svn path=/head/; revision=133549
* Update to 1.0.1.Joe Marcus Clarke2005-04-171-1/+1
| | | | Notes: svn path=/head/; revision=133548
* Update to 1.0.1.Joe Marcus Clarke2005-04-173-12/+18
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=133547
* Fix the build when -fforce-addr is added to CFLAGSMario Sergio Fujikawa Ferreira2005-04-171-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=133546
* - Fix typo in quagga startup script (2nd part).Florent Thoumie2005-04-172-2/+2
| | | | Notes: svn path=/head/; revision=133545
* - Add a dirty hack to add gnome splash screens to the mix [1]Michael Johnson2005-04-172-1/+23
| | | | | | | | | | 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
* - update to 3.5.3Dirk Meyer2005-04-173-3/+5
| | | | | | | | PR: 80033 Submitted by: Roderick van Domburg Notes: svn path=/head/; revision=133543
* - Update to 2.0.54Clement Laforet2005-04-174-86/+8
| | | | Notes: svn path=/head/; revision=133542
* Remove BROKEN on alpha ARCHMario Sergio Fujikawa Ferreira2005-04-171-4/+0
| | | | | | | | | PR: 77869 Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com> Verified by: kwm Notes: svn path=/head/; revision=133541
* o Update to Freenet Stable build 5102 released 20050417 snapshotMario Sergio Fujikawa Ferreira2005-04-173-3/+3
| | | | | | | | | | | 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 Update to 0.104Mario Sergio Fujikawa Ferreira2005-04-174-17/+19
| | | | | | | | | | o Auto detect gtk 1.2, only building playdv accordingly [1] PR: 79734 [1] Submitted by: ahze [1] Notes: svn path=/head/; revision=133539
* Rename patches according to porter's handbookAndrey A. Chernov2005-04-173-0/+0
| | | | Notes: svn path=/head/; revision=133538
* - Update to 1.0.20Sergey Matveychuk2005-04-176-54/+37
| | | | Notes: svn path=/head/; revision=133537
* Copy BUILD_DEPENDS into RUN_DEPENDSAndrey A. Chernov2005-04-174-0/+53
| | | | | | | Fix problem with recently changed file:foo behaviour returning now /foo Notes: svn path=/head/; revision=133536
* Update to the 20050415 snapshot of GCC 3.4.4.Gerald Pfeifer2005-04-172-13/+13
| | | | Notes: svn path=/head/; revision=133535
* - Make bsd.emacs.mk respect PREFIXSergey Matveychuk2005-04-171-4/+10
| | | | | | | | | 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
* Update to the 20050416 snapshot of GCC 4.0.0.Gerald Pfeifer2005-04-1720-130/+130
| | | | Notes: svn path=/head/; revision=133533
* o Add missed statement;Maxim Sobolev2005-04-173-7/+9
| | | | | | | o fix error output. Notes: svn path=/head/; revision=133532
* - Update to 2.0.7Pav Lucistnik2005-04-1712-92/+22
| | | | | | | | PR: ports/79993 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=133531
* Follow the update of the Okinawan dictionary file.MANTANI Nobutaka2005-04-172-5/+5
| | | | | | | | PR: ports/79738 Submitted by: Yamashiro Jun <yamajun@ofug.net> Notes: svn path=/head/; revision=133530
* - Update to 3.0.14aPav Lucistnik2005-04-174-41/+10
| | | | | | | | PR: ports/80029 Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer) Notes: svn path=/head/; revision=133529
* - Update to 1.0b1Pav Lucistnik2005-04-177-1684/+3447
| | | | | | | | PR: ports/80018 Submitted by: Mike Brown <mike@skew.org> (maintainer) Notes: svn path=/head/; revision=133528
* Document remote buffer overflow in ftp/axel.Christian Weisgerber2005-04-171-0/+31
| | | | Notes: svn path=/head/; revision=133527
* - Update to 0.7.6Roman Bogorodskiy2005-04-1714-49/+311
| | | | | | | | | | | - 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
* Fix remote buffer overflow.Christian Weisgerber2005-04-172-1/+15
| | | | | | | Submitted by: Ulf Harnhammar <metaur@telia.com> Notes: svn path=/head/; revision=133525
* Remove startscript's strange output.Roman Bogorodskiy2005-04-171-2/+3
| | | | | | | | PR: 80017 Submitted by: Meno Abels (maintainer) Notes: svn path=/head/; revision=133524
* Update to 0.8.0Mario Sergio Fujikawa Ferreira2005-04-172-11/+4
| | | | Notes: svn path=/head/; revision=133523
* Warn about potential of program to unplannedly reveal the contentSam Lawrance2005-04-171-0/+9
| | | | | | | | | | | 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
* - Update to 4.1.7Pav Lucistnik2005-04-173-5/+25
| | | | | | | | PR: ports/79984 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Notes: svn path=/head/; revision=133521
* Update to 2.5.30.6Mario Sergio Fujikawa Ferreira2005-04-176-38/+10
| | | | Notes: svn path=/head/; revision=133520
* - Update to 2.2.4Sergey Matveychuk2005-04-179-22/+184
| | | | | | | | PR: ports/79142 Submitted by: maintainer Notes: svn path=/head/; revision=133519
* Add a development version of SDCC, Small Devices C Compiler.Pav Lucistnik2005-04-178-113/+323
| | | | | | | | PR: ports/79803 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=133517
* Add kde-xdg-env, a script which hooks into startkde and helps KDE pick upMichael Nottebrock2005-04-177-0/+105
| | | | | | | XDG apps/menus Notes: svn path=/head/; revision=133515
* Forgot to remove that.Maxim Sobolev2005-04-172-62/+0
| | | | Notes: svn path=/head/; revision=133514
* Update to 0.94.Maxim Sobolev2005-04-174-28/+114
| | | | Notes: svn path=/head/; revision=133513