Commit graph

3033 commits

Author SHA1 Message Date
wiz
2f82e6ac22 Update to 0.62.
- fix a bug in GDL ctree which crashs dc_gui. Bug fixed by Raphael Scott.
- new button added to start a dummy client (requires DCTC 0.83.5).
- command line option added: -s. This command temporarily disables the autostart
  of clients which can be useful when an invalid hub has this flag set.
- command line option added: -h. This flag requires a parameter, a hub address
  and port. When this option is given, the GUI will automatically start a new
  DCTC connected to the given hub address. When this option is given, you must
  also give the option -p (see below).
- command line option added: -u. This flag requires a parameter, a dchub:// URL
  When this option is given, the GUI will automatically start a new DCTC
  connected to the given hub address. When this option is given, you must also
  give the option -p (see below).
- command line option added: -p. This flag requires a parameter, the name of
  an existing profile to use. This option is needed for both -h and -u.
- command line option added: -e. When this flag is specified, the program ends
  immediatly before displaying any window. This flag is useful with both -h
  and -u to avoid to have as many GUI as DCTC client.
Also, de-internationalize a bit more.
2002-09-30 16:35:18 +00:00
taca
79f4aa18bb The same fix as net/netatalk/INSTALL, I forgot it, too.
> Remove setting PKGNAME and STAGE from position parameters ($1 and $2).
> This break netatalk package under current bsd.pkg.install.mk.
2002-09-30 14:39:45 +00:00
martti
ef00bbc353 Updated ethereal to 0.9.7
New Features

  In order to improve the out-of-box responsiveness of Ethereal and
  Tethereal, network name resolution has been disabled by default.

  TCP analysis (a feature added in the 0.9.6 release) was improved.

  The NCP code base received quite a few updates.

  Initial support for version 2 of the GTK+ library was added.

  RPC staticstics (which use the new Tap API) were added.

  Due to added and updated support for the NTLM, SNEGO, and GSS-API
  protocols, Ethereal can now dissect most of the security blobs for
  Windows 2000 authentication.

  The Ethernet "manuf" file now handles addresses specified with a
  mask, and  contains many well-known addresses.

New Protocols

  802.1s MSTP, FIX, GSS-API, Interbase, NDPS, Netflow (Cisco and Juniper),
  SCCP-Management, SPNEGO

  The following DCE/RPC protocols were also added:

  AFS4INT, BOSSVR, CDS_CLERKSERVER, CDS_SOLICIT, CPRPC_SERVER, DNSSERVER,
  DTSPROVIDER, DTSSTIME_REQ, FLDB, FTSERVER, KRB5RPC, REPADMIN, REP_PROC,
  ROVERRIDE, RPRIV, RS_ATTR, RSEC_LOGIN, RS_MISC, RS_PGO, RS_REPLIST,
  RS_UNIX, SECIDMAP, TKN4INT, UBIKDISK, UKIKVOTE

Updated Protocols

  AFP, AODV/AODV6, BGP, CHDLC, CHPA, DCE/RPC CONV, DCE/RPC LSA, DCE/RPC
  NT, DCE/RPC SAMR, DHCP, DNS, DOCSIS, EAP, GTP, HTTP, IP, iSCSI, IS-IS,
  Kerberos, LDAP, LDP, M2PA MMSE, NBNS, NCP, NDS, NETLOGON, NTLMSSP, OSI
  Q.931 RPC, RPCSTAT, SCSI, Skinny, SMB, SNEGO, SPOOLSS, SRVSVC, TCP, WSP
2002-09-30 11:50:25 +00:00
abs
43fa788e4b Update netatalk to 1.5.5
Neither the Changelog nor CHANGES files list the changes from 1.5.3.1
2002-09-30 09:25:22 +00:00
martti
990c49f78c Updated mrtg to 2.9.22 [lots of bug fixes] 2002-09-30 09:12:13 +00:00
taca
0fb7f0257b Remove setting PKGNAME and STAGE from position parameters ($1 and $2).
This break netatalk package under current bsd.pkg.install.mk.
2002-09-30 02:07:02 +00:00
wiz
b63e44ddca Update to 0.83.5.
Changes:
- a special hub address is recognized "dummy_client". When this name is used
  with the -g option, it is possible to start a client connected to no hub.

- When the dynamic IP flag is set, the IP is updated each time the /RECON
  command is processed whatever the /RECON is successful or not (previous, only
  a successful /RECON update the IP).

- When the dynamic IP flag is set, the IP is updated every minute.

- to ease port, stdout G_LOCK is now named std_out G_LOCK.
2002-09-29 17:37:18 +00:00
cjep
5af1a28f6b Use CONFIG_{GUESS,SUB}_OVERRIDE so that this builds on mipsel (and probably
others).
2002-09-29 12:04:30 +00:00
jlam
2b468ecd6f Remove dependency on automake by patching the Makefile.in file instead of
the Makefile.am file.
2002-09-27 00:45:13 +00:00
wiz
1a92511186 Make compile on Alpha.
Patches from Rhialto in PR 18287.
2002-09-25 17:29:05 +00:00
jlam
a13f0bce70 * buildlink1 -> buildlink2
* Honor PKG_SYSCONFDIR
* use bsd.pkg.install.mk to handle the rc.d scripts and config files
2002-09-25 00:06:33 +00:00
wiz
3db254b018 it's -> its 2002-09-25 00:03:39 +00:00
wiz
ffc79987e6 Drop trailing space. 2002-09-25 00:02:25 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
wiz
8688d441f2 Lines should not be longer than 80 chars. 2002-09-24 12:21:02 +00:00
jlam
3ac80e007e buildlink1 -> buildlink2 2002-09-23 23:55:25 +00:00
jlam
569f4d898d IDL files must be added to BUIDLINK_FILES because the IDL files are
compiled using orbit-idl, which uses the C preprocessor to do its work, and
the C preprocessor has it's arguments transformed (correctly) by
buildlink2.
2002-09-23 19:57:28 +00:00
grant
16eebac8c6 comment fix. 2002-09-23 15:21:40 +00:00
grant
5ec46fbc39 comment fix. 2002-09-23 15:11:41 +00:00
grant
7c7ea38a24 use $name, as $rcname isn't defined. 2002-09-23 15:02:07 +00:00
grant
582885960e Use @PREFIX@, not "/usr/pkg". 2002-09-23 14:52:14 +00:00
grant
6cbc344a01 minor formatting fix. 2002-09-23 14:46:54 +00:00
grant
36832866e9 add missing RCS Id. 2002-09-23 14:40:51 +00:00
wennmach
80530d2731 Fix a problem with VOP_PUTPAGES on NetBSD-1.6 (via patch from
Love <lha@netbsd.org>).

Also, don't try to remove the top-level "lkm" directory on
pkg_delete.
2002-09-23 14:37:18 +00:00
wiz
764cfa2177 Update to 0.61:
- GDL handling has been totally rewritten and is now more clean.
- It is now possible to destroy GDL "rename at end" entry like any other one.
- In the GDL list, sizes are now displayed using locale format.
- search result handling has been partially rewritten and is now more clean.
- The search result size is now displayed using locale format.
- old style user list is no more supported, only new one is (the one using
  list cache).
- user share lists handling has been partially rewritten and is now more clean.
- The user share lists are now displayed using locale format.
2002-09-23 11:48:29 +00:00
wiz
93fc578121 Update to 0.84.4:
- a (new) buggy clone seems to send string containing illegal character ('\0').
  Because this character is also the C string end character, it truncates string
  and DCTC crashs because an impossible case occurs. This version avoids the
  problem.
2002-09-23 11:10:07 +00:00
jlam
ee12419f1f Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location of
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg>
variables whose values are appended to CPPFLAGS, which are automatically
passed to the configure and build processes.

BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are
now told that the software may be found where it really is installed, not
in ${BUILDLINK_DIR} as was the case with buildlink1.  Eventually, these
variables will be declared unsupported by buildlink2.
2002-09-23 09:22:14 +00:00
grant
74c6e1f3e2 * use bsd.pkg.install.mk and automatic rc.d script handling.
* convert to rc.subr-style script.
2002-09-23 07:07:02 +00:00
grant
fb98d9c70d honour PKG_SYSCONFDIR.
ok'd by jlam.
2002-09-23 07:04:39 +00:00
mycroft
1e175ccb3c Add the docsis plugin... 2002-09-22 17:07:35 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
49360fea61 buildlink1 -> buildlink2 2002-09-21 00:46:56 +00:00
jlam
fbd50bf752 buildlink1 -> buildlink2 2002-09-20 08:28:25 +00:00
jlam
aadb43e3cc Remove ${PREFIX}/share/kde/apps/knewsticker with @unexec instead of @dirrm
as it might contain files from kdeaddons2.
2002-09-20 08:26:20 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
grant
751debc16c add missing RCS Id. 2002-09-20 01:43:22 +00:00
grant
0ccadb79e6 add missing #! line and RCS Id. 2002-09-20 01:41:56 +00:00
hubertf
8a3663c88b tweak 2002-09-19 22:18:46 +00:00
hubertf
12d462a1a5 Update 6to4 to 1.3. Change:
- adapt for NetBSD 1.6 and later which needs an "ifconfig stf0 create"
   (also needed on FreeBSD).

Patch contributed by Kimura Fuyuki <fuyuki@hadaly.org> in private mail.
2002-09-19 22:15:25 +00:00
jlam
5c053dd06a Take advantage of the auto-generation and installation of rc.d scripts. 2002-09-19 09:04:02 +00:00
jlam
ac4b8bcc4f buildlink1 -> buildlink2 2002-09-19 08:46:09 +00:00
jlam
68065bc9b1 Rename files/chronyd to files/chronyd.sh for forthcoming changes to
auto-handle rc.d scripts.
2002-09-19 08:41:50 +00:00
jlam
e507190d0d When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
2002-09-18 21:15:07 +00:00
tron
d37d1a1495 Add secure HTTP support to the "wget" package. It is turned on by default
and can be turned of by "WGET_USE_SSL=NO".
2002-09-18 19:51:53 +00:00
tron
6fc1051e41 Add security patch from the FreeBSD ports collection:
Drop setgid kmem privs before executing external programs.

  Reported by:    Christer Oberg <christer.oberg@gmx.net>
Bump the package revision to 3.
2002-09-18 10:40:12 +00:00
dillo
8833111dc3 update to 0.12:
preliminary support for sftp (requires ssh protocol version 2)
   print estimated remaining time for down- and uploads
2002-09-17 15:33:03 +00:00
jlam
678a95a783 Update net/openslp to 1.0.9a. Changes from version 1.0.7 include:
* Added version and length sanity checks for incoming messages
* Fixed possible SEGV when logging DA traffic
* Added patch from Arun Barboza that makes attribute compares case insensitive
  as per RFC 2608
* Added patch from Garth Bushell that fixes an SLP url parsing problem.
* Added patch from Arun Barboza to handle '==' SLPv1 predicates.  This patch
  allows better interoperability with Novell SLP networks.
* Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as
  the request
* Fixed a problem in SLPProcessMessage where errorcodes were not being returned
  resulting in attempts to send non-allocated sendbufs (i.e. SEGV).
* Fixed a problem where SLPReg() would hang if used against a DA or SA that
  prematurely dropped connections
* Force use of numeric IP addresses in all DAAdvert and SAAdvert messages.
* Fixed bug where idle connections to DAs were not being aged.
* Added code so that 'slptool -v' will return the path of the slp.conf file
  libslp.so is configured to use.
2002-09-16 21:00:56 +00:00
uebayasi
17a82619c3 Fix malformed BUILD_DEPENDS line. PR#18305 by Christopher Richards. 2002-09-16 14:38:33 +00:00
martti
f978df016d Updated proftpd to 1.2.6
* mod_quota removed due to lack of active maintenance
* New version of mod_ldap (2.8.10)
* New directives added: Define, <IfDefine>, <IfModule>, TimeoutSession
* Directives removed: AllowChmod, ShowDotFiles
* STOU support added
* LFS support added
* Fixed various minor bugs
2002-09-16 09:32:20 +00:00
wiz
0ba3d02a63 Fix typo from rev 1.9. 2002-09-14 18:33:06 +00:00