Commit graph

7631 commits

Author SHA1 Message Date
tonio
7b8f795a54 Update net/unison to 2.27.12
- small bugfixes
2007-04-12 09:20:55 +00:00
drochner
d8fe83b25f update to 2.18.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 20:25:03 +00:00
adrianp
9884d95634 Update to 1.1.5
2006.03.05 Version 1.1.5 has been released.
The focus of this release is stability.

Feature Improvements
* Added more dictionaries
* Dictionary files now MUST NOT be globally writable.
* Configuration files now MUST NOT be globally writable.
* Be more aggressive about freeing memory on clean exit.
* Updated rlm_python.
* Added another experimental SQL IP Pool module

Bug Fixes
* Corrected base64 decoding in rlm_pap
* Don't retransmit accounting packets. The NAS should do this.
* Handle Client-Error in EAP-SIM. (Closes #419)
* Port OpenSSL locking fixes from CVS head. This makes PEAP more stable on i
  some systems.
* Require Message-Authenticator in Status-Server packets.
* Correct Tunnel-Medium-Type VALUEs in dictionary.rfc2868.
* Increase buffer size for dynamic expansion, which allows longer SQL queries.
  (Closes #405)
* Use correct line number when there's a parse error in one of the
  configuration sections. (Closes #421)
* Terminate SSL sessions in EAP on error, rather than continuing in some cases.
* Increase buffer size to allow parsing of long octet strings,
* Fix string termination on xlat in rlm_perl.
2007-04-09 15:56:26 +00:00
adrianp
1ad6181b99 Update to 6.0.1
* Use the new plugin functionality available and build the dns, random and whois
  plugins by default.
* The postgresql and ldap plugins can be optionally built by setting
  PKG_OPTIONS.echoping.

6.0.1 (2007-04-04)
* Bug fixes only

6.0.0 (2007-03-26)
* Plugins: several plugins (whois, postgresql, dns) are now
  shipped with echoping and you can write your own. All new
  protocols will now be supported via plugins. Consequences:
* you now need an Unix with a working dlopen(3)
* echoping now requires the popt parsing library
* popt: echoping now depends on popt. One main change: options
  parsing is lightly different so some scripts *may* break. A
  typical example is that "old-school" Unix aggreation of arguments
  ("echoping -v4 localhost") is no longer accepted (use "echoping -v
  -4 localhost").
* Many bug fixes, see the list at Sourceforge
2007-04-09 14:44:29 +00:00
adrianp
04aca9c9c4 Update to 1.2.2
* one can now set the interface through which the http-pings will be send
2007-04-09 09:49:47 +00:00
adrianp
03db4e56cf Update to 1.6.0.0
Some new features/corrections include:
* new addresses IP-DATAGRAM and UDP-DATAGRAM allow versatile broadcast
  and multicast modes
* range option supports form address:mask with IPv4
* changed behaviour of SSL-LISTEN to require and verify client
  certificate per default
* filan (and socat -D) could hang when a socket was involved

See: http://www.dest-unreach.org/socat/doc/CHANGES for all the details
2007-04-09 09:47:48 +00:00
tonio
787a68e9b2 update net/unison-devel to 2.27.10
Changes since 2.17:
     * The native OS X user interface has been enormously improved by Ben
       Willmore and Trevor Jim.
     * The backup functionality has been completely rewritten. The
       external interface has not changed, but numerous bugs, irregular
       behaviors, and cross-platform inconsistencies have been corrected.
     * Some important safety improvements:
          + Added a new mountpoint preference, which can be used to
            specify a path that must exist in both replicas at the end of
            update detection (otherwise Unison aborts).
          + The confirmation of "big deletes" is now controlled by a
            boolean preference confirmbigdeletes. Default is true, which
            gives the same behavior as previously.
          + If Unison is asked to "follow" a symbolic link but there is
            nothing at the other end of the link, it will now flag this
            path as an error, rather than treating the symlink itself as
            missing or deleted.
     * Smaller changes:
          + Added forcepartial and preferpartial preferences
          + Refined debugging code so that the verbosity of individual
            modules can be controlled separately. Instead of just putting
            '-debug verbose' on the command line, you can put '-debug
            update+', which causes all the extra messages in the Update
            module, but not other modules, to be printed. Putting '-debug
            verbose' causes all modules to print with maximum verbosity.
          + Rewrote some of the merging functionality, for better
            cooperation with external Harmony instances.
          + Changed the temp file prefix from .# to .unison.
          + Compressed the output from the text user interface
          + Added .mpp files to the "never fastcheck" list
     * Many small bugfixes, including:
          + Fixed a bug that would occasionally cause the archives to be
            left in non-identical states on the two hosts after
            synchronization.
          + Fixed a bug that prevented Unison from communicating
            correctly between 32- and 64-bit architectures.
          + Set read-only file to R/W on OSX before attempting to change
            other attributes.
          + Fixed bug resulting in spurious "Aborted" errors during
            transport (thanks to Jerome Vouillon)
          + Enable diff if file contents have changed in one replica, but
            only properties in the other.
          + Removed misleading documentation for 'repeat' preference.
          + Fixed a bug in merging code where Unison could sometimes
            deadlock with the external merge program, if the latter
            produced large amounts of output.
          + Workaround for a bug compiling gtk2 user interface against
            current versions of gtk2+ libraries.
          + Added a better error message for "ambiguous paths".
          + Squashed a longstanding bug that would cause file transfer to
            fail with the message "Failed: Error in readWrite: Is a
            directory."
2007-04-08 22:46:36 +00:00
wiz
a648ae025d Update to 2.8.4:
2007/04/01: version 2.8.4 = tag release-2-8-4
5840: Some small stuff (logging, code improvements)
5839: IP block: Scan all files inside a .zip file when loading
      a blocklist, use the first valid file
5831: BT: New option BT-tracker_retries

2007/03/26
5819: MinGW: Fix charsetstubs.c compile with latest MinGW

2007/03/25
5817: Code updates for Ocaml 3.10.0beta compatability
- to use Ocaml 3.10 add ./configure option --enable-ocamlver=3.10
- MLDonkey will accept the new Ocaml version without this option when
  the final version of Ocaml 3.10 is released and proven to be working
- GTK1 oldgui does currently not compile with Ocaml 3.10 code
  - lablgtk1 & lablgtk2 compile with Ocaml 3.10, but some MLDonkey code
    still needs fixing, GTK1 newgui and GTK2 gui compile with Ocaml 3.10
- parts of the patch by pango

2007/03/24
5813: Options: Use original file rights in tar.gz backup,
      save backups with rights 600

2007/03/18
5807: Implement new command "man" to display command help

2007/03/17
5806: Update GNU config.guess and config.sub to version 2007/01
5775: http_client: Fix loading URLs with ()' (orbit)
5781: web_infos: Load local file if remote file can not be accessed
      (thx to xergius)
5802: Telnet: Support non-ascii input (Hung-Te Lin)

2007/03/16
Updated Mozilla protocol handler to version 2.0
(re-committed after data loss due to Savannah crash on 2007/03/12)

2007/03/11
5799: Flags: Added Aland Islands, Guernsey and Jersey,
      fixed debug_pictures command
5797: Remove unused source code in src/applets/*
5775: removed, it breaks BT downloads
5775: HTML: Fix url parsing for URLs with ()' (orbit)
5774: BT: fix upload managment (orbit)
5786: HTML: small javascript search improve (orbit)

2007/03/08
5787: HTML/Geoip: Show country flags
- new option html_flags to disable display of flags
- favicon.ico now built-in
- fix sorting bug in costats (thx to orbit)

2007/03/06
5784: Gd: Implement binding for function gdImageFilledArc
5773: Geoip: Country-based up-/download statistics
- new ini file statistics.ini, to be used later for all statistics
- new command "costats", accepts parameters:
  without parameter it displays all countries where data was transfered to
  parameter "all" displays all seen countries, countries where MLDonkey never
  saw a client are not part of the statistics data
  regular expressions can be used for country names/codes and continents,
  like "costats *aus*" (Austria and Australia), "costats *europe* *africa*"
- new command "countries" to print country database
- new command "reset_costats" to reset country statistics
- mem_stats support for modules CommonStats & Geoip
- updated country database based on GeoIP 1.4.2 C-library

2007/03/04
5765: Change hard-coded maximum value for client_buffer_size
- default stays at 500.000
- for high-volume links raise this value to 1.000.000 or higher
5767: HTML: Improve bw_stats
5768: New default for option messages_filter (thx to atordo)
5766: Windows/Unicode: Fix broken get_info function for non-ascii filenames
5782: Improve CommonNetwork.network_display_stats function

2007/02/28
5757: Some improvements for byte-code build
- "make utils" now builds byte-code if needed
- new build targets: mlnet.byte.static, release.mlnet.byte.static
- print configure infos when byte-code is to be compiled
- buildinfo prints the binary name if not "mlnet" or "mlnet.static"
- remove some unneeded variables from configure
5759: OV/KAD: improve stats, remove obsolete options, save bandwidth (bogeyman)

2007/02/19
5754: mld_hash: Compute AICH hashes (thx to pango)
- parameter hash takes new option: aich to compute eMule AICH hashes
- new parameter partial_zone: Display hashing of zones (subparts of chunks)
- new parameter check_keep, keep files after checking functions (-check) for later testing
- parameter check, option filesize is now Int64 and in bytes
5752: Fix core hanging on ARM CPUs
5750: EDK: New option upload_compression_ext_exclude (thx to pango)
- space-separated list of file extensions which are not compressed when uploaded

2007/02/18
5753: Multiuser: New variable $USER_MAIL for file_completed_cmd
5751: Improve startup log messages, remove unused code, optimize Date code
5749: BT: recognize more BT client types (orbit)
5748: KAD/OV: Limit searches for sources (bogeyman)

2007/02/15
5738: Remove obsolete multicast files (orbit)
5743: BT: Show shared torrents in upload list after commit (xergius)
5744: EDK: Fix SecureUserIdent between machines with different endianness
2007-04-08 18:27:16 +00:00
joerg
6832a3811b Fix typo. 2007-04-04 17:39:11 +00:00
tv
011582fd8e Give away to pkgsrc-users. 2007-04-04 15:02:05 +00:00
joerg
76dfd1bbf7 Fix NO_MTREE 2007-04-04 13:01:23 +00:00
adam
996e41fd97 Do not force O3 optimisation 2007-04-03 13:25:16 +00:00
wiz
e0378cad3d Remove gkrellm1 and its dependencies from pkgsrc.
This has been replaced ages ago with gkrellm version 2.

No disagreement on pkgsrc-users.
2007-04-01 21:36:16 +00:00
wiz
da0161733f Remove net/ncftp2 -- old version of net/ncftp3.
No disagreement on pkgsrc-users.
2007-04-01 21:18:45 +00:00
obache
d4de84fd6a Add missing entries and sort PLIST.
Bump PKGREVISION.
2007-03-31 14:12:10 +00:00
obache
46da31cfa5 Fix build on NetBSD. 2007-03-31 13:36:27 +00:00
abs
e512c4de87 fix HOMEPAGE 2007-03-31 12:00:21 +00:00
grant
3525ec4472 fix the largefile problem in a different way, since swapctl doesn't
work on Solaris when largefile support is enabled.
2007-03-30 05:52:37 +00:00
grant
a772b1bdb1 add required CPPFLAGS to enable largefile support on Solaris. 2007-03-30 02:37:11 +00:00
joerg
8df09a602f Support NO_MTREE. 2007-03-28 13:25:53 +00:00
joerg
a3dec08cae Support NO_MTREE=yes. 2007-03-28 13:25:12 +00:00
joerg
1fbd832e05 Fix typo, make cat8 as well. 2007-03-28 13:24:23 +00:00
tron
b35c9560d5 Fix broken in variable assignment added by last commit. 2007-03-25 22:06:02 +00:00
grant
711a0597ab remove unneeded dependency on nagios-base.
bump PKGREVISION.
2007-03-25 12:48:46 +00:00
wiz
ed7fbf36de Improve HOMEPAGE URL. 2007-03-25 05:55:26 +00:00
wiz
fa14ca698f Update to 2.12.1, addressing PR 36075:
==============
Version 2.12.1
==============

 o Fixes

	* Warning fixes (Benjamin Otte)

 o Doc Translators

	* Rostislav Raykov (bg)
	* Francisco Javier F. Serrador (es)
	* Christophe Bliard (fr)
	* Myckel Habets (nl)
	* AP S Alam (pa)
	* Nickolay V. Shmyrev (ru)
	* Daniel Nylander (sv)

 o Translators

	* Khaled Hosny (ar)
	* Runa Bhattacharjee (bn_IN)
	* Mahay Alam Khan (bn)
	* Hendrik Richter (de)
	* Pema Geyleg (dz)
	* Francisco Javier F. Serrador (es)
	* Ivar Smolin (et)
	* Iñaki Larrañaga Murgoitio (eu)
	* Ilkka Tuohela (fi)
	* Robert-André Mauchin (fr)
	* Ignacio Casal Quinteiro (gl)
	* Garry Lachman (he)
	* Gabor Kelemen (hu)
	* Alessio Frusciante (it)
	* Alexander Didebulidze (ka)
	* Žygimantas Beručka (lt)
	* Raivis Dejus (lv)
	* Fano Rajaonarisoa (mg)
	* Ani Peter (ml)
	* Sanlig Badral (mn)
	* Rahul Bhalerao (mr)
	* Shyam Krishna Bal (ne)
	* Åsmund Skjæveland (nn)
	* Subhransu Behera (or)
	* Amanpreet Singh Alam (pa)
	* GNOME PL Team (pl)
	* Leonardo Ferreira Fontenelle (pt_BR)
	* Leonid Kanter (ru)
	* Matic Žgur (sl)
	* Игор Несторовић (sr)
	* Daniel Nylander (sv)
	* Theppitak Karoonboonyanan (th)
	* Mai Hao Hui (zh_CN)
	* Woodman Tuen (zh_HK)
2007-03-24 19:29:37 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
heinz
3b9fd51eef Updated to version 0.59.
Pkgsrc changes:
  - Removed patch-ac for t/11-inet6.t, this got integrated by the software
    maintainer.

Changes since version 0.58:
===========================
*** 0.59 September 18, 2006
Fix rt.cpan.org 20836, 20857, 20994, and 21402

    These tickets all revolved around proper reverse mapping of IPv6
    addresses.
    Note that directly calling Question->new() withouth arguments will
    cause the qclass,qtype to be IN, A instead of ANY, ANY.
    Net::DNS::Resolver's search() method would always gracefully
    interpret a qname in the form of an IPv4 address. It would go out
    and do a PTR query in the reverse address tree. This behavior has
    also been applied to IPv6 addresses in their many shapes and
    forms.
    This change did two things, 1) root zone not implicitly added to
    search list when looking up short name, 2) default domain appended
    to short name if DEFNAMES and not DNSRCH.

Fix rt.cpan.org 18113
   Minor error due to unapplied part of patch fixed.

Feature: Experimental NSEC3 hooks.
   Added hook for future support of (experimental) NSEC3 suppport
   (NSEC3 having an experimental type code).
2007-03-24 18:43:40 +00:00
markd
9aaaae85c7 add libtrace 2007-03-24 14:11:41 +00:00
markd
74edeb3af1 Initial import of libtrace 3.0.0
libtrace is a library for trace processing. It supports multiple input methods,
including device capture, raw and gz-compressed trace, and sockets; and
multiple input formats, including pcap and DAG.

Features
* Understands PCAP, ERF, DAG, legacy POS, ATM and Ethernet and preliminary
  WAG formats
* Read from tracefile, gz-compressed tracefile
* Native DAG read support
* BPF filter support on all input formats
* Format conversion into ERF and PCAP formats
* Write to tracefile for all formats
* Write to interface via PCAP or Natively under Linux
* libpacketdump, a packet dumping library useful for diagnosis
* Various tools for trace manipulation
2007-03-24 14:10:31 +00:00
adrianp
8464f66dc1 Fix typos in options.mk
Fix snort-flexresp{2} so that they actually can be tested and work properly
 with the new libnet{10,11} laoyout
Pointed out by wiz@ in private email
2007-03-23 10:54:52 +00:00
wiz
2ff794eb7f Complete move of chat/ser to net/ser. Addresses PR 36059. 2007-03-23 06:26:18 +00:00
wiz
1de8c1327f Reimport chat/ser as net/ser, since that's a better fit.
Addresses PR 36059.
2007-03-23 06:24:49 +00:00
gendalia
9b17936635 fix PLIST, bump PKGREVISION 2007-03-21 19:49:24 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
gendalia
44a4820529 Update OpenAFS from 1.4.1 to 1.4.4.
Changes:
* Security bugfix:
- SetUID is no longer honored for the local cell by default. The
   "fs setcellstatus" command must be issued for any cell the system
   administrator wishes to allow setuid files in.
>From 1.4.3:
All unix systems:
- Fix Universal AFS Error mapping when the local OS does not define some
   errors.
- Avoid byte range locking for java when it means to ask for a whole file
   lock but uses a -1 length.
- Reinit resolver library on afsdb failure.
All systems:
- Make rxdebug be less aggressive when retransmitting.
- Allow unix domain socket for fileserver-volserver communication.
- Fix server fake address support when NetRestrict is being used.
- Fix crash when 3.4 jumbograms are part of an Rx connection.
- Fix crashes in pts chown and pts rename.
- Make asetkey buildable with Heimdal.
- Avoid potential orphaned files during vos restore.
- Improve ubik debug logging.
- Add vldb repair tool.
- Avoid potential bosserver process list corruption.
- Revert to previous fileserver startup attachment order.

>From 1.4.2:
All systems:
* Volume dump parsing code in the volserver has better error checking.
* salvager has improved damaged volume handling on namei fileservers.
* fileserver has size validity checks for when large file support is
   disabled.
* fileserver avoids potentially multiply adding a host to its hash table.
* rxkad client private data storage is allocated dynamically on ticket size.
* Handle universal error code translation for file locking.
* fileserver needs to swap callback connections on a client IP change.
* fileserver host package revised to reduce lock contention.
* Rx has been fixed to count hard acks, thus opening the congestion window.
* All servers support bound Rx sockets (on one interface).
* namei fileserver no longer use lockf() to avoid range locking issues.
* most binaries now support the -version switch.
* backup suite fixes for 64 bit platforms.
* volserver avoids holding holds during volume purges.
* volserver avoids losing files on namei during vos zap.

> Since 1.4.1:
All systems:
  * Fix rx usage of WSAStartup/WSACleanup
  * Fix the code that writes the backconnectionhostnames value
    to ensure that the data buffer is written with the correct
    length.
  * Do not panic if the maximum number of volume entries are in use
    and one of them can be recycled.
  * Add a missing lock that was lost during the pullup
    of patchs for 1.4.1c
  * Fix the pthread library so that it can be loaded
    and unloaded safely by an application.
2007-03-21 04:29:29 +00:00
grant
69495a534e add PKG_OPTION acl to enable Access Control Lists. tested on Solaris
10 w/ UFS (ZFS/NFSv4 style ACLs not yet supported as of this release
of Samba).
2007-03-20 22:17:09 +00:00
tron
f06bbc8acd Remove "gftp" packages. They are broken and unmaintained.
Approved by Jared D. McNeill.
2007-03-20 13:32:10 +00:00
taca
bf3af01e7a Add and enable wide-dhcpv6. 2007-03-19 17:32:55 +00:00
taca
0079af1f98 Importing wide-dhcpv6 20061016 release.
Tested by KAWAMOTO Yoshihisa (kawamoto@).

WIDE-DHCPv6 is an open-source implementation of Dynamic Host
Configuration Protocol for IPv6 (DHCPv6) developed by the KAME
project.

The implementation mainly conforms to the following standards:

- RFC3315: Dynamic Host Configuration Protocol for IPv6 (DHCPv6)
- RFC3319: Dynamic Host Configuration Protocol (DHCPv6) Options
	   for Session Initiation Protocol (SIP) Servers
- RFC3633: IPv6 Prefix Options for Dynamic Host Configuration
	   Protocol (DHCP)
- RFC3646: DNS Configuration options for Dynamic Host
	   Configuration Protocol for IPv6 (DHCPv6)
- RFC4075: Simple Network Time Protocol (SNTP) Configuration
	   Option for DHCPv6
- RFC4242: Information Refresh Time Option for Dynamic Host
	   Configuration Protocol for IPv6 (DHCPv6)

All the components of the main protocol are provided, i.e.,
DHCPv6 clients, servers, and relay agents.

Supported message types are as follows:
  Solicit, Advertise, Request, Renew, Rebind, Release, Reply,
  Information-request, Relay-forward and Relay-reply.

Note that the current implementation does not support IPv6
temporary address allocation by DHCPv6, and there is no plan to
implement that feature at the moment.
2007-03-19 17:32:07 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
rillig
cc7ea0df7e Fixed the COMMENT and the contents of DESCR. The gopher server isn't
included anymore.

See http://mail-index.netbsd.org/pkgsrc-users/2007/03/18/0008.html
2007-03-19 13:19:01 +00:00
wiz
e10a31d7b7 Update to 2.14.7:
ORBit2-2.14.7

	* bug fixes
		+ Split up some asserts to ease debugging
		+ Dist MAINTAINERS

ORBit2-2.14.6

	* bug fixes
		+ Add uninstalled .pc files (Brian Cameron)
		+ Improve debugging (Kees Cook)
		+ Build fix (dmacks at netspace org)
2007-03-18 21:00:55 +00:00
adam
4011934660 Perl path fix 2007-03-18 18:59:05 +00:00
adam
ace8bd3aea Changes 3.4:
* perl 5.00503 fix
* added TCP/DNS
* added TCP/Rwhois
* added TCP/SIP, UDP/SIP, UDP/IAX2, TCP/Asterisk
* added TCP/RPC, UDP/RPC
* added asynchronous resolver
* radius fix
* code reorganization
* configurable ip options: TTL, TOS, LSRR, SSRR
* support for web_auth_none
* scheduler adjustment
* http redirect loop detection fix
* argusctl checknow added
* notification %O fix
* database testing enhancements
* added remote monitoring agent
* faster SSL failure detection
* enhanced performance
2007-03-18 18:45:14 +00:00
joerg
9fd640c6a0 Don't depend on mtree to provide man page directories. Sort PLIST. 2007-03-17 19:29:58 +00:00
taca
e0fd303388 Add official patches for 3.0.24.
o security = share and NTLMv2

	Fixes an issues with servers set to "security = share" and Vista
	clients that send NTLMv2 responses by default.

o Vista Point-n-Print

	Fixes several point-n-print bugs with Vista clients.

o BUG 4361

	Fix failure when using the Vista backup utility.

o BUG 4093

	Fix expansion of the %a smb.conf variable for Vista clients.

o BUG 4356

	Fix MS-DFS referrals with Windows Vista clients.

o BUG 4188

	Fix for Vista failing to delete directories on a Samba share.

Bump PKGREVISION.
2007-03-17 15:43:15 +00:00
christos
5d579c6f68 restore rmail from libexec not bin since it moved and the libexec one is newer 2007-03-16 23:09:02 +00:00
christos
b67b313694 put in the pkgsrc location of uucico 2007-03-16 20:05:37 +00:00
christos
2ede49c1b5 - fix plist
- bump package
2007-03-16 20:02:04 +00:00