Commit graph

156146 commits

Author SHA1 Message Date
schmonz
4d64ec4741 De-fuzz patch. 2010-03-13 21:48:38 +00:00
seb
150007411e Note initial addition of p5-Devel-StackTrace-AsHTML version 0.05
as devel/p5-Devel-StackTrace-AsHTML into The NetBSD Packages
Collection.

The Perl 5 module Devel::StackTrace::AsHTML adds as_html method to
Devel::StackTrace which displays the stack trace in beautiful HTML,
with code snippet context and function parameters. If you call it
on an instance of Devel::StackTrace::WithLexicals, you even get to
see the lexical variables of each stack frame.
2010-03-13 21:18:57 +00:00
seb
c517a9310b Add & enable p5-Devel-StackTrace-AsHTML 2010-03-13 21:18:00 +00:00
seb
55a3ff4b1b Initial import of p5-Devel-StackTrace-AsHTML version 0.05 in the
NetBSD Packages Collection.

The Perl 5 module Devel::StackTrace::AsHTML adds as_html method to
Devel::StackTrace which displays the stack trace in beautiful HTML,
with code snippet context and function parameters. If you call it
on an instance of Devel::StackTrace::WithLexicals, you even get to
see the lexical variables of each stack frame.
2010-03-13 21:17:26 +00:00
fhajny
6c4a5b199e Updated ejabberd to 2.1.3 2010-03-13 21:06:14 +00:00
fhajny
fb973f5815 Updated chat/ejabberd to 2.1.3.
Changes in ejabberd-2.1.3

Client connections
* Avoid 'invalid' value in iq record
* Avoid resending stream:error stanzas on terminate (EJAB-1180)
* Close also legacy sessions that were half connected (EJAB-1165)
* iq_query_info/1 now returns 'invalid' if XMLNS is invalid
* New ejabberd_c2s option support: max_fsm_queue
* Rewrite mnesia counter functions to use dirty_update_counter (EJAB-1177)
* Run user_receive_packet also when sending offline messages (EJAB-1193)
* Use p1_fsm behaviour in c2s FSM (EJAB-1173)

Clustering
* Fix cluster race condition in route read
* New command to set master Mnesia node
* Use mnesia:async_dirty when cleaning table from failed node

Documentation
* Add quotes in documentation of some erl arguments (EJAB-1191)
* Add option access_from (EJAB-1187)
* Add option max_fsm_queue (EJAB-1185)
* Fix documentation installation, no need for executable permission
  (EJAB-1170)
* Fix typo in EJABBERD_BIN_PATH (EJAB-891)
* Fix typos in example config comments (EJAB-1192)

ejabberdctl
* Support concurrent connections with bound connection names
* Add support for Jot in ctl and TTY in debug
* Support help command names with old - characters
* Fix to really use the variable ERL_PROCESSES

Erlang compatibility
* Don't call queue:filter/2 to keep compatibility with older Erlang versions
* Use alternative of file:read_line/1 to not require R13B02

HTTP
* Add new debugging hook to the http receiving process
* Allow a request_handler to serve a file in root of HTTP

HTTP-Bind (BOSH)
* Cross-domain HTTP-Bind support (EJAB-1168)
* Hibernate http-bind process after handling a request
* Reduce verbosity of HTTP Binding log messages

LDAP
* Document ldap_dn_filter, fetch only needed attributes in search
  (EJAB-1204)
* Use "%u" pattern as default for ldap_uids (EJAB-1203)

Localization
* Fix German translation (EJAB-1195)
* Fix Russian translation

ODBC
* Fix MSSQL support, which was broken (EJAB-1201)
* Improved SQL reconnect behaviour

Pubsub, PEP and Caps
* Add extended stanza addressing 'replyto' on PEP (EJAB-1198)
* Add pubsub#purge_offline (EJAB-1186)
* Fix pubsub#title option (EJAB-1190)
* Fix remove_user for node subscriptions (EJAB-1172)
* Optimizations in mod_caps

Other
* mod_register: Add new acl access_from, default is to deny
* mod_sic: new module for the experimental XEP-0279 Server IP Check
  (EJAB-1205)
* PIEFXIS: Catch errors when exporting to PIEFXIS file (EJAB-1178)
* Proxy65: new option "hostname" (EJAB-838)
* Roster: Fix resending authorization problem
* Shared Roster Groups: get contacts nickname from vcard (EJAB-114)
* S2S: Improved s2s connections clean up (EJAB-1202)

Changes in ejabberd-2.1.2

Core
* Close sessions that were half connected
* Fix SASL PLAIN authentication message for RFC4616 compliance
* Fix support for old Erlang/OTP R10 and R11
* Return proper error (not 'conflict') when register is forbidden by ACL
* When ejabberd stops, send stream close to clients

ejabberdctl
* Check for EGID in ejabberdctl command
* Command to stop ejabberd informing users, with grace period
* If there's a problem in config file, display config lines and stop node

MUC
* Kick occupants with reason when room is stopped due to MUC shutdown
* Write in room log when a room is created, destroyed, started, stopped

PubSub and PEP
* Don't call gen_server on internal event (improves performance and
  scalability)
* Fix duplicate SHIM header in Pubsub message
* Notification messages of Pubsub node config change contained a SHIM
  header
* SubID SHIM header missing in Pubsub message with multiple subscriptions
  on the same node
* PEP: last published item not sent from unavailable users when the
  subscription is implicit (XEP-0115)
* pep_mapping not working due to Node type mismatch

WebAdmin
* If big offline message queue, show only subset on WebAdmin
* Support in user list page of WebAdmin when mod_offline is disabled
2010-03-13 21:05:48 +00:00
schmonz
fd3350000b Updated www/ikiwiki to 3.20100312 2010-03-13 20:20:19 +00:00
schmonz
3df5874e7f Update to 3.20100312. From the changelog:
* Fix utf8 issues in calls to md5_hex.
* moderatedcomments: Added moderate_pagespec that can be used
  to control which users or comment locations are moderated.
  This can be used, just for example, to moderate "user(http://myopenid.com/*)"
  if you're getting a lot of spammers from one particular openid
  provider (who should perhaps answer your emails about them),
  while not moderating other users.
* moderatedcomments: The moderate_users setting is deprecated. Instead,
  set moderate_pagespec to "!admin()" or "user(*)".
* Fix missing span on recentchanges page template.
* search: Avoid '$' in the wikiname appearing unescaped on omega's
  query template, where it might crash omega.
* htmlscrubber: Security fix: In data:image/* uris, only allow a few
  whitelisted image types. No svg.
2010-03-13 20:20:08 +00:00
pettai
cc1c98cfd2 + zkt 2010-03-13 19:22:44 +00:00
pettai
89421a47f3 Added security/zkt version 0.99c 2010-03-13 19:21:14 +00:00
pettai
3024e03f99 ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consist of two commands:
* dnssec-zkt to create and list dnssec zone keys and
* dnssec-signer to sign a zone and manage the lifetime of the zone signing keys
Both commands are simple wrapper commands around the dnssec-keygen(8) and
dnssec-signzone(8) commands provided by BIND.
2010-03-13 19:19:51 +00:00
seb
8f3072606d Note initial addition of p5-Test-Requires version 0.03 as
devel/p5-Test-Requires into The NetBSD Packages Collection.

The Perl 5 module Test::Requires allows to test if a module can be
loaded.  When used in a Test::Simple/Test::More test script all
tests are skipped if a module can not be loaded.
2010-03-13 18:13:42 +00:00
seb
3fd93fb127 Add & enable p5-Test-Requires 2010-03-13 18:13:10 +00:00
seb
37836d499d Initial import of p5-Test-Requires version 0.03 in the NetBSD
Packages Collection.

The Perl 5 module Test::Requires allows to test if a module can be
loaded.  When used in a Test::Simple/Test::More test script all
tests are skipped if a module can not be loaded.
2010-03-13 18:12:40 +00:00
pettai
a69024cc0a + softhsm 2010-03-13 18:02:27 +00:00
pettai
139a4ce0e2 Added security/softhsm version 1.1.3 2010-03-13 18:00:57 +00:00
pettai
9f4ca60dd0 Fixed wip errors 2010-03-13 17:51:26 +00:00
pettai
30ae9b24fa SoftHSM is an implementation of a cryptographic store accessible through a
PKCS#11 interface. You can use it to explore PKCS#11 without having a
Hardware Security Module. It is being developed as a part of the OpenDNSSEC
project. SoftHSM uses Botan for its cryptographic operations.
2010-03-13 17:47:56 +00:00
spz
e3f348995d make "rrdtool restore" work on archs where time_t is an int 2010-03-13 16:41:21 +00:00
wiz
92f976f8e4 Fix patch. 2010-03-13 12:44:29 +00:00
spz
d669f18614 fix file permission != directory permission problem for the pkg_summary.bz2 2010-03-13 11:45:16 +00:00
pettai
07db0a11b7 + py-pcap 2010-03-13 10:25:13 +00:00
pettai
eb3fa330f1 Added net/py-pcap version 1.1 2010-03-13 10:23:27 +00:00
pettai
b4a5b86d7a Simplified object-oriented Python extension module for libpcap -
the current tcpdump.org version, the legacy version shipping with some of
the BSD operating systems, and the WinPcap port for Windows.
2010-03-13 10:20:53 +00:00
pettai
93ce000ab2 + ruby-dnsruby 2010-03-13 10:06:07 +00:00
pettai
998432bee5 Removed not needed lines (to a removed patch-file) 2010-03-13 09:27:26 +00:00
obache
59ed6f9fb6 Add missing entries (just TODO, not CHANGES-2010). 2010-03-13 08:33:05 +00:00
obache
977bb0040b Honor PKGMANDIR and add user-destdir installation support. 2010-03-13 05:46:55 +00:00
obache
7334b29257 Add usre-destdir installation support and expunge custom PKG_SYSCONFDIR
handlinkg (it will handled automatically).
2010-03-13 05:20:24 +00:00
obache
e5fd22f1b4 set HOMEPAGE. 2010-03-13 05:05:51 +00:00
obache
d5b72d5e39 Updated security/lsh to 2.0.4 2010-03-13 04:40:27 +00:00
obache
66a3fea37a Updte lsh to 2.0.4.
While here,
 * set LICENSE=gnu-gpl-v2
 * marked as user-destdir installation ready
 * switch to use system argp
 * add missing zlib buildlink

News for the 2.0.4 release

	Fixed x11 forwarding bug in the lsh client.

News for the 2.0.3 release

	At startup, lshd now tries to close any spurious open file
	descriptors. New test case for lshd fd leakage.

	lshd --daemonic --no-syslog now sets up a proper daemonic
	environment, except that log messages are still sent to
	stderr. Improved testing of this feature.
2010-03-13 04:40:12 +00:00
pettai
fa2725381f + rancid 2010-03-12 23:42:46 +00:00
pettai
b24a3a0bef Added net/rancid version 2.3.2 2010-03-12 23:40:56 +00:00
pettai
f4782d5c1c RANCID monitors a router's (or more generally a device's) configuration,
including software and hardware (cards, serial numbers, etc) and uses CVS
(Concurrent Version System) or Subversion to maintain history of changes.

CVE-2008-4979 (getipacctg) is still not fixed by upstream, however,
that script is not part of the core fuction (rather a contrib)
and probably not going to be used by the normal users of this package.
2010-03-12 23:39:16 +00:00
pettai
d59f877c25 + tclreadline 2010-03-12 23:20:54 +00:00
pettai
5ec85e3373 Added devel/tclreadline version 2.1.0 2010-03-12 23:19:17 +00:00
pettai
2985c614e7 The tclreadline package makes the GNU Readline library available for
interactive tcl shells. This includes history expansion and file/command
completion. Command completion for all tcl/tk commands is provided and
commmand completers for user defined commands can be easily added.
tclreadline can also be used for tcl scripts which want to use a shell
like input interface. In this case the ::tclreadline::readline
read command has to be called explicitly.
2010-03-12 23:18:13 +00:00
minskim
b7a1c486e6 Note removal of tex-cmex. 2010-03-12 23:11:13 +00:00
minskim
c3ae8bdc94 Remove tex-cmex, which was obsoleted by tex-amsfonts in TeX Live 2009. 2010-03-12 23:09:42 +00:00
pettai
6d01705b6e + sid-milter 2010-03-12 22:46:08 +00:00
pettai
9c47c12012 Added mail/sid-milter version 1.0.0 2010-03-12 22:44:03 +00:00
pettai
f22c17f195 The sid-milter package is an open source implementation of the Sender-ID and
SPF sender authentication systems.

Sender-ID and SPF have both been published by the IETF (RFC4406 and RFC4408,
respectively) as experimental proposals.

This package consists of a library that implements the record parsers needed
to provide the authentication service, and a milter-based filter application
that can plug in to the sendmail MTA to provide that service to sufficiently
recent sendmail and postfix MTAs.

An optional asynchronous resolver library is also provided to work around
limitations of the basic BIND resolver which comes installed on most
systems.
2010-03-12 22:42:55 +00:00
minskim
fd1e8b5779 Add tex-a4wide and tex-a4wide-doc. 2010-03-12 22:40:43 +00:00
minskim
bef8570b81 Import tex-a4wide-doc-2009 as print/tex-a4wide-doc.
This is documentation for tex-a4wide.
2010-03-12 22:38:52 +00:00
minskim
0e8acab30c Import tex-a4wide-2009 as print/tex-a4wide.
This package increases the width of the LaTeX typeset area of an a4
page.  This sort of operation is capable of producing typographically
poor results; the operation itself is better provided by the geometry
package.  The package uses the a4 package.
2010-03-12 22:38:38 +00:00
pettai
99e5c9bbae + pam-tacplus 2010-03-12 22:18:42 +00:00
pettai
c99e57fbff Added security/pam-tacplus version 1.2.11 2010-03-12 22:16:38 +00:00
pettai
ff26987d56 TACACS+ protocol client library and PAM module in C.
This PAM module support authentication, authorization (account
management) and accounting (session management) performed using
TACACS+ protocol designed by Cisco.
2010-03-12 22:15:27 +00:00
minskim
bbe40a75d1 Correct distinfo. 2010-03-12 21:36:53 +00:00