Commit graph

11123 commits

Author SHA1 Message Date
wiz
c633538458 + arp-scan. 2012-01-08 15:14:48 +00:00
wiz
d04e135986 Initial import of arp-scan-1.8, for Angelos.
arp-scan is a command-line tool for system discovery and fingerprinting.
It constructs and sends ARP requests to the specified IP addresses,
and displays any responses that are received.

arp-scan allows you to:

  * Send ARP packets to any number of destination hosts, using a
  configurable output bandwidth or packet rate.

  * Construct the outgoing ARP packet in a flexible way.

  * Decode and display any returned packets.

  * Fingerprint IP hosts using the arp-fingerprint tool.
2012-01-08 15:14:23 +00:00
wiz
43521a858f + calypso. 2012-01-08 15:12:04 +00:00
wiz
e024d848c2 Initial import of calypso-1.0:
Calypso is a CalDAV/CardDAV server on Linux.

Calypso works with evolution, iceowl and the Android CalDAV/CardDAV
plugins. It does not yet work with aCal; for some reason aCal cannot
find any calendars on the server.

Calypso also supports importing calendar changes from the command
line, allowing you to integrate support into a text-based email
application like notmuch or mutt.
2012-01-08 15:11:37 +00:00
shattered
86a6af4f6f Includes <sys/mbuf.h> and <sys/ucred.h> but doesn't actually use them.
#if 0 these, possibly unbreaking build on Linux.
2012-01-08 15:05:58 +00:00
ryoon
e772a72bd6 Update to 1.14.0.
Changelog:
* Update translations.
* Improve IPv6 support.
* Many bugs are fixed.
2012-01-08 12:30:18 +00:00
adam
551fc3f3a2 Changes 2.1.12:
Feature improvements
* Updates to dictionary.erx, dictionary.siemens, dictionary.starent,
  dictionary.starent.vsa1, dictionary.zyxel, added dictionary.symbol
* Added support for PCRE from Phil Mayers
* Configurable file permission in rlm_linelog
* Added "relaxed" option to rlm_attr_filter. This copies attributes if at least
  one match occurred.
* Added documentation on dynamic clients. See raddb/modules/dynamic_clients.
* Added support for elliptical curve cryptography. See ecdh_curve in
  raddb/eap.conf.
* Added support for 802.1X MIBs in checkrad
* Added support for %{rand:...}, which generates a uniformly distributed number
  between 0 and the number you specify.
* Created "man" pages for all installed commands, and documented options for all
  commands. Patch from John Dennis.
* Allow radsniff to decode encrypted VSAs and CoA packets.
* Always send Message-Authenticator in radtest.
* Updated Oracle schema and queries
* Added SecurID module. See src/modules/rlm_securid/README
Bug fixes
* Fix memory leak in rlm_detail
* Fix "failed to insert event"
* Allow virtual servers to be reloaded on HUP. It no longer complains about
  duplicate virtual servers.
* Fix %{string:...} expansion
* Fix "server closed socket" loop in radmin
* Set ownership of control socket when starting up
* Always allow root to connect to control socket, even if "uid" is set. They're
  root. They can already do anything.
* Save all attributes in Access-Accept when proxying inner-tunnel EAP-MSCHAPv2
* Fixes for DHCP relaying.
* Check certificate validity when using OCSP.
* Updated Oracle "configure" script
* Fixed typos in dictionary.alvarion
* WARNING on potential proxy loop.
* Be more aggressive about clearing old requests from the internal queue
* Don't open network sockets when using -C
2012-01-08 09:54:14 +00:00
sbd
1b0ad79ef7 Add missing devel/zlib buildlink.
Bump PKGREVISION
2012-01-08 04:02:55 +00:00
fhajny
2695637d7b Update rabbitmq to 2.7.1
Changes:

* Important fixes to High Availability
* Compatibility with Erlang R15B
* Bug fixes and performance improvements
2012-01-04 19:08:29 +00:00
dholland
8c6879c1ee add time.h to fix linux build 2012-01-04 15:29:02 +00:00
dholland
cf4330bd44 Copy response.i386. I have no idea if this will work, but it stands some
chance and it's better than blindly failing because this file's missing.
2012-01-02 20:56:38 +00:00
pettai
91bb58304f Fixes the bug in ldns_year_and_yday_from_days_since_epoch on 32-bit OSes
http://open.nlnetlabs.nl/pipermail/ldns-users/2011-December/000452.html
(patch taken from trunk)

(ok'ed by wiz@)
2012-01-02 07:35:22 +00:00
ryoon
34801ba260 * Convert to use SUBST framework.
* Remove dependency to x11/swing.
* Drop lang/kaffe support, because x11/swing had been removed.
* Bump PKGREVISION.
2012-01-01 20:06:34 +00:00
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