Commit graph

160913 commits

Author SHA1 Message Date
seb
ccdbb6e2ee Update p5-App-cpanoutdated from version 0.09 to version 0.10.
Upstream changes:
0.10
    - added -I option, suggested by Sebastian Willert [RT#59454]
2010-07-26 16:40:09 +00:00
obache
3c9903932b Skip iconv_open in libiconv check in configure script.
It always failed with libiconv from pkgsrc.
2010-07-26 14:57:51 +00:00
obache
05c050ac08 * Also need SIGCHLD-fallback for OpenBSD and DragonFly
* using iconv, so buildlink with libiconv
XXX: but failed to link with libiconv from pkgsrc, bad configure test.
2010-07-26 14:40:22 +00:00
obache
70d862056f Updated www/py-paste to 1.7.4 2010-07-26 12:39:00 +00:00
obache
8884a1eee4 Update py-Paste to 1.7.4.
While here, set LICENSE=mit.

1.7.4
-----

* Fix XSS bug (security issue) with not found handlers for
  :class:`paste.urlparser.StaticURLParser` and
  :class:`paste.urlmap.URLMap`.  If you ask for a path with
  ``/--><script>...`` that will be inserted in the error page and can
  execute Javascript.  Reported by Tim Wintle.

* Replaced :func:`paste.util.mimeparse.desired_match`

1.7.3.1
-------

* Removed directory name from 404 errors in
  :class:`paste.urlparser.StaticURLParser`.

* Fixed packaging to include Javascript and images for
  :mod:`paste.evalexception`

1.7.3
-----

* I got a fever and the only prescription is more :mod:`paste.cowbell`!

* Fix :mod:`paste.httpserver` on Python 2.6.

* Fix :mod:`paste.auth.cookie`, which would insert newlines for long
  cookies.

* :mod:`paste.util.mimeparse` parses a single ``*`` in Accept headers
  (sent by IE 6).

* Fix some problems with the ``wdg_validate`` middleware.

* Improvements to :mod:`paste.auth.auth_tkt`: add httponly support,
  don't always aggressively set cookies without the
  ``wildcard_cookie`` option.  Also on logout, make cookies expire.

* In :class:`paste.proxy.Proxy` handle Content-Length of -1.

* In :mod:`paste.httpexceptions` avoid some unicode errors.

* In :mod:`paste.httpserver` handle ``.read()`` from 100 Continue
  properly (because of a typo it was doing a readline).

* Update ``paste.util.mimeparse`` from `upstream
  <http://code.google.com/p/mimeparse/>`_.
2010-07-26 12:38:42 +00:00
drochner
c9df46beba oops - too much c&p - reimport into proper path 2010-07-26 11:54:34 +00:00
drochner
854e5c4dba +ethos 2010-07-26 11:27:01 +00:00
drochner
76e9d023c3 add ethos-0.2.2, a plugin framework for glib2 based applications 2010-07-26 11:23:56 +00:00
drochner
4381c47267 +eog-plugins* 2010-07-26 11:21:18 +00:00
drochner
fcdf01e2a7 add eog-plugins-map-2.30.1, a map plugin for the "eog" image viewer,
to show the location of geotagged photos
2010-07-26 11:18:15 +00:00
drochner
59a574692a add eog-plugins-2.30.1, a collection of plugins for the "eog" image viewer
(only these without extra dependencies)
2010-07-26 11:16:27 +00:00
drochner
03784106d2 add one 2010-07-26 11:13:43 +00:00
drochner
6930ea59d6 +3 2010-07-26 11:11:24 +00:00
drochner
601aebfc1f add libchamplain06-0.6.1, a GTK map widget
(the development version, can be installed in parallel to 0.4.x)
2010-07-26 11:07:18 +00:00
drochner
682ef648ff add libchamplain04-0.4.6, a GTK map widget
(the current stable version)
2010-07-26 11:05:26 +00:00
gdt
d9cde216a1 Take maintainership; previous maintainer no longer uses nevow. 2010-07-26 10:26:09 +00:00
adam
c0370c8727 Updated games/wormux to 0.9.2.1 2010-07-26 10:03:15 +00:00
adam
4cb957d3d3 Changes 0.9.2.1:
* Fix build on 64 bits system

Changes 0.9.2:
* The rope of grapple no longer gets stuck in ground.
* Network games between specific computers which didn't work properly before
  should work now.
* A bug has been fixed which prevented the bugzilla team to have more then
  three players.
* Poisoned characters die now when they have to less health.
2010-07-26 10:01:45 +00:00
taca
84c9fb333b +apache-2.2.16, xrandr-1.3.3. 2010-07-26 08:03:59 +00:00
dholland
abe401e588 Remove stray comma, noted by Aleksey Cheusov in PR 43663. 2010-07-26 07:51:10 +00:00
dholland
ce28065130 Fix previous; I did test it, but it seems that under some
circumstances make doesn't like the conditional I wrote.

(also, what the previous log message says about a bump is wrong; I bumped
only ncursesw. but there shouldn't be any need to bump ncurses for this.)
2010-07-26 07:23:59 +00:00
dholland
af738078f4 For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumption
that explicitly forcing ncurses does not mean "use builtin curses anyway"
unless the builtin curses is *really* ncurses.

(Yes, the ncursesw builtin.mk responds to USE_NCURSES and not USE_NCURSESW;
whether that's a bug is for someone else to decide.)
2010-07-26 06:52:52 +00:00
dholland
d9c25febc7 The change in -r1.27 of this file failed to restore the old logic
completely; rectify that. Now setting USE_NCURSES=yes won't install
pkgsrc ncurses on e.g. Linux where it's really built in.

Not sure if a version bump is wanted, but since I just did one we'll
ride that.
2010-07-26 06:49:30 +00:00
dholland
234a2739c9 ncursesw. 2010-07-26 05:48:18 +00:00
dholland
e1f52af49d ncurses does a bunch of sed magic at *install* time to adjust the
paths in include directives in the headers it installs. (I'm not going
to ask who thought this was a good idea...) Since this package
bypasses the ncurses install goo, we need to replicate at least some
of the behavior with SUBST in order to get working header files out.

Should fix PR 43435 and may also fix some problems with ncursesw and
tin that I've had reported to me.

PKGREVISION -> 4.
2010-07-26 05:47:45 +00:00
dholland
2e97596a91 note bumps of wl, netpbm, gq; apparently forgot to commit this last week 2010-07-26 02:48:24 +00:00
seb
aad740b885 Updated www/p5-Starman to 0.2006 2010-07-26 02:14:26 +00:00
seb
4b9b327524 Update p5-Starman from version 0.2004 to version 0.2006.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.2006 Fri Jul  2 17:21:22 PDT 2010
        - Fixed a bug in chunked response when Content-Length is 0. #8 (chiba)
        - Documented --pid and --daemonize

0.2005 Fri Jul  2 17:02:16 PDT 2010
        - Don't use lib 'lib'
        - Documentation updates (miyagawa, grantm)
2010-07-26 02:14:10 +00:00
seb
6a25279f5b Updated sysutils/p5-Server-Starter to 0.07 2010-07-26 01:51:52 +00:00
seb
489b4a8f0e Update p5-Server-Starter from version 0.06 to version 0.07.
Upstream changes:
0.07  Sat May 08 14:00:00 2010
	- --port option is now omittable (so daemons _not_ binding to TCP ports (like FCGI servers binding to unix domain sockets) can be hot-deployied using Server::Starter)
2010-07-26 01:51:38 +00:00
seb
b5e91d7d1a Updated www/p5-Test-WWW-Mechanize to 1.30 2010-07-26 01:42:53 +00:00
seb
e6125cb4eb Update from version 1.24 to version 1.30.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
1.30    Wed Jun  9 12:23:48 CDT 2010
------------------------------------
[ENHANCEMENTS]
autolint used to only work on get_ok() calls.  Now it works with
post_ok(), submit_form_ok(), follow_link_ok() and click_ok().

Added $mech->text_contains(), $mech->text_like() and $mech->text_unlike()
methods.  These check the text of an HTML page separate from the
HTML markup.  Thanks to Ashley Pond V.


1.28    Tue Apr 13 00:44:27 CDT 2010
------------------------------------
[FIXED]
t/put_ok.t finally passes.


1.26    Mon Apr  5 00:54:46 CDT 2010
------------------------------------
[FIXED]
Description of error in $mech->content_unlike() was wrong.

Now requires Test::LongString 0.12.

t/put_ok.t now passes, but with a handful of warnings.  Help in figuring
out why would be appreciated.

[INTERNALS]
Hoisted common code out of get_ok, post_ok, etc.

[DOCUMENTATION]
Updated copyright and licensing information.
2010-07-26 01:42:37 +00:00
seb
048283f391 Updated www/p5-Plack-Middleware-Session to 0.12 2010-07-26 01:05:53 +00:00
seb
d74a1133f2 Update p5-Plack-Middleware-Session from version 0.11 to version 0.12.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.12 Wed Jul  7 15:54:05 PDT 2010
    - Improved documents (markstos, haarg)
    - Support httponly option (haarg)
2010-07-26 01:05:33 +00:00
seb
073a9bc900 Updated devel/p5-Test-POE-Server-TCP to 1.14 2010-07-26 00:57:19 +00:00
seb
84a5419a6f Update p5-Test-POE-Server-TCP from version 1.12 to version 1.14.
Upstream changes:
==============================
2010-07-19 14:40:55 +0100 1.14
==============================

  commit f5df5ac7dc5f5b6cbddaf127993870d26d9b2614
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Jul 19 14:40:55 2010 +0100

    Check for definedness of stuff given to send to clients.
2010-07-26 00:56:59 +00:00
seb
43683349e0 Updated devel/p5-Mouse to 0.63 2010-07-25 23:56:48 +00:00
seb
d8e8b9fd19 Update from version 0.62 to version 0.63
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.63 Tue Jul 20 19:26:30 2010
    [CHANGES]
    * Resolve RT#59460: Test::Requires is not a required prerequisite unless
      release-testing... (Curtis Jewell)
      See also https://rt.cpan.org/Public/Bug/Display.html?id=59460

    [FEATURES]
    * Add Mouse::Util::TypeConstraints::register_type_constraint()
      (Vincent Pit)
      See also https://rt.cpan.org/Public/Bug/Display.html?id=59539
2010-07-25 23:56:26 +00:00
seb
4aa879e1bc Updated www/p5-Plack to 0.9942 2010-07-25 23:29:26 +00:00
seb
708e610f19 Update p5-Plack from version 0.9941 to version 0.9942.
Upstream changes:
0.9942  Fri Jul 23 23:42:43 PDT 2010
        - Allow passing FCGI manager object to Handler::FCGI (confound)
        - Call FCGI::Request::Finish() before pm_post_dispatch (confound)
        - Moved response_cb() to Plack::Util (confound)
        - re-enable WithLexicals now that PadWalker segfaults with 5.12 is fixed #98
2010-07-25 23:29:11 +00:00
seb
baa1724af0 Updated devel/p5-MooseX-Role-WithOverloading to 0.08 2010-07-25 23:12:52 +00:00
seb
9c00db245a Update p5-MooseX-Role-WithOverloading from version 0.06 to version 0.08.
Upstream changes:
0.08  Mon, 19 Jul 2010 22:04:22 +0200
  * Really avoid warnings from Moose 1.09 (Dave Rolsky).

0.07  Mon, 19 Jul 2010 05:56:05 +0200
  * Avoid warnings from Moose 1.09 (Dave Rolsky).
2010-07-25 23:12:34 +00:00
seb
1cbc5b4737 Updated devel/p5-MooseX-MethodAttributes to 0.24 2010-07-25 22:56:06 +00:00
seb
fed583188d Update p5-MooseX-MethodAttributes from version 0.23 to version 0.24.
Upstream changes:
0.24  Mon, 19 Jul 2010 05:23:57 +0200
 * Updated to avoid warnings from Moose 1.09 (Dave Rolsky).
2010-07-25 22:55:49 +00:00
ghen
0ec72073b7 Updated mail/dovecot to 1.2.13. 2010-07-25 22:22:10 +00:00
ghen
3e0079fda6 Update Dovecot to 1.2.13.
This release fixes a bug in ACL plugin, which could be considered a security
bug: If Maildir is used with default settings (INBOX is same as Maildir root
dir) and user set some ACLs to INBOX, those ACLs were copied to all newly
created mailboxes. This should have been done only for "default ACLs", but with
Maildir the INBOX directory is the same as the default ACL directory, so this
mixup happened. This bug exists only in v1.2.x releases.

Other fixes:

- Fixed iconv() crash when it was processing several kilobytes of broken
  continuous input. This mainly could have caused a problem with IMAP SEARCH.
  Possibly also with some Sieve checks.
- If MIME encoded-words contained line feeds, Dovecot logged cache corruption
  errors.
- mbox: Renaming mailbox under newly created dir didn't move index directory.
- mbox: When generating envelope to From_-line, don't append a second
  @owndomain if username already has one.
2010-07-25 22:17:19 +00:00
pettai
f5f6bf93b5 Version 4.0.9 - 2010-06-10
* torrent: don't try to re-download invalid piece from the same peer.
* added a short lftp.conf(5) man page.
* fixed a problem with zeroed errno.
* fixed status of mget from file: schema.
* fixed a compilation problem on AIX.

Version 4.0.8 - 2010-05-24

* fixed get/mget -c when xfer:clobber is off.
* fixed file verification in pget.
* fixed ftp encoding for servers with LANG but without UTF8 feature.

Version 4.0.7 - 2010-04-29

* make xfer:clobber off by default.
* limit number of attempts to upload a file (net:max-retries).
* handle 426 ftp reply to STOR specially.
* retry FEAT after login even after non-standard 5xx reply.

Version 4.0.6 - 2010-03-25

* use O_EXCL flag when xfer:clobber is off.
* better validation of server-provided file name (CVE-2010-2251).
* new setting xfer:auto-rename (off by default).
* new setting ftp:ssl-copy-sid (for some broken servers).
* fixed CCC ftp command to shutdown SSL connection properly.
* fixed `pget -c' on complete files.

Version 4.0.5 - 2009-12-21

* added support for lighttpd listings.
* fixed sftp rename.
* fixed a core dump on `kill all' with pget.
* fixed interrupting of a torrent with unresponsive tracker.
* Czech translation updated
2010-07-25 21:38:34 +00:00
gls
39a42c48b3 Mention x11/x3270 update to 3.3.10ga5 2010-07-25 21:24:17 +00:00
gls
8b2fd35aa0 Update x11/x3270 to 3.3.10ga5.
Upstream changes:

# [x3270] Fixed a problem with temporary keymaps being cleared when connecting
to or disconnecting from a host.
# x3270, c3270] Corrected some APL characters that were not displayed correctly
with Unicode fonts.
# [all] Corrected operation on EBCDIC-based hosts.
# [all] Corrected the behavior of hostname prefixes such as L:, which were
"sticky", i.e., once set they would be set for all future connections.
# [all] Corrected the reported CGCSGID for code page 1147 (french-euro).
# [all except x3270] Disabled the Query Reply report for background color
support, which confused some older versions of GDDM. This report can be
explicitly enabled by setting the qrBgColor resource to true.
# [all] In oversize mode, changed the terminal type to IBM-DYNAMIC.

Pkgsrc changes:
- Set LICENSE
- Fix configuration directory
- Claim maintainership.
2010-07-25 21:23:03 +00:00
pettai
e9767542b6 Remove @pkgdir etc line 2010-07-25 20:27:33 +00:00