Commit graph

9895 commits

Author SHA1 Message Date
seb
d1a0e49ac3 Add & enable p5-Net-Server-SS-PreFork 2010-04-11 18:57:01 +00:00
seb
afde8b2a8a Initial import of p5-Net-Server-SS-PreFork version 0.05 in the
NetBSD Packages Collection.

The Perl 5 module Net::Server::SS::PreFork is Net::Server personality,
extending Net::Server::PreFork, that can be run by the start_server
script of Server::Starter.
2010-04-11 18:54:59 +00:00
imil
91e760585b Add & enable nagstamon 2010-04-11 09:28:50 +00:00
imil
43b3f61001 Initial import of nagstamon, version 0.9.2, into the NetBSD Packages Collection.
Nagstamon is a Nagios status monitor for the desktop inspired by Nagios Checker
for Firefox.
It connects to multiple Nagios servers and resides in systray or as a floating
statusbar at the desktop showing a brief summary of critical, warning, unknown,
unreachable and down hosts and services and pops up a detailed status overview
when moving the mouse pointer over it. Connecting to displayed hosts and
services is easily established by context menu via SSH, RDP and VNC. Users can
be notified by sound. Hosts and Services can be filtered by category and
regular expressions.
2010-04-11 09:24:20 +00:00
markd
724ffb2ddc Update kmldonkey to 2.0.2.4.4.0
Version from kde4 extragear. Additional locales supported, otherwise
changes unknown.
2010-04-10 03:04:47 +00:00
markd
b74806d5a9 Update KDE to 4.4.2
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.

KDE SC 4.4.1 has a number of improvements:
 A performance problem in KMail when sending emails has been fixed
 Various fixes in Plasma widgets and other addons, such as the analog clock
  and the picture frame
 A number of fixes in Konsole, KDE's powerful terminal application

KDE SC 4.4.2 has a number of improvements:
 Possible crashes in Plasma, Dolphin and Okular have been fixed
 The Microblog applet now shows the correct time in the timeline
 The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
  anymore
2010-04-10 02:45:02 +00:00
adam
bc87a9a353 Changed option name from 'x11' to 'gtk2', as GTK2 can be built without X11
support (e.g. on Mac OS X). Tested - works on Mac OS X without X11.
2010-04-08 10:03:31 +00:00
joerg
de503479a1 --datarootdir is not understood by nagios-ncsa, so don't append it for that. 2010-04-07 17:57:41 +00:00
obache
c625535ef5 Update pear_Net-Sieve to 1.2.0.
Based on PR#43124 by Wen Heping.

Changes since version 1.2.0b1:
* Fix DIGEST-MD5 authentication (Aleksander Machniak, Bug #17285).
* Don't try to call dl() if mbstring extension isn't loaded (Bug #17038).
Changes since version 1.1.7:
* Added support for adding a custom debug handler (Aleksander Machniak, Request #16681).
* Fix breakage with certain locales, especially Turkish.
* Fix reading authentication responses without literals (Bug #16647).
* Code cleanup.
2010-04-07 08:41:54 +00:00
wiz
02b7cd2ac4 Update to 20100404 to make it work again. 2010-04-05 18:14:28 +00:00
wiz
19472a1862 Update to 2.2.11. Previous version didn't work any longer due to youtube
changes.


Version 2.2.11
--------------
April 3, 2010

Bugfixes:
  * Youtube, update patterns to reflect website changes


Version 2.2.10
--------------
March 24, 2010

Changes:
  * Add buzzhumor.com support
  * Mark ehrensenf.de support as broken

Bugfixes:
  * Update --hosts format strings
  * dailymotion.com
    # Change format IDs to reflect website changes (yet again):
      * h264-hd -> hd
      * h264-hq -> hq
      * removed h264 and spark-mini (no longer even listed)
    # Parse title from elsewhere
      * Title was previously parsed from the title HTML tag
      * Which usually contained more than we cared for
    # Spew out an error if the video looks like a partner video
  * break.com
    # Support, thanks to Werner Elsler for the fix
    # Title parsing, ported from libquvi
2010-04-05 18:12:22 +00:00
tron
42b4211447 Update "wireshark" package to version 1.2.7. Changes since version 1.2.6:
Bug fixes:
- SNMPv3 Engine ID registration. (Bug 2426)
- Open file dialog always displayed when clicking anywhere on
  Wireshark. (Bug 2478)
- tshark reports wrong number of bytes on big dumpfiles with -z
  io,stat. (Bug 3205)
- Negative INTEGER number displayed as positive number in SNMP
  dissector. (Bug 3230)
- Add support for FT_BOOLEAN fields to wslua FieldInfo. (Bug 4049)
- Wireshark crashes w/ GLib error when trying to play RTP
  stream. (Bug 4119)
- Windows 2000 support has been restored. (Bug 4176)
- Wrong dissection on be_cell_id_list for bssmap. (Bug 4437)
- I/O Graph dropdown boxes not working correctly. (Bug 4487)
- Runtime Error when right-clicking field and selecting "Filter
  Field Reference". (Bug 4522)
- In GSM SMS PDU TPVPF showing wrong. (Bug 4524)
- Profinet: May be wrong defined byte meaning. (Bug 4525)
- GLib-CRITICAL ** Message. (Bug 4547)
- Certain EDP display filters trigger Wireshark/tshark runtime
  error. (Bug 4563)
- Some NCP frames trigger "Dissector bug, protocol NCP". (Bug 4565)
- The encapsulation abbreviation "bluetooth-h4" is ambiguous.(Bug 4613)
Updated Protocol Support:
- BSSMAP, DMP, GSM SMS, LDSS, NCP, PN/IO, PPP, SIP, SNMP

Requested by Alistair Crooks.
2010-04-04 11:40:25 +00:00
wiz
c2c24edcb8 Update to 0.2.1.25, provided by maintainer Christian Sturm in PR 43103:
Changes in version 0.2.1.25 - 2010-03-16
  o Major bugfixes:
    - Fix a regression from our patch for bug 1244 that caused relays
      to guess their IP address incorrectly if they didn't set Address
      in their torrc and/or their address fails to resolve. Bugfix on
      0.2.1.23; fixes bug 1269.
    - When freeing a session key, zero it out completely. We only zeroed
      the first ptrsize bytes. Bugfix on 0.0.2pre8. Discovered and
      patched by ekir. Fixes bug 1254.

  o Minor bugfixes:
    - Fix a dereference-then-NULL-check sequence when publishing
      descriptors. Bugfix on 0.2.1.5-alpha. Discovered by ekir; fixes
      bug 1255.
    - Fix another dereference-then-NULL-check sequence. Bugfix on
      0.2.1.14-rc. Discovered by ekir; fixes bug 1256.
    - Make sure we treat potentially not NUL-terminated strings correctly.
      Bugfix on 0.1.1.13-alpha. Discovered by rieo; fixes bug 1257.
2010-04-02 09:58:44 +00:00
roy
1a8364f559 Import dhcpcd-5.2.2 with the following changes:
* The broadcast flag is now automatically set for interfaces that require
  it, via platform detection. Currently qeth on Linux.
* Fix a file descriptor leak on Linux getting platform info.
* Don't send a maximum DHCP message size beyond what we can handle.
* ip_ip is now randomized.
* IPTOS_LOWDELAY and IP_DF flags are no longer set.
* SSID is now correctly terminated on Linux.
2010-03-31 09:11:11 +00:00
obache
47bd945b9f Update amule to 2.2.6.
Requested by Rumko by PR#43069.

Version 2.2.6 - The "we don't have holidays" version.
----------
2009-09-16

	GonoszTopi:
		* Fixed obfuscated server UDP communication.
		* Fixed cross-endian Kad node verification.
		* Fixed name conflict in builtin PHP parser.
		* Fixed configure finding unwanted Crypto++ installations.

	Marcell:
		* Properly update transfers tab's bottom pane's title.

	mr_hyde:
		* Fixed a bug in detecting and using the fallocate() function.

	Sam Hocevar:
		* Now really fixed that security issue.

	Stu Redman:
		* Fixed HTTP download if server transmits no content-length
		* Fixed several cases of amulecmd printing zero on big endian machines
		* Fixed amuleweb crashing on tiny downloads
		* Added version resources to MSVC binaries
		* Fixed wrong search text in search dialog after deleting a tab
		* Fixed download limit in amuled (which was 50% of what was set)

	Wuischke:
		* Fix amuleweb progress bar display for files > 4GB

	Special Thanks To:
		* stefanero and his bleeding-edge system
2010-03-30 13:06:53 +00:00
obache
3d4ff03947 Update nload to 0.7.2.
While here, set LICENSE=gnu-gpl-v2.

2008-06-28 Roland Riegel <feedback@roland-riegel.de>

	* Really fix compilation with g++ 4.3

2008-02-27 Roland Riegel <feedback@roland-riegel.de>

	* If devices are given on the command line, display only these

	* Use --sysconfdir as given to configure
2010-03-30 11:17:45 +00:00
sbd
a243e8fd1a add 'bin/LinuxVNC' to PLIST.Linux From PR 42289
Bump PKGREVISION

OK wiz@
2010-03-30 04:36:54 +00:00
pettai
626365fdf7 Fixed brokenness of patch-ad
Ok'ed during freeze by wiz@
2010-03-27 13:37:33 +00:00
taca
63913f379a Enable USE_PHP_EXT_PATCHES to apply patch to fix CVE-2010-0397
security problem.

Bump PKGREVISION.
2010-03-27 06:24:36 +00:00
obache
400dbf634c improve buildlink with pre-gnome option. 2010-03-27 01:40:22 +00:00
sbd
df826ade45 Re-inlcude "platform.def" in Xvnc/config/cf/vnc.def as not include breaks
the build on linux. Fixes PR 42291.

Bump PKGREVISION.

Ok wiz@
2010-03-24 21:35:12 +00:00
asau
9d172bbac7 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
joerg
7f9addce11 Fix DESTDIR installation by not messing with ${PREFIX}/etc. 2010-03-24 15:36:22 +00:00
lukem
4ceba32db0 Update to tnftpd-20100324:
Security fix when globbing paths.
 Install example configuration files.
2010-03-24 14:12:44 +00:00
zafer
e1cdf09bbb Update filezilla to 3.3.2.1
Changelog:

* Remember location of update download directory
* Cancel file renaming on actions that change the file list, such as changing sort order or performing a refresh
* Cancel file renaming if starting a drag&drop operation
* Filter invalid characters if downloading through double-clicking files or if adding from the search dialog
* Fix site-specific bookmarks menu
* The menu did not reflect initial value of preserve timestamp option properly
* MSW: Keep FileZilla subdirectory in startmenu when updating, preserves custom order
* MSW: Add AppID support to installer
2010-03-23 22:28:55 +00:00
wiz
4048f0502b Fix test ==.
Reported by Robert Elz in PR 43046.
2010-03-23 13:45:28 +00:00
joerg
ccffde7a2e Mark as unsupported for NetBSD 5+ as it wants to mess with kernel
internals no longer exported in the expected way.
2010-03-22 16:21:31 +00:00
pettai
ea7301c840 Nmap 5.21 [2010-01-27] (-> Nmap 5.00)
Some of highlights are:

o Dramatically improved the version detection database, integrating
  2,596 submissions that users contributed since February 3, 2009!
o Added 7 new NSE scripts for a grand total of 79!
o Performed a memory consumption audit and made changes to
  dramatically reduce Nmap's footprint.
o A major service detection submission integration.
o Added some new service detection probes
o Added 14 new NSE scripts for a grand total of 72! You can learn
  about them all at http://nmap.org/nsedoc/. Here are the new ones:
o Nmap's --traceroute has been rewritten for better performance.
o Integrated 1,349 fingerprints (and 81 corrections).
o [NSE] Default socket parallelism has been doubled from 10 to 20.
o [NSE] Now supports worker threads
o Zenmap now includes ports in the services view whenever Nmap found
  them "interesting," whatever their state.
o [Ncat, Ndiff] The exit codes of these programs now reflect whether
  they succeeded.
o Optimize MAC address prefix lookup by using an std::map
o Canonicalized the list of OS detection device types to a smaller set.
o Zenmap's UI performance has improved significantly.
o [NSE] socket garbage collection was rewritten for better performance.

Many many bugfixes!

For full changelog, see http://nmap.org/changelog.html

Ok'ed during freeze by wiz@
2010-03-21 21:58:23 +00:00
kim
e02a7173d8 Upgrade proftpd to 1.3.3 (bug fixes, see the NEWS file for a full list). 2010-03-21 21:24:25 +00:00
joerg
a9575b4a73 libfetch-2.31:
PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs
if the home directory is not the root directory.

Remember the current directory the first time a CWD / CDUP has to be
issued. Use the document as full URL if the URL started with two /
(quoted or not), otherwise append it to the initial directory.
2010-03-21 16:48:42 +00:00
wiz
5a532b436c Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
schmonz
a049ea1750 Revert inadvertent version bump in previous. 2010-03-21 02:50:47 +00:00
wiz
e2e8d6bdda Finish move of ktorrent to ktorrent-kde3, and ktorrent3 to ktorrent. 2010-03-20 21:53:49 +00:00
wiz
d3472a38e4 Update to 3.3, the KDE4 version (previously in net/ktorrent3). 2010-03-20 21:53:06 +00:00
wiz
bf67b19c69 Reimport ktorrent as ktorrent-kde3 to make space for the kde4 version.
Addresses PR 42920.
2010-03-20 21:52:23 +00:00
adrianp
10aa847d68 Don't have time to MAINTAIN these anymore, so back to pkgsrc-users@ 2010-03-20 21:32:40 +00:00
schmonz
c7676f71fa DESTDIR support, and take MAINTAINER. 2010-03-20 01:51:40 +00:00
schwarz
930f7c167d MacOS 10.6 needs -lresolv 2010-03-20 00:04:21 +00:00
joerg
52208d1664 Fix path to bltwish. Bump revision. 2010-03-19 15:04:05 +00:00
wiz
870b2773a3 Sort. 2010-03-18 09:19:40 +00:00
sno
b45bad4e2e Removing net/p5-Net-Rendezvous (superseded by net/p5-Net-Bonjour) 2010-03-16 23:34:13 +00:00
sno
d124eaa34d Added net/p5-Net-Bonjour version 0.96
Removed net/p5-Net-Rendezvous
2010-03-16 23:32:40 +00:00
sno
43d880f122 Importing net/p5-Net-Bonjour version 0.96 as replacement of
net/p5-Net-Rendezvous (supersedes).

Net::Bonjour is a set of modules that allow one to discover local services
via multicast DNS (mDNS) or enterprise services via traditional DNS. This
method of service discovery has been branded as Bonjour by Apple Computer.
2010-03-16 23:28:39 +00:00
sno
83a69a2990 Updating net/p5-IP-Country from 2.25nb3 to 2.27
pkgsrc changes:
- Adjust dependency path

Upstream changes:
IP-Country-2.27, 2009.07.25
---------------------------
Added dependency for Geography::Countries (thx Otto Hirr)
Database update (thx Aaron K Dancygier for reminder)

IP-Country-2.26, 2009.01.01
---------------------------
Database update
  Thanks to Brad Fetter for the reminder
2010-03-16 18:43:32 +00:00
sno
1b0000ddfd Updating net/p5-IO-Socket-Multicast from 1.07 to 1.11
Upstream changes:
1.11	- Wed Nov  4 13:48:18 EST 2009
	More test adjustments /re Win32 (BRAMBLE)

1.09
	Refactored tests to prevent false negatives on Win32 (ADAMK)

1.08	Mon Nov  2 11:23:33 EST 2009
	Test fixes and spelling corrections (BRAMBLE)
2010-03-16 18:31:41 +00:00
sno
6321cb7dc9 Updating net/p5-Net-Twitter from 3.11008 to 3.11012
Upstream changes:
3.11012 2010-03-13
    - fixed: added fallback since Test::More 0.95_01 does not
      stringify in "is" (tokuhirom)

3.11011 2010-03-11
    - fixed documentation to include lookup_users

3.11010 2010-03-11
    - Added lookup_users API method

3.11009 2010-03-10
    - Added RetryOnError trait
      (see perldoc Net::Twitter::Role::RetryOnError)
    - Import Sclar::Util::blessed in the POD Synopsis to make it clear
      callers need to do so (RT#55283)
    - Use newly documented "preferred" oauth endpoints:
      http://api.twitter.com/oauth/*
    - Added SimulateCursors trait for Identi.ca compatibility
2010-03-16 18:28:56 +00:00
sno
b5f8c6eba5 Updating net/p5-Net-OAuth from 0.20 to 0.22
pkgsrc changes:
- fix typo in dependencies

Upstream changes:
0.21   Wed, 10 Mar 2010 22:20:49 UTC
  * Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi
    Sekimura and Simon Wistow)
  * Added performance patch to decrease stat() system calls when requiring
    modules (thanks Brad Whitaker)

0.22   Thu, 11 Mar 2010 00:21:26 UTC
  * Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for
    CamelCaseConsistency
  * Added a couple tests for XauthAccessTokenRequest
2010-03-16 18:23:14 +00:00
taca
1c432f4853 php5-soap has moved to php-soap. 2010-03-16 16:11:00 +00:00
taca
7250180834 Remove an entry for php5-soap. 2010-03-16 15:21:32 +00:00
taca
73b843aa6c Add and enable php-soap. 2010-03-16 15:15:54 +00:00