Commit graph

9517 commits

Author SHA1 Message Date
joerg
5730f0e5f5 fetch-1.6:
- autoconfig glue to detect presence of termios.h etc.
- On NetBSD default to getpass.  Otherwise implement the password reading
  using termios.h if present, falling back to getpassphrase/getpass or
  plain fgets.
2009-11-13 20:52:05 +00:00
joerg
d4e7003631 Only use SIGINFO if the platform supports it. 2009-11-13 19:52:49 +00:00
jnemeth
887ecaf886 remove line for non-existant SUBDIR 2009-11-13 00:05:08 +00:00
manu
4afe504277 NetBSD's tun driver has no broadcast support. When configured with
a tun device and subnet topology, OpenVPN insisted on setting a broadcast
address on the tun device, causing a fatal error. This patch fixes that,
and has been submitted upstream
2009-11-12 08:41:10 +00:00
drochner
086511bf74 resolve conflict between gnome-vfs and gnome-vfs-dns-sd (which has
been there from the beginning):
-add an "avahi" option to gnome-vfs (default off)
-add CONFLICTS statement
-bump PKGREVISION
-remove gnome-vfs-dns-sd
2009-11-12 00:13:26 +00:00
zafer
efbd75457d Update filezilla to 3.3.0
Changelog:

Aborting a previous connection attempt by establishing a new connection in the same tab no longer renders the new connection unusable
*nix: Quote filenames containing spaces if editing using default editor for text files
*nix: Fix crash while emitting queue finished notifications
*nix: Display desktop notification if all transfers have finished and FileZilla isn't focused
Navigating controls inside tab using tabulator key now works on all tabs
Fix splitter positions on horizontal interface layouts
Give choice to abort old connection or to open a new tab when trying to connect while already connected
Double-click on empty space in tabbar opens new tab
Middle-click on tab closes it
Use splitter positions and filelist column setup of previous tab when opening new one
Make betas and release candidates check daily for new versions
Fix crash when leaving settings dialog after tabs have been closed
Fix crash on changing tabs if old tab has site-specific bookmarks but new one doesn't
Layout of tabs no longer changes after leaving settings
Fix issues with remembering last used server
Don't use bold font for active tab
Recursive operations now working in all tabs
Tabbed interface to connect to multiple server at the same time
New welcome screen
Add Open to local directory tree context menu
Fix mismatch of displayed and actually performed default file exists action
MSW: Update mingwm10.dll to fix a crash at initialization
MSW: FTP over TLS no longer crashes for users of VIA CPUs
*nix: Fix crashes due to race condition in dbus code
Fix SHA-512 calculating incorrect hashes on 64bit systems, used by SFTP and the update wizard
2009-11-11 18:30:38 +00:00
seb
d1a3fad09c Update p5-DNS-ZoneParse from version 0.96 to version 0.99.
Upstream changes:
0.99 - Tue Oct 20 2009
      - (je) Support for callback to catch unparsable lines.
      - (je) Keep a counter of unparsable lines after parsing.
      - (je) Support new record types (SRV, TXT, RP, HINFO, LOC).
      - (je) Automatic un/escaping of special characters.
      - (je) Reformat regular expressions for clarity.
      - (je) Update file open syntax.
      - (je) Require Perl 5.6+.
      - (je) Support for Unicode names (bug 27527).
      - (je) Support TXT records containing a semicolon (bug 50165).
      - (je) Support backslashes in zone data (bug 12679).
      - (je) Support SRV records (bug 24402).
      - (je) Support names ending in what looks like a record type (bug 39006).
      - (je) Increase unit test coverage.
      - (je) Improve parsing for lines containing comments.
      - (je) Improve parsing for multi-line records.

0.98 - Skipped

0.97 - Skipped
2009-11-10 13:34:13 +00:00
spz
bf27dcd680 fix syntax error for python26 in khashmir/test_krpc.py
patch kudos Attila Tóth for Gentoo
2009-11-06 07:54:07 +00:00
joerg
4df0c195d8 nsd-3.2.3:
* Bug #236: Allow RRs before the SOA in a zonefile.
    * Bug #229: Remove the C99 code.
    * Bug #253: Don't put NS RRs in a response with QTYPE=DNSKEY.
    * Bug #263: Make TSIG algorithm comparison case insensitive.
    * Bug #266: Build failed on systems without strptime.
    * Fix install hickup.
    * Fix to use 4096 EDNS limit for IPv6 on Linux.
2009-11-05 18:15:57 +00:00
gdt
a1384c07c8 Drop '(fork of zebra)' from COMMENT as that's now only of historical
interest rather than something useful.
2009-11-05 13:24:14 +00:00
markd
2017d98b44 Update to KDE 4.3.3
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
2009-11-04 11:05:50 +00:00
gdt
02283295c9 quagga now checks explicitly for GNU awk features, so USE_TOOLS it. 2009-11-04 00:08:17 +00:00
jym
d61b8daeee As advised by wiz@:
- add ${PKGMANDIR}/man1 and bin directories to INSTALLATION_DIRS to
support installation using user-destdir
- remove the url2pkg marker

Thanks!
2009-11-03 21:13:24 +00:00
tnn
20b9e93940 deal w/ conditional glib2 support. Fixes build of security/pakemon and
security/dsniff.
2009-11-01 16:29:24 +00:00
wiz
6f38547c4b Update to 1.7.1:
2009-06-19  Bob Halley  <halley@dnspython.org>

	* (Version 1.7.1 released)

2009-06-19  Bob Halley  <halley@dnspython.org>

	* DLV.py was omitted from the kit

	* Negative prerequisites were not handled correctly in _get_section().

2009-06-19  Bob Halley  <halley@dnspython.org>

	* (Version 1.7.0 released)

2009-06-19  Bob Halley  <halley@dnspython.org>

	* On Windows, the resolver set the domain incorrectly.  Thanks
	  to Brandon Carpenter for reporting this bug.

        * Added a to_digestable() method to rdata classes; it returns the
	  digestable form (i.e. DNSSEC canonical form) of the rdata.  For
	  most rdata types this is the same uncompressed wire form.  For
	  certain older DNS RR types, however, domain names in the rdata
	  are downcased.

       * Added support for the HIP RR type.

2009-06-18  Bob Halley  <halley@dnspython.org>

       * Added support for the DLV RR type.

       * Added various DNSSEC related constants (e.g. algorithm identifiers,
         flag values).

       * dns/tsig.py: Added support for BADTRUNC result code.

       * dns/query.py (udp): When checking that addresses are the same,
         use the binary form of the address in the comparison.  This
         ensures that we don't treat addresses as different if they have
         equivalent but differing textual representations.  E.g. "1:00::1"
         and "1::1" represent the same address but are not textually equal.
         Thanks to Kim Davies for reporting this bug.

       * The resolver's query() method now has an optional 'source' parameter,
         allowing the source IP address to be specified.  Thanks to
         Alexander Lind for suggesting the change and sending a patch.

       * Added NSEC3 and NSEC3PARAM support.

2009-06-17  Bob Halley  <halley@dnspython.org>

        * Fixed NSEC.to_text(), which was only printing the last window.
          Thanks to Brian Wellington for finding the problem and fixing it.

2009-03-30  Bob Halley  <halley@dnspython.org>

        * dns/query.py (xfr): Allow UDP IXFRs.  Use "one_rr_per_rrset" mode when
          doing IXFR.

2009-03-30  Bob Halley  <halley@dnspython.org>

        * Add "one_rr_per_rrset" mode switch to methods which parse
          messages from wire format (e.g. dns.message.from_wire(),
          dns.query.udp(), dns.query.tcp()).  If set, each RR read is
          placed in its own RRset (instead of being coalesced).

2009-03-30  Bob Halley  <halley@dnspython.org>

        * Added EDNS option support.

2008-10-16  Bob Halley  <halley@dnspython.org>

        * dns/rdtypes/ANY/DS.py: The from_text() parser for DS RRs did not
          allow multiple Base64 chunks.  Thanks to Rakesh Banka for
          finding this bug and submitting a patch.

2008-10-08  Bob Halley  <halley@dnspython.org>

        * Add entropy module.

        * When validating TSIGs, we need to use the absolute name.

2008-06-03  Bob Halley  <halley@dnspython.org>

        * dns/message.py (Message.set_rcode): The mask used preserved the
          extended rcode, instead of everything else in ednsflags.

        * dns/message.py (Message.use_edns): ednsflags was not kept
          coherent with the specified edns version.

2008-02-06  Bob Halley  <halley@dnspython.org>

        * dns/ipv6.py (inet_aton):  We could raise an exception other than
          dns.exception.SyntaxError in some cases.

        * dns/tsig.py: Raise an exception when the peer has set a non-zero
          TSIG error.
2009-10-31 02:57:30 +00:00
wiz
0402f8a97f Update to 3.0.49:
--- 3.0.49 2009/10/01

Make a number of functions defined in xmlquery.c static. These have
never been declared in a public header file (yaz/xmlquery.h) and was
made public by mistake.

Improve speed of character conversions (iconv utilities). This makes
conversions from MARC-8 faster.

ZOOM_record_get returns 0 pointer if a MARC record can not be decoded -
unless type desired is "raw". This will prevent type "xml" from
returning ISO2709 .. Which obviously can not be XML parsed.

Fix memory leak in ZOOM that would occur if option apdulog was used
on a re-used connection.

Frontend server logs HTTP requests.

Frontend server now sends Z39.50 close when it times out (sesssion has
been idle for too long). Versions 2.0.30 and earlier also sent close.
But due to a mistake this was disabled in all versions after that, i.e.
the server would just close the socket immediately.

yaz-client emits a better message when receiving an unrecognised
userInformationField.

Skip zero-length subfields when decoding ISO2709. This rare case happens
if a record has two FS characters in a sequence. Without this patch
there would be a reference beyond char array in using_code_len fragments
in marcdisp.c.

Fix yaz-marcdump error that would occur if option -n was used (bug #3028).
2009-10-31 02:32:30 +00:00
wiz
2fcdbc9463 Update to 1.12. Add default-on idn option (see fourth entry in ChangeLog
below).

** Mailing list MOVED to bug-wget@gnu.org

** SECURITY FIX: It had been possible to trick Wget into accepting
SSL certificates that don't match the host name, through the trick of
embedding NUL characters into the certs' common name. Fixed by Joao
Ferreira <joao@joaoff.com>.

** Added support for CSS. This includes:
     - Parsing links from CSS files, and from CSS content found in HTML
       style tags and attributes.
     - Supporting conversion of links found within CSS content, when
       --convert-links is specified.
     - Ensuring that CSS files end in the ".css" filename extension,
       when --convert-links is specified.

   CSS support in Wget is thanks to Ted Mielczarek
   <ted.mielczarek@gmail.com>.

** Added support for Internationalized Resource Identifiers (IRIs, RFC
3987). When support is enabled (requires libidn and libiconv), links
with non-ASCII bytes are translated from their source encoding to UTF-8
before percent-encoding.  IRI support was added by Saint Xavier
<wget@sxav.eu>, as his project for the Google Summer of Code.

** Wget now provides more sensible exit status codes when downloads
don't proceed as expected (see the manual).

** --default-page option (and associated wgetrc command) added to
support alternative default names for index.html.

** --ask-password option (and associated wgetrc command) added to
support password prompts at the console.

** The --input-file option now also handles retrieving links from
an external file.

** The output generated by the --version option now includes
information on how it was built, and the set of configure-time options
that were selected.

** --html-extension has been renamed to --adjust-extension, to reflect
the fact that it now also applies to CSS content. --html-extension is
still acceptable, but is now deprecated.

** An "ascii" specifier is now accepted by --restrict-file-names, which
forces the percent-encoding of all non-ASCII bytes

** Several previously existing, but undocumented .wgetrc options are
now documented: save_headers, spider, and user_agent,
auth_no_challenge, and keep_session_cookies. Also added documentation
for the "lowercase" and "uppercase" values for --restrict-file-names, which had been present since Wget 1.11.
2009-10-31 02:29:14 +00:00
wiz
eaf81873b1 Update to 3.0.1:
2009/10/23: version 3.0.1 = tag release-3-0-1
6961: BT: Fix torrent parsing when announce-list is empty

2009/10/22
6959: DC: Fix invalid XML (lucasn)
6804: EDK: Log incoming chat messages with ip:port info (Dennis Nezic)
6772: New option max_result_name_len, shortens strings in
      HTML/Telnet search results
6958: EDK: Fix server connects on Solaris due to missing SO_KEEPALIVE
6957: Configure: Make Ocaml 3.11.1 the default compiler
6956; BT: Fix download of torrent files with no 'announce' field (Hose Bag)

2009/02/28
6759: HTML: Properly sort column hits in Options, IP blocking
2009-10-31 01:19:59 +00:00
jym
22e20f14eb Add cntlm. 2009-10-30 19:57:58 +00:00
jym
caccbd0e2c Initial import of cntlm 0.35.1 into the NetBSD package system.
Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
proxy or proxies (host1..N and port1..N) and opens a listening socket,
forwarding each request to the parent proxy (moving in a circular list if the
active parent stops working). Along the way, a connection to the parent is
created anew and authenticated or, if available, previously cached connection
is reused to achieve higher efficiency and faster responses. When the chain is
set up, cntlm should be used as a proxy in your applications. Cntlm also
integrates transparent TCP/IP port forwarding (tunneling) through the parent
(incl. authentication).

It can be used against most ISA servers, and helps to provide ease of
integration for programs not supporting NTLM authentication directly, via
cntlm's builtin SOCKS5 proxy.
2009-10-30 19:55:30 +00:00
manu
d70dc539d4 Add a pam option for the PAM plugin 2009-10-30 19:06:06 +00:00
drochner
09e235031c more PKGREV bumps for removal of esound dependency from libgnome 2009-10-29 23:32:22 +00:00
tnn
7c6d1a5267 Update to the latest version in order to fix build breakage.
libtrace 3.0.6 (2008-11-27)
* Fixed compilation errors caused by missing #includes (r1382)
* Added trace_get_payload_from_pppoe() to external API (r1383)
* autoconf now correctly detects libgdc properly for tracertstats (r1384)
* Fixed some warnings on recent versions of gcc (r1385)
2009-10-29 21:23:19 +00:00
tron
fdfa741b07 Update "libtorrent" and "rtorrent" package to version 0.12.5/0.8.5:
- Add support for any number of custom download values identified by
  string keys.
  d.set_custom=key,value
  d.get_custom=key (returns "" if not set)
  d.get_custom_throw=key (returns error if not set)
- With this patch, rtorrent will detect and complain about .torrent
  files with broken bencode representation (e.g. where the order of
  dictionary keys is not lexicographic).
- Choose a different poll type using the RTORRENT_POLL env. variable
  (if it's implemented), probably only useful as RTORRENT_POLL=select.
- Add the commands execute_capture and execute_capture_nothrow that
  work like their other counterparts but return the OUTPUT (stdout) of
  the given command.
- Fixes the code that detects which peer was sending bad data. Peers
  are then automatically banned after sending three bad chunks.
- Stops rtorrent from always creating and resizing ALL files, even
  those set to "off". Files will still be created, but with a size of
  zero, until a part of them is getting downloaded. This helps with
  filesystems that don't support sparse files (such as FAT, HFS+, and
  others).
- Fix inefficient piece distribution due to linear chunk request
  strategy by randomizing position every few (on average 32) chunks, see
  ticket #190.
- Enable custom throttles, both per-download or per-IP. See
  http://libtorrent.rakshasa.no/ticket/20 for info and instructions.
- Fix crashes/errors due to rtorrent attempting to pass non-utf-8
  strings to xmlrpc.
- Added support for using posix_fallocate on newly resized files.
- Include locally available chunks in the "chunks seen" statistics for
  completed/distributed copies. Patch by Josef Drexler.
- Added 'd.get_bitfield' command for retrieving the bitfield in hex
  format. Patch by Thomas Rosner.
- Fixed include headers for gcc-4.4.0. Patch by 'kloeri'.
2009-10-29 11:42:30 +00:00
tron
d95ee90153 Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o The Paltalk dissector could crash on alignment-sensitive
    processors. (Bug 3689)
    Versions affected: 1.2.0 to 1.2.2
  o The DCERPC/NT dissector could crash.
    Versions affected: 0.10.10 to 1.2.2
  o The SMB dissector could crash.
    Versions affected: 1.2.0 to 1.2.2
- The following bugs have been fixed:
  o Wireshark memory leak with each file open and/or display
    filter change. (Bug 2375)
  o DHCP Dissector displays negative lease time. (Bug 2733)
  o Invalid advertised window line on tcptrace style graph. (Bug
    3417)
  o SMB get_dfs_referral referral entry is not dissected
    correctly. (Bug 3542)
  o Error dissecting eMule sourceOBFU message. (Bug 3848)
  o Typos in Diameter XML files. (Bug 3878)
  o RSL dissector for MS Power IE is broken. (Bug 4017)
  o Manifest problem in 1.2.2 Win64 build. (Bug 4024)
  o FIP dissector throws assertion. (Bug 4046)
  o TCAP problem with indefinite length 'components' SEQ OF. (Bug
    4053)
  o GSM MAP: an-APDU not decoded. (Bug 4095)
  o Add "Drag and Drop entries..." message on Columns preferences
    page. (Bug 4099)
  o Editcap -t and -w option parses fractional digits incorrectly.
    (Bug 4162)
- Updated Protocol Support
  DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
  Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS
2009-10-28 11:53:40 +00:00
drochner
12264beeb5 update to 1.3.10
changes:
-minor fixes
-translation updates

pkgsrc note: build against newer gnutls was fixed, don't need the
 libgnutls-config hack anymore
2009-10-27 19:08:30 +00:00
drochner
7a88d57cd8 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-26 11:04:28 +00:00
drochner
3195ee9e41 update to 0.3.10
changes:
-bugfixes
-Support SASL authentication extension
-API and UI improvements
-translation updates
2009-10-26 11:02:21 +00:00
obache
d20fa3a515 Update msdl to 1.2.6.
Version 1.2.6.
-- msdl
	* 12th release
	* -o chain enabled, you can do
          $ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1 http://bar/file2 http://bar/file3
	* --stream-timeout option for quit streaming after some time.
	  $ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv
          to download the first 3 and a half minutes.
	  This is helpful for downloading the real-time streaming, which ignores
          RTSP Range parameters.
2009-10-26 04:12:12 +00:00
roy
a2266842d4 dhcpcd-5.1.3 has been imported with the following changes:
* waitip is enabled when running on a single interface.
* Classless Static Routes are now enabled by default in dhcpcd.conf
  instead of being always being requested.
2009-10-25 23:44:49 +00:00
drochner
811fbc5688 reset PKGREVISION for base pkg update 2009-10-22 15:21:19 +00:00
joerg
4995b29683 Not MAKE_JOBS_SAFE. 2009-10-22 13:44:18 +00:00
drochner
7cf81c3d81 +libgdata 2009-10-21 18:51:12 +00:00
drochner
ba0006102f import libgdata-0.5.0, a Google Data client library, from
Kamel Derouiche per pkgsrc-wip
2009-10-21 18:48:21 +00:00
drochner
d3b9fc670b update to 2.28.1
changes:
-libsoup will now attempt to make multiple connections to a
 server at once when there are multiple messages queued to
 that server
-bugfixes
2009-10-21 15:52:03 +00:00
wiz
476d00b17e Update to 2.2.7:
Version 2.2.7
(September 29, 2009)

 User-visible changes:
  * Fix: dailymotion id parsing
  * Youtube:
    # Accept -f fmt34
    # fmt34 is now treated as yet another (new?) format
    # Rewrite youtube section of the FORMATS in the manual
  * Fix: --format=best not working with youtube (closes issue #39)
    # Thanks to Peter Baranyi for the fix

 Known issues:
  * redtube: broken (verify -> http/404)


Version 2.2.6
(September 14, 2009)

 User-visible changes:
  * Fix: liveleak: "error: Unsupported protocol (http/1)" (closes #36)
  * Fix: vimeo: title parsing (Thanks to Peter Baranyi for the fix, closes #37)
    - Fixes title issues with accented chars
  * Fix: break: http/403 (Thanks to Werner Elsler for the fix, closes #38)
2009-10-20 15:38:47 +00:00
joerg
5988f0398a Update to unbound-1.3.4:
- Fixed bug where NSEC3 signature was not checked. This meant that
  a DS could be spoofed away by a carefully crafted packet.
  A downgrade attack on existing secure delegations.
- updated iana port list.
2009-10-19 17:03:33 +00:00
wiz
6e06894608 Add patch against "==" in test(1). 2009-10-18 23:53:37 +00:00
wiz
10547f539a libtool archive references gnome-keyring, so include its buildlink3.mk here. 2009-10-18 22:29:10 +00:00
zafer
1a69348899 prevent timing out. homepage has been offline since 2006. 2009-10-18 20:28:52 +00:00
zafer
d1758331a7 update master_sites. 2009-10-18 20:12:57 +00:00
zafer
4d5e407cf9 update homepage and master_sites. 2009-10-18 20:07:54 +00:00
zafer
dcf0be5791 update master_sites. 2009-10-18 19:54:52 +00:00
zafer
cebfea3b98 update homepage. update master_sites. 2009-10-18 19:46:36 +00:00
zafer
85662cdc6f update master_sites. 2009-10-18 19:37:51 +00:00
zafer
5e7484edbf remove broken mirror. 2009-10-18 19:34:54 +00:00
sno
6057ffc1f4 Updating net/p5-SOAP-Lite from 0.71.08nb5 to 0.710.10
pkgsrc changes:
  - Adjusting dependencies
  - Adding license definition

Upstream changes:
0.710.10
   ! #49981: UDDI::Lite version not parsable by cpanplus (again)
0.710.09
   ! #46444: use SOAP::Lite::Deserializer::XMLSchemaSOAP1_2 missing
   ! #37151: Strawberry perl 5.10 - Tests fail and then later hang
   ! #49981: UDDI::Lite version not parsable by cpanplus
   ! #49011: Fails to install under strawberry perl
   ! [2825166] In Constant DEFAULT_HTTP_CONTENT_TYPE
   ! [2832939] chunked client requests are returned 411(Length Required)
   ! [2860559] serious utf8 bug
   ! #44568 Tracing unavailable when SOAP::Lite is used as a server
   ! #44195 submitting patches / mention Nginx transport module in documentation
   ! [2777361] SOAP 1.2 Content-Type rejected
   ! #41937 ([patch] enable more tests)
   ! #39101: Apache2::Const::HTTP_BAD_REQUEST not defined
   ! #39672: serialization and autotype 'off'
   ! #41348: t/SOAP/Transport/HTTP/CGI.t failing on 5.6.x
   ! #20569: XMLRPC::Lite "wrong element 'nil'" exception on '<value><nil/></value>'
   + require Task::Weaken
   + better META.yml generated (Alexandr Ciornii)
2009-10-18 09:24:26 +00:00
gdt
070dc5e0c6 Update to 0.99.15, from Frederic Jaeckel via private mail.
Lightly tested (some of ospf, bgp, ripng on i386/amd64/sparc64).

No NEWS, but basically bugfixes and minor improvements.
2009-10-17 17:43:17 +00:00
roy
c10e0eedd9 Import dhcpcd-5.1.2 with these changes:
* ClientID is now reported when interface starts
* -w, --wait forces dhcpcd to wait until an interface gets a lease or
  times out
* Ensure DHCP socket is open when sending a DECLINE
* Uses new hwaddr if existing interface is downed and then changed.
* No longer works on firewire interfaces by default.

dhcpcd-5.1.2 has a new behaviour change - when starting up and at least 1
interface has a carrier then it tries to get a lease or times out.
It still daemonises regardless. This, along with the -b and -w flags
allows total control over the desired behaviour of dhcpcd.
2009-10-16 21:43:13 +00:00
obache
6f28e99b1a Fixes PLIST.
need gdbm for avahi-discover, suggested by Simon Schubert in PR 42171.
2009-10-16 07:45:47 +00:00