summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.7.7 [0]petef2004-05-013-110/+49
| | | | | | | | - convert versions to %%VERSION%% and %%LASTVER%% PLIST_SUB substitutions PR: 65316 [0] Submitted by: maintainer [0]
* Update to 4.9.12arved2004-05-013-14/+3
| | | | | PR: 66137 Submitted by: Cheng-Lung Sung
* update to version 2.6.2:eik2004-04-304-52/+3
| | | | | | <http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS> Note that the --relative bug has been fix in 2.6.1_2
* Unmark BROKEN for newer versions of -CURRENT it's certainly buildinggreen2004-04-301-1/+1
| | | | fine on.
* Update to 0.8.2markus2004-04-303-4/+7
|
* Fix sorting bug when --relative is usedeik2004-04-302-1/+25
| | | | <http://lists.samba.org/archive/rsync-announce/2004/000015.html>
* - Update to version 0.8krion2004-04-306-51/+39
| | | | | PR: ports/66050 Submitted by: maintainer
* - Update to 0.9.0;sobomax2004-04-3070-217/+1848
| | | | - add optional support for building with Zaptel module.
* Add zaptel 0.1, a FreeBSD Driver for Digium X100P Telephony Cards.sobomax2004-04-3012-0/+298
|
* Fixed the use of an uninitialized variable in map_uid() and map_gid()eik2004-04-292-0/+29
| | | | | | <http://lists.samba.org/archive/rsync/2004-April/009334.html> Added timelimit patches by default (--stop-at and --time-limit, see rsync -h)
* Update to 0.3.2mich2004-04-292-3/+3
| | | | | - Code cleanup - Feature enhancement
* update to version 1.9.2.2eik2004-04-292-6/+7
| | | | | | use USE_OPENLDAP Submitted by: thomas (maintainer)
* Update to 0.7.5.marcus2004-04-293-4/+6
|
* Update to 0.4.marcus2004-04-293-34/+49
|
* o Update to 1.8.2lioux2004-04-294-27/+13
| | | | | | o Remove BROKEN since this version no longer SIGSEVs during initial trials o Uphold C{C,XX}
* Update to Freenet Stable build 5077 released 20040428 snapshotlioux2004-04-292-5/+4
|
* Upgrade to the latest version.thierry2004-04-283-5/+4
| | | | Approved by: mat (mentor).
* - Reflect changes on FreeBSD 5.* to load if_ppp.ko unlesskrion2004-04-283-2/+68
| | | | | | | | | | | already loaded. (Thx to zoleg at buryatia dot ru for pointing that) Current code will try both old and new method. - Fix build on amd64 - Reflect internal logf() for GCC 3-x - Reflect 32bitness of time in `struct lastlog'. PR: ports/65882 Submitted by: maintainer
* update to version 0.31eik2004-04-283-4/+4
|
* Update to 0.77. For a list of all the goodies see:marcus2004-04-287-99/+144
| | | | | | http://gaim.sourceforge.net/ChangeLog Submitted by: Matthew Luckie <mjl@luckie.org.nz>
* o Update to 2004.04.27.nork2004-04-282-5/+8
| | | | | | | | | o Remove MASTER_SITE_LOCAL. [memo] This version contains Real RTSP support (SUPPORT_REAL_RTSP). But I didn't enable Real RTSP support. Because this was broken on build.
* - Respect CCpav2004-04-281-0/+5
| | | | | | PR: ports/65111 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* Revert the previous commit. We are in a ports freeze.marcus2004-04-282-3/+3
| | | | To be catapulted: kevlo
* The rsync developent team has rerolled the tarball,eik2004-04-281-2/+2
| | | | | | | | | | | | | | | | | | | removing an overlooked debugging statement: diff -Nur rsync-2.6.1.old/util.c rsync-2.6.1/util.c --- rsync-2.6.1.old/util.c Fri Apr 23 00:17:15 2004 +++ rsync-2.6.1/util.c Tue Apr 27 18:43:40 2004 @@ -805,7 +805,6 @@ rlen--; buf[rlen] = '\0'; } - fprintf(stderr, "p:`%s'\n", buf); return buf; } use `make distclean' if you still have the old tarball in your distfiles directory.
* Update to 0.8.6kevlo2004-04-282-3/+3
|
* Update to version 2.6.1eik2004-04-273-197/+14
| | | | | | | | | | | | | <http://rsync.samba.org/ftp/rsync/rsync-2.6.1-NEWS>: SECURITY FIXES: - Paths sent to an rsync daemon are more thoroughly sanitized when chroot is not used. If you're running a non-read-only rsync daemon with chroot disabled, *please upgrade*, ESPECIALLY if the user privs you run rsync under is anything above "nobody". Approved by: marcus (portmgr)
* Update to 2.8.1b19.trevor2004-04-273-44/+54
| | | | | PR: 65902 Approved by: portmgr for 4.10 freeze
* backout update to 1.58, the freeze of the week is ports right now.billf2004-04-243-9/+12
|
* update to 0.58billf2004-04-233-12/+9
| | | | ipv6 is disabled until ftp.kame.net comes out from behind a routing loop
* - Fix package build on systems not having Mozilla.perky2004-04-213-7/+21
| | | | | | | | - Update to 0.4.7c, the latest bugfix release. Spotted by: kris Analyzed by: steve@stevenwills.com Approved by: marcus (portmgr)
* - Fix build on 4.xclement2004-04-211-1/+6
| | | | | | | | PR: 65731 [1], 65855 [2] Noticed by: freebsd@exotope.com [1] Submitted by: Yann Berthier <yb@sainte-barbe.org> (maintainer) [2] Approved by: portmgr (marcus)
* Resurrect MASTER_SITE_LOCAL.nork2004-04-201-2/+2
|
* - Fix wrong location of lockdir from revision 1.105. This broked printing.pav2004-04-206-84/+110
| | | | | PR: ports/65818 Submitted by: Timur Bakeyev <timur@gnu.org> (maintainer)
* Update to KDE 3.2.2lofi2004-04-206-9/+13
|
* Add missing manpagekris2004-04-201-1/+2
|
* Add missing symlinkskris2004-04-201-0/+2
|
* Use PLIST_FILES/DOCSDIR/PORTDOCS macros.osa2004-04-202-7/+5
| | | | | | Remove pkg-plist. Approved by: sumikawa (maintainer)
* Bring port up to date with latest make(1) .warning feature, allowingcy2004-04-202-0/+80
| | | | | | the port to build again. Reminded by: ru
* Update to 2.6.1.marcus2004-04-208-38/+18
|
* - Fix mozilla-html library locations.perky2004-04-201-1/+7
| | | | - Remove whitespaces on end of line.
* Update to 0.4.7bperky2004-04-203-4/+15
| | | | | PR: 65727 Submitted by: steve@stevenwills.com
* Update to OpenLDAP 2.2.10eik2004-04-209-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | - fixed slapd syncrepl replication bugs (ITS#3055,3056,3069) - fixed slapd slurpd update bugs - fixed slapd inappropriate bind error disclosure bugs - fixed slapd sun_path portability bug - fixed slapd passwd referral memory leak - fixed slapd sasl userdb checkpass bug (ITS#3048) - fixed slapd duplicate value detection (ITS#3066) - fixed slapd permissive modify control (ITS#3068) - fixed slapd updateref handling - fixed slapd saslauthz subtree scope bug (ITS#3077) - fixed back-bdb paged results bug (ITS#3076) - fixed back-bdb "" suffix bug (ITS#3063) - fixed back-bdb/hdb/ldbm approx w/o index bug (ITS#3062) - fixed back-meta compare return code (ITS#3042) - fixed back-ldbm IDL delete bug (ITS#3046) - fixed back-ldbm modrdn indexing bug (ITS#3059) - fixed libldap parse_oid core dump bug (ITS#3065) - fixed ldapmodify missing error information bug (ITS#3057) - fixed ldapsearch paged results error handling - updated slapd limits - updated slapd overlay framework - added slapd Delivery Method syntax validation (ITS#3052) - added libldap ditContentRule oidMacro support (ITS#2920)
* Use USE_RC_SUBR.ume2004-04-194-7/+126
|
* - add patch based on OS versions.leeym2004-04-192-3/+9
| | | | | | | | | - add USE_GCC=3.3 and unbreak this port on 4.x - backout arch-related settings in previous commit. Noticed by: kris Reviewed by: Florent Thoumie <flz@xbsd.org> Approved by: Florent Thoumie <flz@xbsd.org>
* BROKEN on amd64: Does not compilekris2004-04-191-1/+7
|
* Update to 2.0.0pre21 to enable compilation with OpenLDAP 2.2:eik2004-04-192-4/+3
| | | | <http://sf.net/project/shownotes.php?release_id=227244>
* - Fix path to MD5_FILEdinoex2004-04-191-1/+1
| | | | Reported by: kris
* - Update to 4.6.14pav2004-04-196-37/+109
| | | | | | | | | - Use native make instead of gmake - Support WITHOUT_NLS knob PR: ports/65683 Submitted by: Toni Viemero <toni.viemero@iki.fi> This patch by: Filippo Natali <filippo.natali@widestore.net> (maintainer)
* Change MAINTAINER address.nork2004-04-191-2/+2
| | | | Requested by: maintainer
* This port does not require libtool to build.demon2004-04-192-2/+2
| | | | | PR: 65696 Submitted by: Helge Oldach <rrdtoolapr04@oldach.net>
OpenPOWER on IntegriCloud