Commit graph

2115 commits

Author SHA1 Message Date
wiz
57f4062906 BUILD_DEPENDS has same syntax as DEPENDS. Fix two commented out lines using
the old syntax.
2001-07-23 19:53:48 +00:00
wiz
a3c313cfb7 Remove distclean target that made trouble, as noted in recent bulk build.
Standardize patch-aa while I'm here.
2001-07-22 16:52:30 +00:00
rh
490d7af3ee Update gnapster to 1.5.0. Notable changes include:
* Multiple server/account management
    * Search history
    * Bandwidth limiting
    * Ability to specify multiple share directories
    * Many internal improvements
    * Vorbis file sharing support
    * MPEG/AVI file sharing support
    * Added file type to search criteria
    * Updated Browse OpenNAP dialog
    * Fixed Safe Exit option
    * Added an option to execute a program after a successful download
    * Fixed a potentially exploitable remote segmentation fault concerning
      uploads
    * SOCKS5 support should (hopefully) be fixed now
    * Timestamped events
    * Many bug fixes
2001-07-22 16:42:45 +00:00
tron
57a90ef22c Reenable and fix KAME patch under Solaris because it includes an extra
translation.
2001-07-22 16:09:59 +00:00
tron
bd03c5a15a Reenable and fix KAME patch under Solaris because it includes an extra
translation.
2001-07-22 15:46:20 +00:00
tron
5bf044be0d Make sure that locale files get installed into the right directory under
Solaris.
2001-07-22 15:24:10 +00:00
tron
56f6b2b040 Don't apply KAME patch under Solaris because it causes build failures. 2001-07-22 15:19:16 +00:00
wiz
d4da48b3d9 Standardize format. 2001-07-20 12:13:48 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
itojun
c33b1b77be upgrade to 9.2.0b1. portability with BIND8-based platforms, and minor
bug fixes.
2001-07-18 05:22:58 +00:00
tron
ed557ee00b Add back "USE_LIBINTL= YES" because the locale files aren't built on
a 1.5 release system otherwise.
2001-07-17 12:04:16 +00:00
jlam
83ed03a875 Workaround bug in configure script at line 3718 that doesn't restore
LDFLAGS to correct value during the configure process.  This should fix
pkg/13483.
2001-07-17 10:56:57 +00:00
itojun
a9490011ed upgrade to 9.2.0a3.
work/*/HISTORY indicates the full change history.  basically bug fixes.
2001-07-17 01:30:31 +00:00
itojun
4d7b454206 upgrade to 0.8.19.
- from www.ethereal.com
New dissectors include Appletalk Data Stream Interface, AUTH_DES,
DVMRP, GIOP, Gnutella, iSCSI, ISUP, M2PA, MP-BGP message, MSDP,
MTP3, PAP, PIMv1, RFC 2250 MPEG1, and for you gamers, QuakeWorld
and Quake II. Many other dissectors were updated and bug-fixed.
2001-07-16 12:57:05 +00:00
itojun
f12aa20539 USE_LIBINTL was commented out mistakenly 2001-07-16 11:01:10 +00:00
tron
9278893e31 Remove whitespace before comment. 2001-07-16 10:49:16 +00:00
itojun
4df9f3c596 upgrade to 1.7 + KAME IPv6 patch. a lot of changes into message catalogs,
internal cleanups and such.
2001-07-16 07:59:11 +00:00
jlam
274c27180b Links libsocks4.* to libsocks.* since that's what the name of the SOCK4
library is on many other systems.
2001-07-15 12:18:04 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
taca
db2fe9636b Update samba to 2.2.1a.
WHATS NEW IN Samba 2.2.1a:  11th July 2001
              ==========================================

This is the latest stable release of Samba. This is the version that all
production Samba servers should be running for all current bug-fixes.

This is a minor bugfix release for 2.2.1, *NOT* security related.

1). 2.2.1 had a bug where using smbpasswd -m to add a Windows NT or
Windows2000 machine into a Samba hosted PDC would fail due to our
stricter user name checking. We were disallowing user names
containing '$', which is needed when using smbpasswd to add a
machine into a domain. Automatically adding machines (using the
native Windows tools) into a Samba domain worked correctly.

2.2.1a fixes this single problem.

New/Changed parameters in 2.2.1
-------------------------------

Added parameters.
-----------------

obey pam restrictions

When Samba is configured to use PAM, turns on or off Samba checking
the PAM account restrictions. Defaults to off.

pam password change

When Samba is configured to use PAM, turns on or off Samba passing
the password changes to PAM. Defaults to off.

large readwrite

New option to allow new Windows 2000 large file (64k) streaming
read/write options. Needs a 64 bit underlying operating system
(for Linux use kernel 2.4 with glibc 2.2 or above). Can improve performance
by 10% with Windows 2000 clients. Defaults to off. Not as tested
as some other Samba code paths.

hide unreadable

Prevents clients from seeing the existance of files that cannot
be read. Off by default.

enhanced browsing

Turn on/off the enhanced Samba browing functionality (*1B names).
Default is "on". Can prevent eternal machines in workgroups when
WINS servers are not synchronised.

Removed parameters.
-------------------

domain groups
domain admin users
domain guest users

Changes in 2.2.1
-----------------

1). "find" command removed for smbclient. Internal code now used.
2). smbspool updates to retry connections from Michael Sweet.
3). Fix for mapping 8859-15 characters to UNICODE.
4). Changed "security=server" to try with invalid username to prevent
    account lockouts.
5). Fixes to allow Windows 2000 SP2 clients to join a Samba PDC.
6). Support for Windows 9x Nexus tools to allow security changes from Win9x.
7). Two locking fixes added. Samba 2.2.1 now passes the Clarion network
    lock tester tool for distributed databases.
8). Preliminary support added for Windows 2000 large file read/write SMBs.
9). Changed random number generator in Samba to prevent guess attacks.
10). Fixes for tdb corruption in connections.tdb and file locking brlock.tdb.
     smbd's clean the tdb files on startup and shutdown.
11). Fixes for default ACLs on Solaris.
12). Tidyup of password entry caching code.
13). Correct shutdowns added for send fails. Helps tdb cleanup code.
14). Prevent invalid '/' characters in workgroup names.
15). Removed more static arrays in SAMR code.
16). Client code is now UNICODE on the wire.
17). Fix 2 second timstamp resolution everywhere if dos timestamp set to yes.
18). All tdb opens now going through logging function.
19). Add pam password changing and pam restrictions code.
20). Printer driver management improvements (delete driver).
21). Fix difference between NULL security descriptors and empty
     security descriptors.
22). Fix SID returns for server roles.
23). Allow Windows 2000 mmc to view and set Samba share security descriptors.
24). Allow smbcontrol to forcibly disconnect a share.
25). tdb fixes for HPUX, OpenBSD and other OS's that don't have a coherent
     mmap/file read/write cache.
26). Fix race condition in returning create disposition for file create/open.
27). Fix NT rewriting of security descriptors to their canonical form for
     ACLs.
28). Fix for Samba running on top of Linux VFAT ftruncate bug.
29). Swat fixes for being run with xinetd that doesn't set the umask.
30). Fix for slow writes with Win9x Explorer clients. Emulates Microsoft
     TCP stack early ack specification error.
31). Changed lock & persistant tdb directory to /var/cache/samba by default on
     RedHat and Mandrake as they clear the /var/lock/samba directory on reboot.
2001-07-13 16:08:40 +00:00
tron
5aa17221be Set "PKG_JVM" to "sun-jdk" to enforce use of the required Java VM. 2001-07-13 11:30:08 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
fredb
fce9b8bae5 Don't try to build against -lreadline on NetBSD-1.4.x, either. 2001-07-12 17:38:18 +00:00
fredb
9a872eacf7 Update to latest release candidate, ntp-4.0.99m-rc3. Continued
refinements since 4.0.99k, a new feature -- an experimental
"huff-n-puff" filter (optionally enabled in /etc/ntp.conf) -- which
discards samples with the highest delays, and new drivers for:
Forum Graphic GPS, WWV/H, Heath GC-100 II, HOPF serial and PCI,
ONCORE, ulink331.

Drop the packages's requirement for GNU readline. It turns out
that command line editing in "ntpq" is not all that useful, as
you can alway let your shell recall "ntpq -c <command>".
2001-07-12 16:24:58 +00:00
zuntum
6d4f2ddda8 add & enable SDL_net 2001-07-10 09:53:10 +00:00
zuntum
f6072c8b5e Initial import of SDL_net-1.2.0
This is a small sample cross-platform networking library
2001-07-10 09:05:28 +00:00
zuntum
5428926ad8 Update polsms to 1.8.9
Changes:
o several new options in config file revelant when sending messages to Plus phones;
  now supports ICQ gateway, too
o yet another change in Era handling code
o improved way to parse email address from both environment variables and config file
o improved hostname detection code

* converted to use buildlink.mk files
* simplified patch-aa
2001-07-09 09:11:27 +00:00
zuntum
2f61f589be Update ipcalc to 0.34
Changelog:
 - Use default netmask of class when no netmask is given
2001-07-04 21:43:15 +00:00
taca
f4cfc1f7b1 remove redundant USE_RUBY. 2001-07-04 16:02:36 +00:00
itojun
a11bc04864 upgrade to 9.1.3 from ISC. changes between 9.1.2 to 9.1.3:
--- 9.1.3 released ---

	--- 9.1.3rc3 released ---

 911.	[bug]		Fail gracefully with multiple hint zones. [RT #1433]

 910.	[port]		Some pre-RFC2133 IPv6 implementations do not define
			IN6ADDR_ANY_INIT. [RT #1416]

	--- 9.1.3rc2 released ---

 904.	[bug]		The server would leak memory if attempting to use
			an expired TSIG key. [RT #1406]

 903.	[bug]		dig should not crash when receiving a TCP packet
			of length 0.

 902.	[bug]		The -d option was ignored if both -t and -g were also
			specified.

 901.	[cleanup]	The man pages no longer have empty lines outside of
			literal blocks.

 898.	[bug]		"dig" failed to set a nonzero exit status
			on UDP query timeout. [RT #1323]

 894.	[bug]		When using the DNSSEC tools, a message intended to warn
			when the keyboard was being used because of the lack
			of a suitable random device was not being printed.

 892.	[bug]		The server could attempt to refresh a zone that
			was being loaded, causing an assertion failure.
			[RT #1335]

 891.	[bug]		Return an error when a SIG(0) signed response to
			an unsigned query is seen.  This should actually
			do the verification, but it's not currently
			possible. [RT #1391]

 888.	[bug]		Don't die when using TKEY to delete a nonexistent
			TSIG key. [RT #1392]

 860.	[interop]	Drop cross class glue in zone transfers.

 852.	[bug]		Handle responses from servers which do not
			now about IXFR.

 850.	[bug]		dns_rbt_findnode() would not find nodes that were
			split on a bitstring label somewhere other than in
			the last label of the node. [RT #1351]

 705.	[port]		Work out resource limit type for use where rlim_t is
			not available. [RT #695]

 704.	[port]		RLIMIT_NOFILE is not available on all platforms.

 703.	[port]		sys/select.h is needed on older platforms. [RT #695]

	--- 9.1.3rc1 released ---

 831.	[bug]		The configure script tried to determine
			endianness before making its final decision on
			which C compiler to use, causing Solaris/x86
			systems with gcc to be incorrectly identified
			as big-endian. [RT #1315]

 827.	[bug]		When an IXFR protocol error occurs, the slave
			should retry with AXFR.

 826.	[bug]		Some IXFR protocol errors were not detected.

 825.	[bug]		zone.c:ns_query() detached from the wrong zone
			reference. [RT #1264]

 824.	[bug]		Correct line numbers reported by dns_master_load().
			[RT #1263]

 822.	[bug]		Sending nxrrset prerequisites would crash nsupdate.
			[RT #1248]

 806.	[bug]		DNS_R_SEENINCLUDE was failing to propagate back up
			the calling stack to the zone maintence level, causing
			zones to not reload when an included file was touched
			but the top-level zone file was not.

 771.	[cleanup]	TSIG errors related to unsynchronized clocks
			are logged better. [RT #919]

 734.	[bug]		An attempt to re-lock the zone lock could occur if
			the server was shutdown during a zone tranfer.
			[RT #830]

 712.	[bug]		Sending a large signed update message caused an
			assertion failure. [RT #718]

 669.	[bug]		dnssec-keygen now makes the public key file
			non-world-readable for symmetric keys. [RT #403]
2001-07-04 00:21:34 +00:00
jlam
f6ab06e12b Mark as USE_BUILDLINK_ONLY 2001-07-02 16:53:31 +00:00
jlam
5bcf9f90e6 Convert to use buildlink.mk files. 2001-07-02 16:51:49 +00:00
joda
8a693284e8 add note about enabling lkm-loading in rc.conf; suggested by Cana McCoy 2001-07-02 15:53:49 +00:00
jlam
9943bc93db Allow overriding of *_CONFIG variables in a package Makefile when using
USE_BUILDLINK_ONLY.
2001-07-02 05:33:56 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
itojun
31d5e66501 add net/bridged 2001-07-01 16:46:14 +00:00
itojun
d4d8e617a7 bridged, userland ethernet bridge daemon 2001-07-01 16:43:59 +00:00
taca
7d7a8f62a0 Add and enable ruby-drb and ruby-icmp. 2001-07-01 14:32:39 +00:00
taca
8ddbb0a8cb Importing ruby-icmp, ruby-icmp-0.1.1 package.
Ruby module for handling ICMP packets.
2001-07-01 14:26:16 +00:00
taca
0cf2df9814 Importing ruby-drb, ruby-drb-1.3.2 package.
druby (DRb) - distributed ruby.
DRb can be used to exchange messages among Ruby scripts.
2001-07-01 14:25:06 +00:00
tron
43a5407b20 Get rid of "ETHEREAL_VERSION" variable by extracting the version number
from the package name.
2001-06-30 23:55:55 +00:00
wiz
d6affa77ea It seems struct ifnet grew, and the buffer used to kvm_read into wasn't
big enough, resulting into overwriting of stack variables making wmnet
core dump because of segfault. Increase buffer size to avoid that.
Bump to 1.06nb2.
2001-06-30 09:55:57 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
626603732c Use socks4>=2.2 instead of socks4-*. 2001-06-28 20:32:02 +00:00
jlam
ae5a3ce164 Add buildlink.mk file for use by other package Makefiles. 2001-06-28 20:31:26 +00:00
jlam
0d519e28f8 Mark as USE_BUILDLINK_ONLY, and some minor whitespace alignments. 2001-06-28 20:28:56 +00:00
jlam
664b01442b Use =, not +=, for BUILDLINK_FILES. 2001-06-28 20:27:51 +00:00
jlam
ac023bf812 Add buildlink.mk file for use by other package Makefiles. 2001-06-28 20:23:29 +00:00
jlam
336bb73994 Honor CFLAGS passed in from environment during build, some minor cosmetic
changes to the Makefile, and mark as USE_BUILDLINK_ONLY.
2001-06-28 20:20:48 +00:00
jlam
41d8a8d4f4 Remove USE_BUILDLINK_ONLY as we may need ${LOCALBASE}/lib/libintl.so on
pre-current systems.
2001-06-28 18:22:38 +00:00