Commit graph

11160 commits

Author SHA1 Message Date
obache
032220e951 Update mikutter to 0.0.4.622.
bug fix.
2011-12-26 05:37:44 +00:00
schmonz
6463149d0f Build has been broken by default on IPv6-capable systems since the
inet6 option was added. Comment out the option for now; if you want
IPv6, uncomment and turn off other conflicting options. Addresses
PR pkg/45358. While here, update to the latest version of the patch.
No PKGREVISION bump needed.
2011-12-25 21:16:46 +00:00
marino
ccd26655e7 net/ettercap-NG: Fix gentoo ltmain sanity check bug 2011-12-22 22:11:41 +00:00
marino
a2d58b0f79 net/ed2k-gtk-gui: Add indirectly linked libraries to LDFLAGS for ld v2.22 2011-12-22 22:10:33 +00:00
marino
cc6a554966 net/clisp-rawsock: Needs gettext-lib buildlink 2011-12-22 22:09:35 +00:00
is
e9707e3724 Surprise, surprise: there are architectures where in_addr_t is not u_long.
Without this fix, tcptraceroute would try to reach or source 0.0.0.0
always on big-endian LP64 architectures.
2011-12-22 19:06:22 +00:00
tez
9533c8d3cb Add missing PLIST entries from last update. 2011-12-21 17:18:21 +00:00
dholland
4402c2725d No reason to build this with gmake, so don't; this allows patching it
to be MAKE_JOBS_SAFE.
2011-12-21 17:13:48 +00:00
wiz
bca2b59080 Remove DEPENDS for sqlite3 -- it is pulled in by sqlite3/bl3.mk anyway,
and that does look at builtin implementations.
Bump PKGREVISION.
2011-12-21 14:06:43 +00:00
wiz
d032725087 Remove -Werror, code is not clean enough for gcc-4.5. 2011-12-21 12:03:45 +00:00
wiz
9571b63be4 Fix build with gcc-4.5. 2011-12-21 11:58:41 +00:00
wiz
a024763593 Fix pkglint warning. 2011-12-21 11:58:27 +00:00
wiz
c633869985 Fix build with gcc-4.5. 2011-12-21 11:36:49 +00:00
tez
613a3f848c security update to 0.8.7i (with Plugin Architecture version 3.1)
bug#0001963: Bandwidth summation "total in" and "total out"
		 are always 0
     bug#0002040: ICMP ping errors for Windows 7 with PHP 5.3
     bug#0002062: Multiple security vulnerabilities
     bug#0002063: Multiple value poller output incorrectly interpreted
		 as hexadecimal value
     bug#0002064: Removing "~" (tilde) by sanitize_uri() conflicts with
		 Apache UserDir translation
     bug#0002066: Graph without host id "Notice: Undefined variable:
		 host_id"
     bug#0002067: Custom time range filter not working
     bug#0002068: Missing header include in analyze_database.php
     bug#0002071: MySQL table poller_item is dropped always when "Data
		 Input Method" is changed or added.
     bug#0002079: Using input field of a script in graph title does not
		 work
     bug#0002080: Database password containing "@" does not connect
     bug#0002083: Adding a new users generates errors in apache logs
     bug#0002084: Incorrect normalization of hrStorageTable values
		 over 2^31
     bug#0002086: Incorrect usage of mysql custom tcp port
     bug#0002087: PHP recache problems due to missing slashes in reindex
		 table
     bug#0002093: Unit exponent value of 0 not imported with graph
		 template
     bug#0002094: CDEF: "another cdef" references not included in
		 template export
     bug#0002106: Command line add device does not accept "None" for
		 host template
     bug: Update host template cli script help to fix incorrect options
     bug: Refresh of Cacti log viewer not working
     bug: Problems saving User Graph Permissions in IE9
     bug: Bandwidth summation fails if NAN values are present
     bug: Special Type Code "host_id" available in Data Queries by Not
	 Data Input Methods
     bug: Do not generate error messages when creating non host based
	 graphs
     bug: Wrong index used for Data Queries using VALUE/REGEXP
     bug: Fix issue with title variable replacement failing when no host
	 is associated with graph
     bug: Cacti generating MySQL 1100 Errors when modifying the tree
     bug: Resolved "Fatal error: Cannot use string offset as an array"
	 in lib/data_query.php
     feature: Properly support ifHighSpeed replacement variable
     feature: Increase granularity of availability options to correct
	     spine bug
     feature: Replace "event count" with last changed date for host
	     availability
2011-12-20 23:57:33 +00:00
pettai
f262f7f409 Unbound 1.4.14:
Features:

* Makefile changed for BSD make compatibility.
* dns over ssl support as a client, ssl-upstream yes turns it on.
  It performs an SSL transaction for every DNS query.
* dns over ssl support as a server, ssl-service-pem and ssl-service-key files
  can be given and then TCP queries are serviced wrapped in SSL.
* lame-ttl and lame-size options no longer exist, it is integrated with the
  host info. They are ignored (with verbose warning) if encountered
  to keep the config file backwards compatible.
* TCP-upstream calculates tcp-ping so server selection works if there are
  alternatives.
* Unbound probes at EDNS1480 if there an EDNS0 timeout.

Bug Fixes:

* Fix for VU#209659 CVE-2011-4528: Unbound denial of service vulnerabilities
  from nonstandard redirection and denial of existence
  http://www.unbound.net/downloads/CVE-2011-4528.txt
* Fix for tcp-upstream and ssl-upstream for if a laptop sleeps,
  causes SERVFAILs. Also fixed for UDP (but less likely).
* Fix quartile time estimate, it was too low.
* Fix double free in unbound-host.
* fix -flto detection on Lion for llvm-gcc.
* [bugzilla: 416 ] Infra cache stores information about ping and lameness
  per IP, zone.
* [bugzilla: 415 ] Fix resolve of partners.extranet.microsoft.com with a fix
  for the server selection for choosing out of a (particular) list of bad
  choices.
* Fix make_new_space function so that the incoming query is not overwritten
  if a jostled out query causes a waiting query to be resumed that then fails
  and sends an error message.
* fix unbound-anchor for broken strptime on OSX lion, detected in configure.
* Detect if GOST really works, openssl1.0 on OSX fails.
* Implement ipv6%interface notation for scope_id usage.
* better documentation for inform_super.
* Fix for out-of-memory condition in libunbound.
* Fix --enable-allsymbols, it depended on link specifics of the target platform, or fptr_wlist assertion failures could occur.
* updated contrib/unbound_munin_ to family=auto so that it works with
  munin-node-configure automatically.
* Fix classification of NS set in answer section, where there is a
  parent-child server, and the answer has the AA flag for dir.slb.com.
* [bugzilla: 408 ] accept patch from Steve Snyder that comments out unused
  functions in lookup3.c.
* fix various compiler warnings.
* max sent count. EDNS1480 only for rtt < 5000. No promiscuous fetch if
  sentcount > 3, stop query if sentcount > 16. Count is reset when referral
  or CNAME happens. This makes unbound better at managing large NS sets,
  they are explored when there is continued interest (in the form of queries).
* remove uninit warning from cachedump code.
* Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
* fix infra cache comparison.
* Fix to constrain signer_name to be a parent of the lookupname.
* robust checks for next-closer NSEC3s.
* iana portlist updated.

(Ok'ed by wiz@)
2011-12-20 14:02:02 +00:00
asau
0f4bea38b9 mount.cifs and umount.cifs were removed along with configure option.
This fixes packaging and installation on Linux.
2011-12-19 14:47:27 +00:00
dholland
53948b8ccf Use time_t to call time(). 2011-12-19 05:06:34 +00:00
dholland
e1d63b683d Needs curses, not termcap. Doesn't build, so no revbump. 2011-12-18 15:52:44 +00:00
obache
9ce09e1be1 Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default.

It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.

To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
2011-12-17 13:46:27 +00:00
drochner
8cbe161d81 update to 0.2.2.35
changes:
-fixes a critical heap-overflow security issue (CVE-2011-2778)
-more fixes, mostly affecting hidden services and relays
2011-12-17 12:39:43 +00:00
sbd
e712fa45e9 Add missing mk/termcap buildlink.
Bump PKGREVISION
2011-12-17 10:16:32 +00:00
sbd
cf5426a125 Add missing mk/curses buildlink.
Bump PKGREVISION
2011-12-17 10:16:28 +00:00
sbd
e710c18770 Add missing mk/termcap buildlink.
Respect LDFLAGS

Bump PKGREVISION
2011-12-17 10:16:24 +00:00
sbd
e8122429de If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms. 2011-12-17 00:12:29 +00:00
asau
d0fc9f7b68 Update to Samba 3.5.12
This is the latest stable release of Samba 3.5.

Major enhancements in Samba 3.5.12 include:

o  Fix race condition in Winbind (bug 7844).
o  The VFS ACL modules are no longer experimental but production-ready.

See full release notes at http://www.samba.org/samba/history/samba-3.5.12.html
2011-12-16 23:21:45 +00:00
asau
3528386084 Update to Samba 3.6.1
Major enhancements in Samba 3.6.1 include:

o  Fix smbd crashes triggered by Windows XP clients (bug #8384).
o  Fix a Winbind race leading to 100% CPU load (bug #8409).
o  Several SMB2 fixes.
o  The VFS ACL modules are no longer experimental but production-ready.

Full release notes at http://www.samba.org/samba/history/samba-3.6.1.html


Major enhancements in Samba 3.6.0 include:

 - Changed security defaults:

      client ntlmv2 auth = yes
      client use spnego principal = no
      send spnego principal = no

 - SMB2 support (fully functional with one omission)
 - Internal Winbind passdb changes
 - New Spoolss code
 - ID Mapping Changes
 - Endpoint Mapper
 - Internal restructuring
 - SMB Traffic Analyzer (http://holger123.wordpress.com/smb-traffic-analyzer/)
 - NFS quota backend on Linux

Full release notes at http://www.samba.org/samba/history/samba-3.6.0.html
2011-12-16 22:32:06 +00:00
fhajny
dbba9b4bb6 Add support for Solaris as a target.
Make rc.d script optional in PLIST.
2011-12-16 12:14:12 +00:00
asau
21efb31f9f Remove accidentaly resurrected patches. 2011-12-16 11:10:13 +00:00
asau
0383f3f3b3 Update to Samba 3.5.11 from net/samba35, part of Samba packages rearrangement. 2011-12-16 11:05:24 +00:00
hiramatsu
58614a9f9a Update p5-Net-Jifty to 0.14.
Change from previous:
---------------------
0.14    3 Jan 2011
        Bump to Encode 2.41 to fix a test issue with encoded periods (Sartak)
2011-12-16 06:11:42 +00:00
dholland
674e476865 Somebody sent patches upstream to use the -current prerelease libquota API
(such as it is) -- correct it for necessary changes. Closes PR 45714.

Note: this will break again in a few days when that API is removed...
2011-12-16 05:21:37 +00:00
asau
762f041e43 + samba30 2011-12-15 23:09:57 +00:00
asau
3c1d7cc465 Adjust path for buildlink.
Use common files from net/samba just like other Samba packages do.
2011-12-15 22:59:28 +00:00
asau
45298624f0 Reimport Samba 3.0.37 from net/samba as net/samba30 as part of Samba packages rotation. 2011-12-15 22:23:23 +00:00
taca
aa432a29a5 Update ruby-snmp package to 1.1.0.
== Changes

Changes for version 1.1.0:

* Added MIB support to ObjectId and Varbind, so that to_s can return symbolic information
* Added to_str method to ObjectId to return a numeric OID string (old to_s behavior)
* TrapListener can now support multiple community strings

Changes for version 1.0.4:

* New option handling and added lower-case versions of all options
* Added SNMP::VERSION constant
* Experimental support for IPv6
* Removed support for installation with setup.rb
2011-12-15 15:42:14 +00:00
taca
202ffedc51 Update ruby-net-ping package to 1.5.2.
== 1.5.2 - 4-Nov-2011
* The Net::Ping::HTTP class now defaults to using HEAD instead of GET
  for its ping test. You can alter this via the get_request accessor.
  Thanks got to Balazs Kutil for the patch.
* Added the ssl_verify_mode accessor to the Net::Ping::HTTP class, which
  defaults to VERIFY_NONE. This fixes possible warnings resulting from
  missing SSL certificates when using https. Thanks go to Balazs Kutil
  for the patch.
2011-12-15 15:41:36 +00:00
taca
23adbed3dd Update ruby-amqp pacakge to 0.8.4.
* Some parts are splited to another package (ruby-amq-client and
  ruby-amq-protocol).
* Update DESCR.
2011-12-15 14:52:01 +00:00
taca
ab44df3e3a Add and enable ruby-amq-client and ruby-amq-protocol. 2011-12-15 14:50:22 +00:00
taca
f49d27c423 Importing net/ruby-amq-client package version 0.8.7.
(This is required by new ruby-amqp package.)


amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby
1.8.7, 1.9.2, REE, Rubinius and JRuby.
It's sweet spot is in serving as foundation for higher-level, more opinionated
AMQP libraries.
It can be used directly by applications code when performance and access to
advanced AMQP protocol features is more important that API convenience.
2011-12-15 14:48:58 +00:00
taca
86b80cd7d9 Importing net/ruby-amq-protocol pacakge version 0.8.4.
(This is required by new ruby-amqp package.


amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
AMQP client: amq-protocol only handles serialization and deserialization.
If you want to write your own AMQP client, this gem can help you with that.
2011-12-15 14:47:09 +00:00
hiramatsu
3f2c86a777 Update p5-Net-GitHub to 0.30.
Changes from previous:
----------------------
0.30    2011.08.27
        - Default to GET method if we've no data to POST (Lubomir Rintel)
        - repository update (Lubomir Rintel)
        - Slow down with requests if we're approaching the rate limit (Lubomir Rintel)
        - Make it possible to turn API errors into exceptions (Lubomir Rintel)

0.29    2011.05.07
        always_Authorization for private respo

0.28    2011.03.06
        use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang)

0.27    2011.02.17
        requires HTTP::Request::Common; (RT 65787 by JQUELIN)

0.26    2011.01.20
        fix Makefile.PL

0.25    2011.01.19
        partial implementation of Pull Request API (doy)

0.24    2011.01.01
        Organizations API (fayland)
        update Auth to 'Basic Auth' (fayland)

0.23    2010.11.04
        Moose has deprected 'excludes', '-excludes' is preferred (datamuc)
2011-12-15 05:54:08 +00:00
abs
7aa30d483c add rc.d script, bump pkgrevision 2011-12-14 13:35:46 +00:00
fhajny
b38d478385 Fix stale/missing config file 2011-12-14 13:09:57 +00:00
fhajny
18f5d7948c Use Bash as interpretter in scripts properly 2011-12-14 13:07:38 +00:00
fhajny
e7a1f4c387 Updated net/rabbitmq to 2.7.0.
Major changes:
  * Order preservation of re-queued messages
  * Plugins included with server
  * "amqp" URI client connection
  * Performance improvements

See full changelog:

  http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111109/116e9fd4/attachment.txt
2011-12-14 11:55:20 +00:00
shattered
e45a1a582f Update COMMENT. 2011-12-14 09:24:41 +00:00
sbd
7b510763d3 Regenerate diffs for GNU patch. 2011-12-14 03:57:50 +00:00
hiramatsu
ca80b271a5 Update p5-Net-CIDR-Lite to 0.21.
Changes from previous:
----------------------
0.21  Wed Mar 28 14:34:18 2007
    - Fix RT Tickets:
    - 14535: Fix spanner clean() docs (reported by carbon at pobox.com).
    - 25898: Undef dereference with empty object (patch by Adam Tomason).
    - 30777: Add short_list_range() method (patch by Josef Kutej).
    - 48308: clean() or list() before add() causes error (reported by David Cawley).
    - 50042: spanner add() did not accept non-object (patch by Tomo.M).
    - 52571: "::" not accepted as valid IPv6 address (reported by Tim Wilde).
2011-12-13 00:32:14 +00:00
dholland
4dc4508fdf Accomodate C++ language drift. Fixes build with gcc 4.5. 2011-12-11 15:50:56 +00:00
taca
d6325b99be Update isc-dhcp4 package to 4.2.3p1 (4.2.3-P1).
It implicitly update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4 to 4.2.3p1.

			Changes since 4.2.3

! Add a check for a null pointer before calling the regexec function.
  Without out this check we could, under some circumstances, pass
  a null pointer to the regexec function causing it to segfault.
  Thanks to a report from BlueCat Networks.
  [ISC-Bugs #26704].
  CVE: CVE-2011-4539
2011-12-11 14:36:11 +00:00
obache
ce538eacd0 Update mikutter to 0.0.4.609.
* fix: crash when URL open failure with browser
2011-12-11 09:08:43 +00:00
roy
3fcf7d020d Fix ICMPv6 DNSSL padding 2011-12-10 18:55:37 +00:00
drochner
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
agc
6b782d32f4 Add and enable dnscap 2011-12-08 07:39:55 +00:00
agc
eb05894040 Initial import of dnscap-134 into the Packages Collection.
dnscap is a network capture utility designed specifically for DNS
	traffic.  It produces binary data in pcap(3) format.  This utility is
	similar to tcpdump(1), but has a number of features tailored to DNS
	transactions and protocol options.

	OARC likes to use dnscap for DITL data collections.  Some of its
	features include:

	+ Understands both IPv4 and IPv6
	+ Captures UDP, TCP, and IP fragments.
	+ Collect only queries, responses, or both (-s option)
	+ Collect for only certain source/destination addresses (-a -z -A -Z
	  options)
	+ Periodically creates new pcap files (-t option)
	+ Spawns an upload script after closing a pcap file (-k option)
	+ Will start and stop collecting at specific times (-B -E options)
2011-12-08 07:39:00 +00:00
joerg
9556bfbc32 Don't use "bool" as struct member. Fix flex/bison usage 2011-12-07 15:18:51 +00:00
joerg
c61c060918 Add missing include 2011-12-07 15:17:29 +00:00
joerg
91f7a9e09f Mirror locally 2011-12-07 10:24:47 +00:00
sbd
643f6ae0a5 TCSASOFT may not be defined. 2011-12-06 21:01:14 +00:00
joerg
b08b4d4eef Use standard headers. 2011-12-06 19:51:47 +00:00
sbd
529d8cb79d Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
joerg
992996353f Don't define true and false. 2011-12-05 22:54:57 +00:00
joerg
545cad3552 Make sure to actually use config.h 2011-12-05 22:54:22 +00:00
ryoon
d71250ffc5 Update to 0.4.1
Changelog:
0.4.1  Mon Nov 28 2011  Toni Gundogdu
Changes:
  - Accept multiple occurences of --exec
  - Add verbosity level 'mute'
  - Add new options:
        --export-format
        --export-level
        --verbosity
        --category
        --feature
  - Deprecate options:
        --verbose-libcurl
        --category-*
        --quiet
        --no-*
        --xml
Fixes:
  - Properly escape strings passed to shell (#79)
    Many thanks to Tomas Janousek <tomi@nomi.cz> for the patch!
2011-12-05 19:43:28 +00:00
ryoon
f6315d65d3 Revbump from update of net/libquvi-scripts 2011-12-05 19:40:27 +00:00
ryoon
a308f94d32 Update to 0.4.2
0.4.2  Tue Nov 29 2011  Toni Gundogdu
Changes:
    - Add mgnetwork.lua, mutantmonkey <mutantmonkey@mutantmonkey.in> (#78)
    - Remove foundrymusic.lua
Fixes:
    - tube8.lua: media URL parsing, Tomas Janousek <tomi@nomi.cz> (#80)
    - Multiple: potential "attempt to index ... (a nil value)"
    - dailymotion.lua: no match: video plugin params
    - videobash.lua: media URL parsing (#81)


0.4.1  Sun Nov 06 2011  Toni Gundogdu
Changes:
    - ted.lua: Handle off-site media
Fixes:
    - ted.lua: thumbnail URL pattern
    - xhamster.lua: title pattern
    - yfrog.lua: title pattern
    - ted.lua: media URL check
2011-12-05 19:34:12 +00:00
gdt
104112a6b8 Update to 0.99.20.
0.99.20:

The primary focus of this release is a fix of SEGV regression in
ospfd, which was introduced in 0.99.19. It also features a series of
minor improvements, including better RFC compliance in bgpd, better
support of FreeBSD and some enhancements to isisd.

0.99.19:

This release provides security fixes, which address assorted
vulnerabilities in bgpd, ospfd and ospf6d (CVE-2011-3323,
CVE-2011-3324, CVE-2011-3325, CVE-2011-3326 and CVE-2011-3327).

0.99.18:

This release fixes 2 denial of services in bgpd, which can be remotely
triggered by malformed AS-Pathlimit or Extended-Community
attributes. These issues have been assigned CVE-2010-1674 and
CVE-2010-1675. Support for AS-Pathlimit has been removed with this
release.

The release includes a number of bug-fixes and enhancements, primarily
for ospfd, ospf6d and bgpd.
2011-12-05 17:52:37 +00:00
wiz
4a71f4d7c0 Update to 0.82:
V0.82 Removed old Changelog file appended at the end as oldest
        changes.
        2011-03-28  Mark Kamichoff <prox@prolixium.com>
        Enable decoding of ICMP extensions for MPLS for curses and
	report interfaces.  Use the -e flag or press 'e' to enable it.
2011-12-05 10:43:42 +00:00
marino
3983359de8 net/ekiga: Add DragonFly Support
To support DragonFly, only the configure script needed modification.
2011-12-04 23:17:30 +00:00
obache
f9353fd80a Switch to use http protocol for MASTER_SITES (and curl will not required). 2011-12-03 12:44:21 +00:00
joerg
bbde65f2e0 Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
2011-12-03 00:02:14 +00:00
sborrill
836a863c67 Update to 20111008.
Includes Makefile patch sent upstream (thanks!).

Changelog (translated by Google from Japanese):

Adjust the duration of the lock, and make additional response
SendTargets.
Added ReadCache / WriteCache as a LUN option for future expansion.
This volatile write cache mode was previously supported with (O_FSYNC)
,but can now be set from the beginning.
It is expected to be stable this year.

New configuration key (LUN option):
  # for each LUN number (both enabled by default)
  LUN0 Option ReadCache Disable
  LUN0 Option WriteCache Disable
2011-12-02 08:46:18 +00:00
sbd
a87e649462 Add devel/libuuid buildlink.
Bump PKGREVISION
2011-12-02 07:47:53 +00:00
gls
8505c8e367 Update p5-Net-Libdnet to 0.96.
pkgsrc changes:
- Set LICENSE
- Add dependency to p5-Class-Gomor, as reported in PR pkg/45674.

Upstream changes:

0.96 Wed Nov 16 23:07:38 CET 2011
 - bugfix: default to be compiled against libdnet (and not libdumbnet)
 - update: added some die() in example programs

0.95 Sun Mar 13 23:47:10 CET 2011
 - new: added ubuntu and standard patchs. See README.

0.94 Fri Jan 14 11:09:49 CET 2011
 - bugfix: tohash method in pod
 - applied http://rt.cpan.org/Public/Bug/Display.html?id=52359

0.93 Thu Jan 13 11:07:07 CET 2011
 - update: makes components more inline with local install
 of libdnet
 - update: copyright notice
2011-12-01 21:14:22 +00:00
pettai
c5e97503bf Add LICENSE 2011-11-30 23:57:59 +00:00
pettai
bb5030b68a Added tacacs-shrubbery 2011-11-30 23:50:30 +00:00
pettai
441378074f Tacacs+ (or tac_plus) is a freely distributable daemon from Cisco Systems.
It is used in conjunction with Cisco routers for authorization, authentication,
and accounting services.  Tac_plus is configured via a single configuration
file.
This particular version is derived from the original Cisco sources and is
maintained by Shrubbery Networks, Inc.
2011-11-30 23:47:29 +00:00
wiz
dece331526 Do the uuid dance properly.
XXX: will hopefully not be necessary once libuuid/builtin.mk works
2011-11-30 18:40:32 +00:00
hans
d4747559ff Fix uuid.pc breakage on BSDs. I'm not sure this is really correct. 2011-11-30 17:10:36 +00:00
bouyer
c1b6f069e2 Add missing files to PLIST
Fix quota support in configure: for some reasons, configure thinks that
quota support should be disabled if one of
rpc/rpc.h rpc/pmap_prot.h rpcsvc/rquota.h
is missing or unusable, while the code compiles file with one of
them missing, at last on NetBSD.
bump PKGREVISION
2011-11-29 19:26:28 +00:00
drochner
615d8716b7 don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled
by the Xaw bl3 file
2011-11-29 17:55:07 +00:00
hans
17bc30c040 Add libuuid dependency stuff from Makefile to buildlink3.mk. 2011-11-29 15:42:01 +00:00
hiramatsu
e523605d6d Update p5-Net-Twitter to 3.18001.
Changes from previous:
    - fixed: AutoCursor:
        - no behavior change when user passes "cursor" arg
        - work with InflateObjects trait
    - synthetic ags use (-) prefix: -authenticate, -since, -legacy_lists_api
    - Replaced JSON::Any with JSON
    - documented new arguments for friendship_exists

3.18000_01 2011-09-21
    - added update_with_media (Allen Haim)
    - added get_privacy_policy and get_tos API methods
    - added get_languages and get_settings API methods
    - added contributors and contributees API methods
    - added geo_search, geo_search, similar_places, and add_place API methods
    - friends/followers API methods deprecated
    - implemented the *new* Lists API in the API::REST trait
    - replaced MX:MultiInitArg::Trait with MX:Aliases (Justin Hunter)
    - fixed bad whatis entry (patch from debian, closes RT #67203)
    - use Digest::SHA instead of Digest::SHA1 (patch from debian, closes RT #67202)

3.17001 2011-03-31
    - fixed intermittent bug in AutoCursor (result of Class::MOP anon class caching)

3.17000 2011-03-29
    - production release with new AutoCursor trait

3.16000_1 2011-03-27
    - Added AutoCursor trait

3.16000 2011-03-26
    - Moved trends methods to API::REST; added warning to API::Search::Trends
    - Added no_retweet_ids method
    - modify searchapiurl for identica option
    - added deprecation notice to Net::Identica with Net::Twitter examples
    - replaced Test::Exception with Test::Fatal in tests

3.15000 2011-02-25
    - added Lists API method members_create_all (alias add_list_members)
    - added tests dependency: Test::Exception (closes RT #65786)

3.14003 2011-02-07
    - Fixed: trends_location (closes RT #65506)
    - Added parameters trim_user, include_entities, include_rts (frank cuny, closes RT #62542)

3.14002 2010-11-02
   - Fixed: use File::Spec tests that failed in Win32 (turugina)

3.14001 2010-10-19
    - Make Crypt::SSLeay a hard requirement (really no longer practical without it)

3.14000 2010-10-19
    - Added #newtwitter API methods (account_totals, account_settings,
      suggestion_categories, user_suggestions, show_direct_message,
      retweeted_to_user, retweeted_by_user, lookup_friendships,
      update_friendship, all_lists, related_results)
    - fixed: memory leak in RateLimit trait

3.13009 2010-09-17
    - use Athorization header for OAuth token requests rather than query params
    - "identica => 1" sets OAuth URLs (assist from barbie)
    - updated Synopsis with OAuth (closes RT#61273)

3.13008_02 2010-09-04
    - fixed stack frame filter
    - fixed missing dependency
    - detect Twitter's errors array as an error object

3.13008_01 2010-08-31
    - extract error from the various disparate error formats
2011-11-28 13:04:54 +00:00
joerg
aacf21cbfd Needs sys/param.h for howmany. 2011-11-27 19:50:23 +00:00
joerg
3b9c9d73a1 Don't install binaries as 550 to fail when stripping them later. 2011-11-27 19:49:15 +00:00
obache
c3b30acfe1 Update mikutter to 0.0.4.603.
bug fixes
2011-11-27 02:28:42 +00:00
sbd
c484ce19c5 1) Add missing devel/zlib buildlink.
2) Honor $(LDFLAGS).

Bump PKGREVISION
2011-11-26 23:53:10 +00:00
joerg
2feb2e2a59 Use stdarg.h properly. 2011-11-26 17:18:57 +00:00
joerg
7102955216 #elif requires an argument, so use plain #else here. 2011-11-26 17:17:53 +00:00
marino
60f0cf3c17 net/wnmet: Fix DragonFly
This breakage was caused by the ifnet structure getting moved under
the kernel structures macro.
2011-11-26 17:16:36 +00:00
marino
c7e8ee3ac0 net/vino: Fix for DragonFly
Add socket.h (if available) to a header using sockaddr structure, fixes
build for DragonFly.
2011-11-26 17:14:54 +00:00
sbd
071c9ea3b7 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
hubertf
36f54995b0 Bump to 1.1.2.1nb3:
on Mac OS X, .orig files are created with permission ugo-rwx (= 0),
which causes problems here. Set some more sane permissions.
2011-11-25 23:15:19 +00:00
joerg
6062cd33ff Fix build with newer GCC. 2011-11-25 22:14:17 +00:00
joerg
8aeefa7e03 Fix C++ syntax 2011-11-25 22:13:29 +00:00
joerg
3dd9a92d49 Fix issues with newer OpenSSL 2011-11-25 22:12:28 +00:00
joerg
82fc19b24e Fix build with newer GCC 2011-11-25 22:11:44 +00:00
joerg
83c744a063 Explicitly disable -Werror on NetBSD. GCC gets confused by the ARP
headers.
2011-11-25 22:10:48 +00:00
joerg
b70ec46c98 Don't expect that NULL can be casted to char without warning. 2011-11-25 22:10:16 +00:00
hiramatsu
a73f89e4f9 Update p5-Net-Z3950-ZOOM to 1.28.
Changes from previous:
1.28  Fri Oct 15 13:34:41 BST 2010
	- In the test-suite, provide a more explicit report when the
	  scan identity test (display term == term) fails.
	- The displayTerm==term assertion is now case-insensitive, as
	  it ought always to have been: previously, the test-suite
	  relied on a specific implementaton detail of the
	  test-server, which has recently changed causing extraneous
	  test-suite failures.
	- Also in the test-suite for scan, remove the test that all
	  title-terms are in the general-term list, an assumption that
	  should never have been made.

1.27  Wed Aug 11 17:13:07 BST 2010
	- Support for Index Data build procedures, including making
	  Debian/Ubuntu and Red Hat packages from clean tarballs.
	- No upstream changes -- packaging only.

1.26  Tue Jun  8 16:43:29 BST 2010
	- Tweak the test-suite so that it works correctly on Fedora
	  Core 12 (2.6.31.5-127.fc12.x86_64).  For some reason,
	  attempts to connect to a non-existent host can fail with
	  ERROR_TIMEOUT and no addinfo, rather than ERROR_CONNECT and
	  the hostname as addinfo; and the number of terms to request
	  in a scan needs to be explicitly specified in an option.
	- Add "debclean" target to generated Makefile.
	- Remove extraneous and misleading old CVS IDs.
2011-11-25 05:52:39 +00:00