Commit graph

11169 commits

Author SHA1 Message Date
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
pettai
28cd827be0 F4.0.4.21
- do_auth.py - better Nexus support, better AV replacement, and only
          send roles to Nexus
        - fix bug in checking the return value of regexec() for login and
          enable ACLs.
        - do_auth.py - better Nexus support, better AV replacement, and only

F4.0.4.22
        - check of regexec() return value inverted
2012-01-24 08:46:03 +00:00
joerg
d59a912941 Kill a few broken .TP invocations that are silently ignored by groff.
Bump revision.
2012-01-23 20:52:18 +00:00
pettai
1eac2412d0 remove old patch checksum 2012-01-23 16:09:51 +00:00
ghen
b56ee0c87a Fix unportable == check in configure (I did not have PKG_DEVELOPER=yes when
previously updating this pkg), noted by joerg.
Also fix some PLIST issues (introduced with the same update).

Bump PKGREVISION of affected packages.
2012-01-23 15:11:54 +00:00
obache
fca8824cef No need to buildlink with py-xml, python builtin xml modules is sufficient.
Bump PKGREVISION.
2012-01-23 10:38:05 +00:00
obache
a34d3d2ae3 * no compiler languages is required to build.
* so no need to buildlink with gtk2 and py-gtk2, simple DEPENDS on py-gtk2
  is sufficient.

Bump PKGREVISION.
2012-01-23 08:28:46 +00:00
joerg
756403dc87 Fix mdoc syntax 2012-01-23 00:30:30 +00:00
joerg
f09264241a Don't use empty lines in mdoc documents. Bump revision. 2012-01-23 00:29:31 +00:00
agc
cf6e3139a7 expand the description a bit 2012-01-22 02:58:11 +00:00
agc
92ca83f350 add bird and bird6 2012-01-22 02:54:58 +00:00
agc
7797fd9fd2 Move bird6 package from pkgsrc-wip (packaged by jkjuopperi with changes by
tnn) into the Packages Collection.

        The BIRD project aims to develop a fully functional dynamic IP
        routing daemon primarily targetted on (but not limited to)
        UNIX-like systems and distributed under the GNU General Public
        License.

        - This package is for IPv6, a separate IPv4 package is available
        - Multiple routing tables
        - BGP
        - RIP
        - OSPF
        - Static routes
        - Inter-table protocol
        - Command-line interface
        - Soft reconfiguration
        - Powerful language for route filtering

Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
2012-01-22 02:54:04 +00:00
agc
e32aadab54 Move bird package from pkgsrc-wip (packaged by jkjuopperi with changes by
tnn) into the Packages Collection.

	The BIRD project aims to develop a fully functional dynamic IP
	routing daemon primarily targetted on (but not limited to)
	UNIX-like systems and distributed under the GNU General Public
	License.

	- This package is for IPv4, a separate IPv6 package is available
	- Multiple routing tables
	- BGP
	- RIP
	- OSPF
	- Static routes
	- Inter-table protocol
	- Command-line interface
	- Soft reconfiguration
	- Powerful language for route filtering

Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
2012-01-22 02:53:01 +00:00
apb
125349341d Add py-zmq version 2.1.10
PyZMQ is ostensibly the Python bindings for ZeroMQ, but the project,
following Python's 'batteries included' philosophy, provides more than
just Python methods objects for calling into the ZeroMQ C++ library.
2012-01-21 20:17:27 +00:00
zafer
ce1b3e47b8 update MASTER_SITES. Remove aarnet.edu.au. they stopped mirroring wu-ftp. 2012-01-21 02:38:30 +00:00
zafer
110121ea82 update MASTER_SITES. Aarnet.edu.au has stopped mirroring wu-ftp. 2012-01-21 02:25:48 +00:00
wiz
a0a37395f5 Update to 1.22:
2011-11-11  Dave Beckett <dave@dajobe.org>

	* Snapshotted flickcurl_1_22 for 1.22 release (GIT
	6698387f4240cec82b0e115adf8a863657dd7066)

	* utils/oauth-test.c:
	Update flickcurl_oauth_prepare_common call

	* NEWS.html, src/common.c, src/flickcurl_internal.h: Disable
	mtwist unless building experimental OAuth

	* src/Makefile.am: Do not use libmtwist without oauth

	* configure.ac, src/Makefile.am, src/common.c,
	src/flickcurl_internal.h, utils/Makefile.am: Add --enable-oauth
	default disabled

	* src/common.c:
	(flickcurl_free): Free OAuth urls

	* src/oauth.c:
	(test_signature_calc): Test free

	* src/oauth.c: Make oauth test work again

	* src/flickcurl_internal.h, src/oauth.c: Remove is_request arg -
	just use od->callback

	* src/common.c, src/flickcurl_internal.h, src/oauth.c,
	utils/oauth-test.c: Move flickcurl_oauth_data into flickcurl
	struct

	* docs/flickcurl-docs.xml, docs/tmpl/section-config.sgml: Add
	config section to docs

	* autogen.sh, docs/tmpl/section-auth.sgml,
	docs/tmpl/section-core.sgml, docs/tmpl/section-misc.sgml,
	docs/tmpl/section-unused.sgml, docs/tmpl/section-upload.sgml,
	libmtwist: Fix submodule checkouts

	* autogen.sh: Init and update any git submodules

2011-11-09  Dave Beckett <dave@dajobe.org>

	* src/flickcurl_internal.h, src/oauth.c:
	Reduce visibility of oauth
	internal functions These are internal to the library now because the
	flickcurl_oauth_data is an internal structure.

2011-11-01  Dave Beckett <dave@dajobe.org>

	* src/common.c: Return method details with curl errors

	* src/Makefile.am: Clean tests

2011-10-30  Dave Beckett <dave@dajobe.org>

	* utils/oauth-test.c: code style

	* utils/oauth-test.c: casts

	* src/oauth.c: docs

	* src/oauth.c: consts

	* docs/flickcurl-sections.txt: add oauth urls

	* src/flickcurl_internal.h, src/oauth.c: fix const char keys

	* src/oauth.c: docs

	* src/oauth.c:
	(flickcurl_oauth_access_token): Delete request token after success.

	* src/oauth.c:
	(flickcurl_oauth_build_key): Build sign key from request OR access
	token

	* utils/oauth-test.c: docs

	* src/Makefile.am, src/oauth.c, utils/oauth-test.c: Add oauth
	checksum test

	* src/.gitignore: ignore *_test

2011-10-29  Dave Beckett <dave@dajobe.org>

	* utils/oauth-test.c: Report request token

	* src/oauth.c:
	(flickcurl_oauth_prepare_common): docs and send all oauth params
	except callback to requests

	* src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c:
	(flickcurl_oauth_access_token): Pass in verifier

	* src/flickcurl_internal.h, src/oauth.c: request_token* fields
	renamed from tmp_token*

	* docs/flickcurl-sections.txt, src/auth-api.c, src/flickcurl.h:
	Added flickr.auth.oauth.getAccessToken partial support

	(flickcurl_auth_oauth_getAccessToken): Added for
	flickr.auth.oauth.getAccessToken - right now it exchanges the old
	tokens for OAuth ones and drops them both.

	* src/flickcurl_internal.h, utils/oauth-test.c: oauth field
	client_key_len renamed from client_len

	* utils/oauth-test.c: FLICKCURL_MAX_OAUTH_PARAM_COUNT

	* src/oauth.c: is_oauth_method fix

	* src/flickcurl_internal.h, src/oauth.c:
	FLICKCURL_MAX_OAUTH_PARAM_COUNT

	* src/flickcurl.h, src/flickcurl_internal.h, src/oauth.c,
	utils/oauth-test.c: Compute authorize URI after getting back oauth
	request token (flickcurl_oauth_get_authorize_uri): Added.

	* src/common.c, src/flickcurl_internal.h, src/oauth.c: Add utility
	functions for oauth responses as HTTP forms

	(flickcurl_invoke_get_form_content): Added to get content as k/v
	array of strings.

	(flickcurl_free_form): Added to free the above.

	(flickcurl_oauth_request_token), flickcurl_oauth_access_token):
	Use above.

	* src/common.c, src/flickcurl_internal.h, src/oauth.c,
	utils/Makefile.am, utils/oauth-test.c: Move OAuth test code into
	oauth.c and refactor a little

	* src/oauth.c:
	(flickcurl_oauth_prepare_common): Do not use oath method name in
	params

	* libmtwist: Update to libmtwist head

	* utils/oauth-test.c: Pass in (fake) flickr method for
	flickcurl_oauth_prepare_common()

	* src/oauth.c:
	(flickcurl_oauth_prepare_common): Use http method not flickr method

	* utils/oauth-test.c: remove unused srand()

	* src/common.c, src/flickcurl_internal.h, src/oauth.c,
	utils/oauth-test.c: Use libmtwist for PRNG for nonce

	* libmtwist: Update to libmtwist head

	* docs/flickcurl-sections.txt: Add symbols

	* src/Makefile.am:
	Add mtwist_config.h

	* NEWS.html, docs/flickcurl-sections.txt:
	flickcurl_get_hidden_from_string

	* README.html: libmtwist submodule

2011-10-28  Dave Beckett <dave@dajobe.org>

	* .gitmodules, configure.ac, libmtwist, src/Makefile.am,
	src/mtwist_config.h: Add libmtwist as a git submodule

2011-10-16  Dave Beckett <dave@dajobe.org>

	* src/oauth.c:
	(flickcurl_oauth_compute_signature): Simplify greatly.

	* src/config.c, src/flickcurl.h, utils/flickcurl.c:
	(flickcurl_config_write_ini): Now writes to a filename

	* utils/codegen.c, utils/flickcurl.c, utils/flickrdf.c,
	utils/list-methods.c, utils/oauth-test.c: Update the utilities to
	use flickcurl_config_ functions

	* docs/flickcurl-sections.txt, src/common.c, src/config.c,
	src/flickcurl.h: Update flickcurl config file reading and writing
	support Move ini reading and writing into the library.

	(flickcurl_config_read_ini): Added, deprecating read_ini_config()
	and adding a flickcurl* param.  Reads in library configuration.

	(flickcurl_config_var_handler): Added as standard handler for
	above.

	(flickcurl_config_write_ini): Added to write an ini file for
	library configuration.

	* src/oauth.c:
	(flickcurl_oauth_compute_signature): Docs and error path.

	* configure.ac: Fix libcurl version check to actually check curl
	not libxml twice

	* configure.ac: Remove unused libcurl_min_vernum

	* NEWS.html: Tim Harder is 'radhermit' on GitHub.

2011-10-15  Dave Beckett <dave@dajobe.org>

	* NEWS.html: 1.22

	* utils/flickcurl.c: Tidy help output; describe all upload params
	defaults

	* docs/flickcurl-sections.txt: Add flickcurl_get_hidden_label,
	flickcurl_get_hidden_level_from_string

	* src/common.c, src/flickcurl.h, src/upload-api.c,
	utils/flickcurl.c: Add support for upload field 'hidden'

	flickcurl_upload_params gains int param hidden with values 1 for
	global and 2 for hidden.

	(flickcurl_get_hidden_label, flickcurl_get_hidden_from_string):
	Added utility functions to turn the int to a label and vice versa

	* utils/flickcurl.c: Document upload params safety_level and
	content_type

	* docs/Makefile.am, docs/tmpl/section-favorite.sgml: Update tmpls

	* docs/flickcurl-sections.txt:
	Add flickcurl_favorites_getContext

	* src/favorites-api.c, src/flickcurl.h, utils/flickcurl.c:
	Implement API favorites.getContext

	(flickcurl_favorites_getContext): Added returning an array of two
	photo lists for previous and next photos.  flickcurl utility adds
	new command favorites.getContext to call above.

	* src/flickcurl_internal.h, src/photo.c:
	(flickcurl_new_photos_list): Added to construct a photos list

	* configure.ac, src/common.c, utils/flickrdf.c: Support Raptor V2
	only.  Raptor V1 was last supported in January 2010

	* src/panda-api.c: extras docs

2011-09-02  Dave Beckett <dajobe@digg.com>

	* utils/oauth-test.c: access token testing

	* src/flickcurl_internal.h: Add verifier field

2011-08-15  Dave Beckett <dave@dajobe.org>

	* Merge pull request #13 from kumanna/help-without-auth (below)
	Help without authentication

2011-08-14  Kumar Appaiah <a.kumar@alumni.iitm.ac.in>

	* utils/flickcurl.c: Use stdout for non-error user output

	Since users usually expect any non-error output to come to stdout,
	this commit changes all output except error reports to be directed
	to stdout.

	* utils/flickcurl.c: Fix indentation

	* utils/flickcurl.c: Provision for help message even when not
	authenticated.

	Even when not authenticated, the user might desire to see the list
	of API calls available. This commit facilitates the display of
	that message.

	* utils/flickcurl.c: Move printing help details to a function.

	This commit moves printing the help message to a function, viz.
	print_help_string, so that it can be called from multiple places
	without having to duplicate code. In addition, displays an extra
	newline at the end for neater output.

2011-08-14  Dave Beckett <dave@dajobe.org>

	* Merge pull request #12 from kumanna/kumar (below)
	Fix man page and documentation quirks reported at Debian.

	Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635892

2011-08-14  Kumar Appaiah <a.kumar@alumni.iitm.ac.in>

	* utils/flickcurl.c: Fix grammatical error in description of
	galleries.create

	* docs/flickrdf.1: Fix incorrect spacing in flickrdf man page
	Fixes an incorrect space in the reference to the flickcurl man
	page.

	* docs/flickrdf.1: Remove reference to missing README for flickrdf
	This removes the reference to a missing README file for flickrdf.
	This fixes Debian bug 637196 in flickcurl.

2011-07-28  Dave Beckett <dave@dajobe.org>

	* Merge pull request #10 from radhermit/curl-headers (below)
	Remove old curl header include

2011-06-25  Dave Beckett <dave@dajobe.org>

	* src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: Test
	code calls Flickr OAuth endpoint with correctly signed call

2011-06-23  Dave Beckett <dave@dajobe.org>

	* src/flickcurl_internal.h: ws

	* src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c:
	(flickcurl_oauth_build_key_data): Added internal call with API
	that will change

	* utils/oauth-test.c:
	(oauth_build_key_data): Added

	* utils/oauth-test.c:
	Add a structure oauth_data

	* utils/oauth-test.c:
	Do URI encoding and concatenating

	* src/Makefile.am, src/flickcurl_internal.h, src/oauth.c,
	src/sha1.c, utils/.gitignore, utils/Makefile.am, utils/oauth-test.c:
	OAuth test code

2011-05-08  Dave Beckett <dave@dajobe.org>

	* src/galleries-api.c, src/method.c, src/photosets-api.c,
	src/prefs-api.c, src/test-api.c, src/upload-api.c: code style

	* src/person.c:
	(flickcurl_build_persons): Do not zap any existing data if a field
	is not found.

2011-03-31  Dave Beckett <dave@dajobe.org>

	* NEWS.html: 1.22

2011-03-31  Dave Beckett <dave@dajobe.org>

	* utils/Makefile.am: Add raptor_fake.h to sources and
	distribution.

2011-03-30  Dave Beckett <dave@dajobe.org>

	* NEWS.html, configure.ac:
	Bumped version to 1.22

	* docs/tmpl/section-tag.sgml:
	Added flickcurl_free_tags to doc tmpls

	* docs/flickcurl-sections.txt:
	(flickcurl_free_tags): Added

2011-03-30  Naruto TAKAHASHI <tnaruto@gmail.com>

	* src/flickcurl.h, src/photo.c, src/tags.c: add
	flickcurl_free_tags

	* docs/tmpl/section-photoset.sgml, src/flickcurl.h,
	src/photoset.c: move owner filed to the end of the structure.

2011-03-29  Naruto TAKAHASHI <tnaruto@gmail.com>

	* docs/tmpl/section-photoset.sgml, src/flickcurl.h,
	src/photoset.c: add owner to flickcurl_photoset
2012-01-20 12:36:26 +00:00
obache
eb415b33ad HOMEPAGE had been moved. 2012-01-20 04:44:49 +00:00
adam
25c99e5b54 Changes 2.2.2:
* Only warn about non-tackled IPv6 packets once
* add missing break between "case IPv4" and "case IPv6"
* bump tap driver version from 9.8 to 9.9
* log error message and exit for "win32, tun mode, tap driver version 9.8"
* Backported pkcs11-related parts of 7a8d707237bb18 to 2.2 branch
2012-01-19 13:26:55 +00:00
hiramatsu
9c3b047d01 Updated DEPENDS to match with the "requires" section of META.yml.
Problem and fixes are reported in PR pkg/45821.
2012-01-19 09:28:40 +00:00
pettai
1782f048f7 1.6.12
* bugfix #413: Fix manpage source for srcdir != builddir
        * Canonicalize the signers name rdata field in RRSIGs when signing
        * Ignore minor version of Private-key-format (so v1.3 may be used)
        * Allow a check_time to be given in stead of always checking against
          the current time. With ldns-verify-zone the check_time can be set
          with the -t option.
        * Added functions for updating and manipulating SOA serial numbers.
          ldns-read-zone has an option -S for updating and manipulating the
          serial numbers.
        * The library Makefile is now GNU and BSD make compatible.
        * bugfix #419: NSEC3 validation of a name covered by a wildcard with
          no data.
        * Two new options (--with-drill and --with-examples) to the main
          configure script (in the root of the source tree) to build drill
          and examples too.
        * Fix days_since_epoch to year_yday calculation on 32bits systems.
2012-01-18 22:31:26 +00:00
adam
a770b740d8 Revbump after db5 update 2012-01-18 14:44:36 +00:00
adam
d6f78808e6 Revbump after updating db5 2012-01-18 14:44:24 +00:00
adam
063362ed00 Revbump after db5 update 2012-01-18 14:37:20 +00:00
adam
ad3fef93cf Revbump after db5 update 2012-01-18 14:35:13 +00:00
sbd
0fea84f4dc Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
abs
0271c22ab8 +Transmission-gui 2012-01-16 22:17:08 +00:00
abs
2fbe177e29 Added net/Transmission-gui version 2.42
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the qt and gtk frontends for Transmission
2012-01-16 22:16:43 +00:00
sbd
c4b80deb84 net/bind is need on any platform that doesn't have dig or nslookup. 2012-01-16 22:09:59 +00:00
obache
97ea1adcfc Update mikutter to 0.0.4.642.
* change behavior for the case that Twitter API response code is 401.
2012-01-15 12:42:39 +00:00
ryoon
36e400e07e Update to 1.14.1
Chngelog:
Changes
-------

 * Supported network-path reference in HTTP redirect.

 * Updated bash_completion.

 * aria2 now doesn't assume download has completed just because file
   size matched. The only exception is zero-length file.  If server
   tells that file is zero-length and --checksum option is given,
   aria2 now correctly checks its checksum. There is one known issue:
   If downloaded file is zero-length file and .aria2 file exists, it
   will not be deleted on successful verification, because .aria2 file
   is not loaded.

 * Fixed the bug that --checksum is not working. SFBUG#3466888

 * Fixed compile error without libnettle, libgcrypt and openssl.
   SFBUG#3466463

 * Fixed the bug that log file is not created if there is warning
   before log file is opened.
2012-01-14 15:15:16 +00:00
hans
2021c0e11b Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
hans
7d9c271160 Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version
required in mk/tools/bison.mk is good enough for all of them.
2012-01-14 00:51:36 +00:00
taca
b7b17a3fd4 Update isc-dhcp4 package to 4.2.3p2. (ISC DHCP 4.2.3-P2).
Alwo update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4.


			Changes since 4.2.3-P1

! Modify the DDNS handling code.  In a previous patch we added logging
  code to the DDNS handling.  This code included a bug that caused it
  to attempt to dereference a NULL pointer and eventually segfault.
  While reviewing the code as we addressed this problem, we determined
  that some of the updates to the lease structures would not work as
  planned since the structures being updated were in the process of
  being freed: these updates were removed.  In addition we removed an
  incorrect call to the DDNS removal function that could cause a failure
  during the removal of DDNS information from the DNS server.
  Thanks to Jasper Jongmans for reporting this issue.
  [ISC-Bugs #27078]
  CVE: CVE-2011-4868
2012-01-13 13:42:09 +00:00
ghen
ebf51a2e59 Upgrade to PowerDNS 2.9.22.5, including a fix for CVE-2012-0206. 2012-01-13 12:12:48 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
hans
ba0ed1b9ff Fix build on SunOS. 2012-01-12 15:56:57 +00:00
tron
eb65fab3a3 Improve GCC version handling:
1.) Set minimum required GCC version to 4.1.3 because that is what has
    been tested. Based on the bug-report it also seems that GCC 4.0.1
    doesn't work.
2.) GCC 4.1.3 (as distributed with NetBSD 5.*) works fine under
    NetBSD/macppc as reported by Matthias Kretschmer on IRCnet.
    So don't insist on GCC 4.2.1 for this platform. This fixes seems
    to fix the build as the GCC 4.4.6 package doesn't build for
    this platform.
2012-01-11 22:41:46 +00:00
tron
d22943f76a Update "wireshark" package to version 1.6.5. Changes since 1.6.4:
- Bug Fixes
  The following vulnerabilities have been fixed.
     o wnpa-sec-2012-01
       Laurent Butti discovered that Wireshark failed to properly
       check record sizes for many packet capture file formats. (Bug
       6663, bug 6666, bug 6667, bug 6668, bug 6669, bug 6670)
       Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
     o wnpa-sec-2012-02
       Wireshark could dereference a NULL pointer and crash. (Bug
       6634)
       Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
     o wnpa-sec-2012-03
       The RLC dissector could overflow a buffer. (Bug 6391)
       Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4.
   The following bugs have been fixed:
     o "Closing File!" Dialog Hangs. (Bug 3046)
     o Sub-fields of data field should appear in exported PDML as
       children of the data field instead of as siblings to it. (Bug
       3809)
     o Incorrect time differences displayed with time reference set.
       (Bug 5580)
     o Wrong packet type association of SNMP trap after TFTP
       transfer. (Bug 5727)
     o SSL/TLS decryption needs wireshark to be rebooted. (Bug 6032)
     o Export HTTP Objects -> save all crashes Wireshark. (Bug 6250)
     o Wireshark Netflow dissector complains there is no template
       found though the template is exported. (Bug 6325)
     o DCERPC EPM tower UUID must be interpreted always as little
       endian. (Bug 6368)
     o Crash if no recent files. (Bug 6549)
     o IPv6 frame containing routing header with 0 segments left
       calculates wrong UDP checksum. (Bug 6560)
     o IPv4 UDP/TCP Checksum incorrect if routing header present.
       (Bug 6561)
     o Incorrect Parsing of SCPS Capabilities Option introduced in
       response to bug 6194. (Bug 6562)
     o Various crashes after loading NetMon2.x capture file. (Bug
       6578)
     o Fixed compilation of dumpcap on some systems (when
       MUST_DO_SELECT is defined). (Bug 6614)
     o SIGSEGV in SVN 40046. (Bug 6634)
     o Wireshark dissects TCP option 25 as an "April 1" option. (Bug
       6643)
     o ZigBee ZCL Dissector reports invalid status. (Bug 6649)
     o ICMPv6 DNSSL option malformed on padding. (Bug 6660)
     o Wrong tvb_get_bits function call in packet-csn1.c. (Bug 6708)
     o [UDP] - Length Field of Pseudo Header while computing CheckSum
       is not correct. (Bug 6711)
     o pcapio.c: bug in libpcap_write_interface_description_block.
       (Bug 6719)
     o Memory leaks in various dissectors.
     o Bytes highlighted in wrong Byte pane when field selected in
       Details pane.
- Updated Protocol Support
   BGP, BMC CSN1, DCERPC EPM, DCP(ETSI) DMP DTLS GSM Management, H245
   HPTEAM, ICMPv6, IEEE 802.15.4 IPSEC IPv4, IPv6, ISAKMP KERBEROS
   LDSS NFS RLC, RPC-NETLOGON RRC RTMPT SIGCOMP SSL SYSLOG TCP, UDP,
   XML ZigBee ZCL
- New and Updated Capture File Support
   Accellent 5Views, AIX iptrace, HP-UX nettl, I4B, Microsoft Network
   Monitor, Novell LANalyzer, PacketLogger, Pcap-ng, Sniffer,
   Tektronix K12, WildPackets {Airo,Ether}Peek.
2012-01-11 09:48:24 +00:00
obache
442cacf03e Update mikutter 0.0.4.638.
remediation of memory leaks.
2012-01-10 10:43:30 +00:00
drochner
f7562db1de clean up in some cases where the faked "libgnutls-config" script
is not needed anymore
2012-01-09 14:53:31 +00:00
manu
fc16ab48ca Restore build on latest netbsd-5 by making sure utimensat(2) is not used. 2012-01-09 05:18:46 +00:00
obache
78cb977b26 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
wiz
4be2b015bd Update to 0.6.4:
0.6.4 - Tulips
==============

* Fix the installation with Python 3.1
2012-01-08 16:26:57 +00:00
wiz
a47e1662b0 + Radicale. 2012-01-08 16:25:49 +00:00
wiz
8cac3a1170 Initial import of Radicale-0.6.3:
The Radicale Project is a complete CalDAV calendar server solution.
It can store multiple calendars.

Calendars are available for both local and remote access, possibly
limited through authentication policies. They can be viewed and
edited by calendar clients on mobile phones or computers.  Technical
Description

Radicale aims to be a light solution, easy to use, easy to install,
easy to configure. As a consequence, it requires few software
dependencies and is pre-configured to work out-of-the-box.
2012-01-08 16:25:31 +00:00
wiz
b5dbe20bd1 + arp-scan. 2012-01-08 15:14:48 +00:00
wiz
6d8dde4dc9 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
a0edf3380a + calypso. 2012-01-08 15:12:04 +00:00
wiz
9fab9115fd 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