Commit graph

6814 commits

Author SHA1 Message Date
joerg
6bd31fd65e Add missing files to PLIST. Fix interpreter path in bin/radsqlrelay.
Bump revision.
2006-04-10 15:25:04 +00:00
schwarz
7d45541720 corrected a typo in libnetbsd/usleep.c which probably surfaces only on some
older OSes
added a hack to support IRIX 5
(modifications done directly to the files instead of adding patch files to
make them being used during bootstrapping as well; approved by reed)
2006-04-10 13:26:15 +00:00
martti
5d3b535ea7 changes new in 0.13.5, Wed Jun 3 16:17:44 CEST 2004
* Fixed a bug regarding changing uids/gids (Niki Waibel)
  * Fixed a bug regarding changeroot (Niki Waibel)
  * Clarified the setting of the umask of the logfile (Niki Waibel)
  * Fixed a bug in the commonlog logging format (Andrew Zhoglo)
  * Passing complete encrypted password to crypt, not only salt (Arkadius
    Nowakowski)
  * Allowing STOU command (Pawel Worach)
  * Allowing more errors at the call to accept() that are connection related
    and don't force us to shut down the server (Reil Brennan)
  * Added option to close the connection after consequent protocol violations
  * Fixed compiler warnings with gcc 3 (includes renaming of log() to jlog())
  * Updated configure.in to new autoconf/automake versions
  * "Entering Passive Mode" did not get logged because of "PASS" substring
    (Yan, Dong)
  * Changed xferlog-style (Toni)
  * jftpgw didn't compile on NetBSD 2.0E because IPL_NAT is not known there
    anymore - added #ifdef (Ray Phillips)
  * annotated default configuration file
2006-04-10 09:31:01 +00:00
minskim
b925629543 Add p5-Net-FTPSSL. 2006-04-09 17:16:56 +00:00
minskim
e4320018a7 Import p5-Net-FTPSSL from pkgsrc-wip. Packaged by dieter roelants.
Net::FTPSSL is an object oriented Perl module which implements a
simple FTP client over a Secure Shell Layer (SSL) connection written
following the directives described in RFC959 and RFC2228.
2006-04-09 17:14:33 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
ffc6894581 Remove unnecessary inclusion of bsd.prefs.mk. 2006-04-06 03:44:19 +00:00
jlam
69850e3476 Override sysconfdir in INSTALL_MAKE_FLAGS instead of patching the
Makefile to force installation of the sample config file into the
examples directory.
2006-04-06 03:44:03 +00:00
jlam
a4b4d5b501 List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
jlam
ccc0cd432a BUILDLINK_DEPENDS.* should only be appended to. 2006-04-06 03:12:46 +00:00
jlam
d6522b4cdb Override some directory paths at installation time via the make command
line rather than patching their values directly in the Makefiles.
2006-04-06 02:41:44 +00:00
jlam
e558d1450c Update net/openvpn to 2.0.6. Changes from version 2.0.5 include:
* [security] An OpenVPN client connecting to a malicious or compromised
  server could potentially receive "setenv" configuration directives
  from the server which could cause arbitrary code execution on the
  client via a LD_PRELOAD attack.  A successful attack appears to
  require that (a) the client has agreed to allow the server to push
  configuration directives to it by including "pull" or the macro
  "client" in its configuration file, (b) the client configuration
  file uses a scripting directive such as "up" or "down", (c) the
  client succesfully authenticates the server, (d) the server is
  malicious or has been compromised and is under the control of the
  attacker, and (e) the attacker has at least some level of pre-existing
  control over files on the client (this might be accomplished by
  having the server respond to a client web request with a specially
  crafted file).  The fix is to disallow "setenv" to be pushed to
  clients from the server.  For those who need this capability, OpenVPN
  2.1 supports a new "setenv-safe" directive which is free of this
  vulnerability.

* When deleting routes under Linux, use the route metric as a
  differentiator to ensure that the route teardown process only deletes
  the identical route which was originally added via the "route"
  directive (Roy Marples).

* Fix the t_cltsrv.sh file in FreeBSD 4 jails (Matthias Andree, Dirk
  Meyer, Vasil Dimov).

* Extended tun device configure code to support ethernet bridging on
  NetBSD (Emmanuel Kasper).
2006-04-05 13:49:26 +00:00
rpaulo
a52f13b2bd NetBSD needs TUNIFHEAD. 2006-04-03 23:30:34 +00:00
wiz
979f154a49 Note bug report URL for patch-ab. 2006-04-03 20:09:57 +00:00
wiz
61571c3517 Update mtr to 0.71:
0.71:

The build-time check for the resolver library was improved. Binding
to a specific interface was fixed.  Incorrect display of multiple
routes was fixed. Several minor bugs were fixed.

  v0.70 Antinio submitted a cumulative patch containing some
        nice improvements. He also submitted an automake patch
        that causes mtr to no longer compile on my system. I
        refuse to have mtr "in the dark" that I can't test-compile
        the dist.

Add option for gtk support, and remove mtr-gtk package.
2006-04-03 18:38:58 +00:00
tron
1654b24759 Update "connect" package to version 1.95. Changes since version 1.83
include bug-fixes and partial support for telnet proxies.

This package update was contributed by ISIHARA Takanori in PR pkg/33144.
2006-04-03 16:05:30 +00:00
salo
6633916dc9 Sprinkle some .PHONY targets to make pkglint happy. 2006-04-03 13:23:03 +00:00
schmonz
1fe9b19890 Only build sslperl if option "ucspi-ssl-perl" is enabled. Bump PKGREVISION. 2006-04-02 17:44:16 +00:00
jmmv
41140eb61f Do not install pre-gnome 2.8 cruft. Bump PKGREVISION to 1. 2006-04-02 16:05:46 +00:00
jlam
28a7e3eb15 Update net/samba to version 3.0.22. Changes from version 3.0.21a include:
* Fix CAN-2006-1059 -- samba<3.0.22 exposes the clear text of the
    server's machine account credentials in the winbind log files when
    the log level is set to 5 or higher.

  * Append "-pkgsrc" to the Samba version string so as to distinguish
    the official version from the pkgsrc version, which has the
    modifications for "state directory" and "passwd expand gecos".

  * Modify package so that we automatically determine the name of the
    nsswitch modules that are installed by samba with the winbind
    option.  We extract this information by invoking the config.status
    script to get the value that the configure script determined.

  o Access checks when deleting printer driver meta-data.
  o Several non-default combinations schannel and SPNEGO support.
  o Password changes with NT4 and Win2k pre-SP4 clients.
  o High load issues on IRIX caused by a bug when interfacing
    with kernel oplocks.

  o Server crashes in smbd.
  o Compile issues on 64-bit platforms.
  o Crash bugs on big-endian systems.
  o Packaging fixes for RHEL/Fedora, Solaris, & Debian.
  o Over 30 bugzilla reports closed.
2006-04-01 04:55:35 +00:00
jlam
739ade02f5 List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
2006-03-31 23:56:28 +00:00
rpaulo
6820fb14f2 SunOS is not supported. PR 33157. 2006-03-31 23:21:33 +00:00
jlam
5b082dc2b3 Fix paths to tools in installed files. Bump the PKGREVISION to 4. 2006-03-31 22:54:23 +00:00
jlam
8313194588 List info files directly in the PLIST, and honor PKGMANDIR. 2006-03-31 22:43:03 +00:00
jlam
ac3d4d96f3 Welcome to the brave new world of gettext-0.14.5 -- if a source file
includes <libintl.h>, then we must ensure that the resulting object
is linked against -lintl.  This ensures that the correct *printf()
functions are used across all platforms.
2006-03-31 22:30:02 +00:00
adrianp
6a7cf0c5e3 +pear-Net_Sieve 2006-03-31 21:55:22 +00:00
adrianp
5b903ee21b Provides an API to talk to the timsieved server that comes
with Cyrus IMAPd. Can be used to install, remove, mark active etc
sieve scripts.
2006-03-31 21:54:16 +00:00
jmmv
a81316a75b Update to 2.13.5:
Features

    + Publish services over mDNS (Sebastien Estienne, Mark McLoughlin)

  Fixes

    + Fix keyboard brokeness with some X server configurations (Alexandre Oliva)
    + Fix crash with unicode mapped keysyms (Gary Coady)

  Translators

    + Rostislav Raykov (bg)
    + Iñaki Larrañaga Murgoitio (eu)
    + Alessio Frusciante (it)
    + Erdal Ronahi (ku)
2006-03-30 21:35:52 +00:00
jmmv
4f6806c8d2 Update to 2.14.0:
2.13.90 ("Trabajo, trabajo!")

  * Use version 2 of the GPL (Fer)

  * New and updated translations

2.13.0 ("Mañana, mañana!")

  * Fixes
	- Update treeview headers when switching between
	products/applications (Matthias Clasen)
	- Fix LSB distro detection (Fernando)
	- Set GnomeFileEntry in save mode when saving the report
	(Fernando)
	- HIG fixes (Christian Perch)
	- Center the main window (Christian Neumair)
  * New and updated translations:
	- Alexander Shopov (bg)
	- Hendrik Richter (de)
	- Adam Weinberger (en_CA)
	- Francisco Javier F. Serrador (es)
	- Ivar Smolin (et)
	- Priit Laes (et)
	- Ilkka Tuohela (fi)
	- Christophe Merlet (fr)
	- Ignacio Casal Quinteiro (gl)
	- Ankit Patel (gu)
	- Gabor Kelemen (hu)
	- Alessio Frusciante (it)
	- Kjartan Maraas (nb)
	- Tino Meinen (nl)
	- Slobodan D. Sredojevic (sr, sr@Latn)
	- Theppitak Karoonboonyanan (th)
	- Clytie Siddall (vi)
	- Woodman Tuen (zh_HK)
	- Abel Cheung (zh_TW)
2006-03-30 21:26:51 +00:00
jmmv
d4758ce2b3 Update to 2.2.91:
* (The large version number bump is because there was an
	  internal 2.2.90 release for SUSE 10.1 alphas, which was
	  supposed to be intermediate between 2.2.7 and 2.4.0. But
	  2.4.0 didn't end up happening, and I don't want to regress
	  the version number at this point.)

	* SoupSession, SoupServer, SoupConnection, SoupSocket, and
          SoupAddress now have an "async-context" property that allows
          you to use the async API in a non-default GMainContext.
          [Based on patches from Armin Bauer and Jürg Billeter.]

	* SoupSession, SoupConnection, and SoupSocket now have a
          "timeout" property to stop synchronous sockets from hanging
          forever if the remote end is unresponsive (from Varadhan).

	* Fixed some bugs in soup_date_iso8601_parse(). [324671, from
          Emmanuele Bassi]

	* More Windows build fixes from Tor.
2006-03-30 21:10:09 +00:00
jmmv
ad0c76d1ae Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:
gnome-vfs 2.14.0
	* Fix circular dependency on gnome-mount
	* Fix some details in gnome_vfs_xfer callbacks
	* Avoid crash with symlinks that has ':' in them
	* Update hal volume manager policies
	* Fix leaks
	* Better smb authentication code
	* Fix permission reading bug introduced in 2.13.92

gnome-vfs 2.13.92
	* Build fixes
	* Fix memory leaks
	* Some optimizations
	* New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns
	  filenames (not stat info).
	* use pmount in /media if not using gnome-mount or hal-mount
	* Fixes for encrypted drives/volumes in hal backend
	* Mime detection fix for multiple magic matches of same prio
	* HAL volume operation fixes
	* More robust gnome_vfs_make_uri_from_input_internal
	* Fix Avahi resolving of non-local hostnames

gnome-vfs 2.13.91
	* Eject fixes for volume manager
	* Windows 2000 portability fixes
	* Revert overwrite error dialog change that caused problems
	* ssh fixes for newer BSD and OSX releases

gnome-vfs 2.13.4
	* Add support for gnome-mount
	* Re-add thread prioritizing
	* Add gnome_vfs_get_mime_type_for_name_and_data () and
          gnome_vfs_get_mime_type_for_name ()
	* Deprecate gnome_vfs_mime_type_from_name ()
	* Skip attempts to overwrite a file onto itself in
          gnome_vfs_xfer and friends.
	* Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers
	* inotify: Fix various crashers and bugs
	* ftp-method: Basic support for proxies
	* http-method: Fix SSL support
	* http-mehtod: Fix bugs introduced during the neon upgrade
	* Various hal related volume fixes
	* Hide some more private functions
	* Some documentation updates
	* Translation updates

gnome-vfs 2.13.3
        * load modules with BIND_LOCAL
	* inotify fix

gnome-vfs 2.13.2
	* Support Avahi 0.6
	* Support passwords in mount
	* Inotify support
	* Update neon import to 0.25
	* Leak fixes
	* Win32 fixes
	* Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid
	* Update to lates xdgmime
	* Use the glib GThreadPool code instead of our own threadpool

gnome-vfs 2.13.1
	* Support for recent samba
	* Fix bug when resolving nested symlinks
	* Sync to upstream xdg-mime code
	* Various fixes to gnomevfs-* apps
	* New functions gnome_vfs_exists, gnome_vfs_get_slow_mime
	* Better ls parsing for ftp
	* Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled
	* Add avahi support
	* Fix problem when mounting cd multiple times
	* Hide private symbols
	* Better docs
	* Fix metadata removal issue with deletion in Nautilus
2006-03-30 21:07:48 +00:00
jmmv
ac6b006460 Update to 2.14.0:
ORBit2-2.14.0

	* bug fixes
		+ Fix build on Cygwin (Tor)
		+ Fix giop test compilation/crash (Tor)

ORBit2-2.13.3

	* bug fixes
		+ Fix crash on null adaptor (Michael)
		+ Fix compiler warnings (Kjartan, Jens Granseuer)
		+ Improve configure stage on Win32 (Tor)

ORBit2-2.13.2

	* bug fixes
		+ realloc should update length/tracking information
		  (Martin Blom)
		+ Fix memory management and crashew when shutting down
		  the ORB. (Anders Carlsson)
		+ Build/correctness fixes (Tor, Jules)
ORBit2-2.13.1

	* features
		+ More work on porting to Win32 (Tor)
		+ Implement forward binding (Fernando Herrera)
		+ Implement new ORB_init option ORBNetID (Jules Colding)
	* bug fixes
		+ Build fix (James Henstridge)
		+ Memory management fixes (Anders Carlsson)
		+ Reset connection for forwarded objects (Anders)
		+ Don't use -export-dynamic (Mark)
		+ if we have failed on the unix socket, have IPv4 or
		  IPv6 connections enabled and are on localhost, then
		  don't connect on the corresponding port from the profiles
		  (Arvind Samtur)
		+ Fix a bunch of compiler warnings and make some code static
		  (Kjartan)
		+ Add threading libs to ORBIT_NAME (Michael)
		+ Check for netdb.h (Sandie Vanderme)
		+ Check for sys/sockio.h (James Andrewartha)
	* Other
		+ Improve docs for users of ORBit2 (Jules Colding)
2006-03-30 20:48:55 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
salo
d898109ed6 Update to hping2, release candidate 3
Changes:
- don't install hping suid root by default, add "hping-suid" option.
- add bunch on patches from Pavel Kankovsky <peak at argo.troja.mff.cuni.cz>
  namely: add --flood and --tcp-mss options (self-explanatory), some checksum
  and interface binding fixes and warning fixes

2.0.0rc3:
=======
FIX: Fix for interface guessing with aliases on BSD
     Thanks <michel.gravey(@)orange.fr> and <cognet(@)freebsd.org>
FIX: fixed cksum.c. Bad outgoing packet checksum with some packet.
     Thanks to Brett Eldridge <beldridg@pobox.com>.
ADD: scan mode (--scan)
ADD: A rc4-based PRNG to use with --rand-source and --rand-dest
FIX: Fix -I option for BSD/Apple
ADD: Add support for BSDI and MacOSX (thanks
     Dennis Opacki <dopacki@adotout.com> and Jan-Hinrich Fessel
     <Jan-Hinrich.Fessel@T-Mobile.de>)
ADD: A few useful ICMP options
ADD: Add support for :
     WLAN (Fabian Melzow <biop0b@web.de>)
     ATM (Debian bug #193436, thanks to Domenico Andreoli)
     Token Ring (jim.r.halfpenny@britishairways.com)
ADD: MacOSX patches (Hans-Joachim Knobloch <knobloch@secorvo.de>)
FIX: --rand-source patches from Quentin Garnier <hping@quatriemek.com>
     . ensure randomness
     . do not stop on errors when using a E or D class address (BSD only?)
2006-03-30 13:51:28 +00:00
markd
8dadfce5fb Update to KDE 3.5.2
* Make the tray icon transparent also if numbers are not shown
2006-03-30 02:47:01 +00:00
christos
cf630aef2c fix the checksums 2006-03-29 00:15:44 +00:00
joerg
fb5494252c DragonFly support. 2006-03-28 16:05:47 +00:00
wiz
9f1aac2780 Bring ScriptAlias and Alias in the correct order.
From Carl Brewer in PR 33159.
Bump PKGREVISION.
2006-03-28 06:13:30 +00:00
joerg
966e4e7810 Add DragonFly support. 2006-03-23 17:36:16 +00:00
joerg
51e34d3913 Attempt at DragonFly support. 2006-03-23 17:31:05 +00:00
joerg
d9a5a2254c DragonFly support. 2006-03-23 17:20:22 +00:00
joerg
3d0920dd13 ap_type is a short, not a char. Fix it and bump revision. 2006-03-23 17:09:40 +00:00
joerg
1925f4fe89 Add DragonFly support. 2006-03-23 16:53:27 +00:00
joerg
c13f40450d Include unistd.h to get select(2) on DragonFly. 2006-03-23 16:52:42 +00:00
joerg
e09d0a31a7 Include <sys/types.h> before <sys/socket.h> for DragonFly.
Detect poll correctly on DragonFly.
2006-03-23 16:37:46 +00:00
joerg
6746b21a6f Add DragonFly support. 2006-03-23 16:28:01 +00:00
joerg
1c41f5e454 Add DragonFly support. 2006-03-23 15:55:53 +00:00
joerg
17179a4fb3 Fix errno. 2006-03-23 13:50:12 +00:00
joerg
a191e0a9fd Add DragonFly support. 2006-03-23 13:41:41 +00:00
joerg
aee953d56e Fix errno. 2006-03-23 12:30:22 +00:00