Commit graph

104703 commits

Author SHA1 Message Date
drochner
10dfa4ae1f update to 0.4.1
changes:
-build system fixes
-acceleration on amd64 and ppc
-bugfixes
2006-10-17 16:18:14 +00:00
jnemeth
1629f273d9 www/p5-Authen-SASL -> security/p5-Authen-SASL (hi obache) 2006-10-17 15:06:05 +00:00
drochner
44144cdb0e update to 1.3.3
changes:
-almost complete support for numpy objects
-better hdf5 support
-bugfixes (one important about file flushing)
2006-10-17 14:32:32 +00:00
drochner
64d7e6f72a update to 1.5.2
This is a very modest release which primarily consists of bug fixes to
numarray's implementation of the numpy array interface.
2006-10-17 14:25:43 +00:00
obache
51d3e091f0 www/p5-Apache-Session-Wrapper to 0.31 by me! 2006-10-17 14:24:31 +00:00
obache
9b9c0c7800 Updated www/p5-Authen-SASL to 2.10. 2006-10-17 14:22:53 +00:00
obache
0e7be7d254 Update p5-Authen-SASL to 2.10.
Patch provided by Martin Wilke via PR 34396.
Modify to avoid interaction when buildling.

Authen-SASL 2.10 -- Sat Mar 25 13:11:47 CST 2006

Enhancements
  * Added Authen::SASL::Perl::GSSAPI
  * Added error method to Authen::SASL to obtain error from last connection

Bug Fixes
  * Authen::SASL::Perl::DIGEST_MD5
    - Fixed response to server to pass digest-uri
    - Correct un-escaping behaviour when reading the challenge,
    - check for required fields (according to the RFC),
    - allow for qop not to be sent from the server (according to the RFC),
    - add a callback for the realm.

Authen-SASL 2.09 -- Tue Apr 26 06:55:10 CDT 2005

Enhancements
  * authname support in Authen::SASL::Perl::DIGEST_MD5
  * flexible plugin selection in Authen::SASL using import()
     i.e.    use Authen::SASL qw(Authen::SASL::Cyrus);
  * new documentation for
    - Authen::SASL::Perl::ANONYMOUS
    - Authen::SASL::Perl::CRAM_MD5
    - Authen::SASL::Perl::EXTERNAL
    - Authen::SASL::Perl::LOGIN
    - Authen::SASL::Perl::PLAIN
    - Authen::SASL::Perl
  * updates in the tests

Authen-SASL 2.08 -- Tue May 25 11:24:21 BST 2004

Bug Fixes
  * Fix the handling of qop in Digest-MD5

Authen-SASL 2.07 -- Sat Apr 10 09:06:21 BST 2004

Bug Fixes
  * Fixed test bug if Digest::HMAC_MD5 was not installed
  * Fixed order of values sent in the PLAIN mechanism

Enhancements
  * Added support in the framework for server-side plugins

2003-11-01 18:48  Graham Barr

	* lib/Authen/SASL.pm:

	Release 2.06

2003-10-21 19:59  Graham Barr

	* MANIFEST, lib/Authen/SASL/Perl.pm,
	lib/Authen/SASL/Perl/ANONYMOUS.pm,
	lib/Authen/SASL/Perl/CRAM_MD5.pm,
	lib/Authen/SASL/Perl/DIGEST_MD5.pm,
	lib/Authen/SASL/Perl/EXTERNAL.pm, lib/Authen/SASL/Perl/LOGIN.pm,
	lib/Authen/SASL/Perl/PLAIN.pm, t/order.t:

	Add ordering so we always pich the best of the available methods instead of
	just the first

2003-10-17 22:12  Graham Barr

	* lib/Authen/SASL.pm:

	Release 2.05

2003-10-17 22:06  Graham Barr

	* MANIFEST, Makefile.PL:

	use Module::Install to generate Makefile and add SIGNATURE and META.yml

2003-10-17 21:19  Graham Barr

	* lib/Authen/SASL/Perl/DIGEST_MD5.pm:

	Fix typo

2003-10-17 21:17  Graham Barr

	* lib/Authen/SASL/: Perl.pm, Perl/DIGEST_MD5.pm:

	Don't call die in DIGEST_MD5, but call set_error and return an empty list

2003-10-17 21:16  Graham Barr

	* lib/Authen/SASL.pod:

	Update docs to reflect that client_start and client_step return an emtpy list on error
2006-10-17 14:20:21 +00:00
gdt
7b1763782a Updated graphics/gqview to 2.0.2 [gdt 2006-10-17] 2006-10-17 13:51:20 +00:00
gdt
c4fcee0472 Update to 2.0.2:
- Update translations de, fi, pl, pt_BR, ru, sk, vi, zh_TW.
    - Add translations be, ca, ko.
    - Add %w macro to editor commands.
    * Thumbnail check order fix.
    * Allow data cache reader to tolerate (ignore) future features.
    * Do not allow to rename a folder when folder with new name exists.
    * Avoid possible hang in corrupt exif data.
    * Fix compile time warnings on newer gcc and gtk+.
2006-10-17 13:50:49 +00:00
obache
c257112a8a Updated www/p5-Apache-Session-Wrapper to 0.31 (and already 0.33 out). 2006-10-17 13:30:20 +00:00
obache
e35af832ee Update p5-Apache-Session-Wrapper to 0.31.
Patch provided by Martin Wilke via PR 34339.

0.31   2006-07-11

- Exactly 0.30 but now the Build.PL creates a "traditional"
  Makefile.PL. This fixes the problem that the generated "passthrough"
  Makefile.PL was requiring Apache::TestMB, because it's available on
  my system.


0.30   2006-07-10

- Exactly like 0.29 but does not declare a "build_requires" dependency
  on Apache::TestMB. Declaring this dependency causes CPAN.pm (and
  probably CPANPLUS) to try and install Apache::Test, which may not
  always install cleanly. If you do have it already installed, then it
  will be used to run the live tests.


0.29   2006-06-09

- When not running under mod_perl, Apache::Session::Wrapper simply did
  not even try to load CGI::Cookie to generate cookies. Patch by Derek
  Poon.

- When running under mod_perl 1 without Apache::Request, an exception
  was generated when trying to send a cookie.

- Apache::Session::Wrapper now only checks for err_headers_out and
  headers_out on the header_object, since this works for both mod_perl
  1 and 2, as well as Mason's FakeApache object.

- As of version CGI.pm 3.16, CGI::Cookie has a bake() method, but now
  Apache::Session::Wrapper explicitly will not call it, because if
  you're not running under mod_perl, it ends up calling print() to
  send the cookie header when it is called, which may not be what a
  user of this module wants. Patch by Derek Poon.


0.28   2006-05-23

- Allow a session_id parameter to the constructor, to force the use of
  a particular existing session.

- Fixed a bug where failing to create a new session was ignored if
  allow_invalid_id was true.

- Detect very weird case where tying to tie to Apache::Session
  succeeds but the tied hash has no _session_id key. This now throws
  an exception.

- Fixed bug when the header_object ->can('header_out') but this method
  does not return an object, as with HTML::Mason::FakeApache. Reported
  by Hans Dieter.

- The logic to load an appropriate cookie class if the class was
  already loaded and an exception had previously been thrown by an
  unrelated class.

- Added a way to register session subclass via RegisterClass() and
  RegisterFlexClass(), to allow people to use any session subclass
  they want without needing explicit support in
  Apache::Session::Wrapper.


0.27   not released

- This was a version used internally at Socialtext, but never
  released.


0.26   2005-09-20

- Finally should work properly under both mp1 and mp2.  Patches and
  tests by Daisuke Maki.

- No longer depends on Apache::Cookie or Apache2::Cookie, but it will
  use them if it can instead of CGI::Cookie.


0.25   2005-08-14

- Silenced a warning that could occur when using session length
  cookies under mod_perl.


0.24   2005-08-01

- Optional parameters for store modules were not handled properly when
  using Flex as the session class.  Added some tests.  Reported by
  Gavin Carr.


0.23   2005-07-26

- If two sets of valid parameters for a class shared a parameter, an
  error would be thrown if you used the second set, even if it was
  complete.  Reported by Victor Felix.


0.22   2005-07-18

- Another fix for mod_perl2, this one from Jonas.


0.21   2005-06-20

- The fix for mod_perl2 caused a new cookie to be sent for each
  request under mod_perl 1.  I love it!


0.20   2005-06-08

- Fix to make getting cookies work under mod_perl2.  Reported by
  Baldvin Kovacs.
2006-10-17 13:26:28 +00:00
dsainty
15d4e58840 HTTP download URLs for HTTP-only sites. 2006-10-17 13:18:52 +00:00
obache
620a4ed20e Updated www/p5-Apache-AuthCookie to 3.10. 2006-10-17 13:00:16 +00:00
obache
23b348a214 Update p5-Apache-AuthCookie to 3.10.
Patch provided by Martin Wilke via PR 34336.

Version: 3.10
   - Bug Fix: when copying user from prev request, check that $r->prev
     is defined, not just that $r->is_initial_request is true.

Version: 3.09
   - POD doc fixes.
   - MP2: remove _check_request_req() - this was only necessary when
     running under both MP1 and MP2.  Package name change eliminates the
     need for this.
   - test suite converted to Test::More style test suites.
   - descriptive test descriptions added
   - make login() stash credentials in $r->pnotes("${AuthName}Creds") so
     that the login form can access the user-supplied credentials if the
     login fails.
   - bug fix: use of Apache2::URI::unescape_url() does not handle
     '+' to ' ' conversion.  This caused problems for credentials
     that contain spaces.
   - MP2: remove mod_perl features from "use mod_perl2" line. This is
     no longer supported by mod_perl2.
   - MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes
     several form data handling bugs)
   - In a subrequest, copy $r->prev->user to $r->user (or r->connection->user
     for MP1).
   - remove Apache2::AuthCookie::Util - no longer necessary
   - multi-valued form fields are now handled properly in POST -> GET conversion
   - MP2: require CGI.pm 3.12 or later

Version: 3.08
   - fix "authorize user" error log that was missing a debug level check
     (thanks Barry)
   - fix test cases 3, 6, 18 for Win32
   - clean up t/real.t

Version: 3.07
 *** mod_perl2 users: THIS RELEASE IS INCOMPATIBLE WITH PAST RELEASES    ***
 *** If you are running mod_perl2, you must update to at least           ***
 *** mod_perl 2.0.0 RC5.  The mod_perl2 version of AuthCookie has been   ***
 *** renamed to Apache2::AuthCookie                                      ***
  ** MP2: RENAME AuthCookie.pm.mp2 to Apache2::AuthCookie.
   - MP2: Update module, and tests for mod_perl 2.0.0 RC5.  mod_perl2 users
     MUST use Apache2::AuthCookie now.
   - Require Apache::Test 1.22
   - Add support for ${auth_name}SessionTimeout configuration paramter
     which will re-issue the ticket with the expires parameter set to the
     value of this configuration setting for each request.  This is useful for
     idle-timeout.
   - POD fixes.
   - MP2: fix uninitialized warnings if no POST/GET data (RT 11371)
   - make sure recognize_user() returns an Apache constant in all cases.
     Returns DECLINED in cases where we were returning undef before.
     (Thanks Vivek)
   - Add support for MS HttpOnly cookie property.
2006-10-17 12:58:26 +00:00
obache
f53d7b688e + p5-BSD-Resource-1.28 2006-10-17 12:51:11 +00:00
obache
dabe5430bc Updated shells/osh to 060124. 2006-10-17 12:32:56 +00:00
obache
72be67100e Update osh to 060124.
Patch provided by Martin Wilke via PR 34313.

[osh-060124]:
Makefile:
	* Added targets for building/installing sh6(1) and glob6(1).
	  Refer to the README file for further details.

	* Removed the `check-sh6' target since the tests were originally
	  written for osh(1) and sh6(1) as Thompson-shell reimplementations,
	  not ports.

sh6:
	* Changed sh6(1) from being a reimplementation which is compiled from
	  the same sources as osh(1) to being a port of the original Thompson
	  shell from Sixth Edition Unix.  Refer to the CHANGES_sh-to-sh6 file
	  for further details.

osh:
	C: Treat both `( ; )' and `( & )' as syntax errors.

	C: Print the process ID for each command of an asynchronous pipeline,
	   not just the last command.

	C: Added the `newgrp' special command.  It is similar to `login'
	   except that the newgrp(1) utility replaces the current interactive
	   shell rather than the login(1) utility.

	* When opening `/dev/null' is needed for an asynchronous command,
	  call open(2) w/ the O_RDONLY flag instead of O_RDWR.
2006-10-17 12:31:22 +00:00
tron
629507c02f Note updates of "libtorrent" package to version 0.10.3 and "rtorrent"
package to version 0.6.3.
2006-10-17 12:29:38 +00:00
tron
3405645ea4 Update the "libtorrent" package to version 0.10.3 and the "rtorrent"
package to version 0.6.3. Change since version 0.10.2 respectively 0.6.2:
- Didn't properly clean up when a torrent with the same info hash was
  rejected. This caused random crashes and memory leaks.
- Properly cancel pieces that are skipped when downloading.
2006-10-17 12:28:12 +00:00
dsainty
980d6a91d4 Add an (up to date!) HTTP mirror for KDE sources, the first HTTP site in the preferred list on http://download.kde.org. 2006-10-17 12:14:03 +00:00
gdt
5d40c5aa5e Updated graphics/gqview-devel to 2.1.2 [gdt 2006-10-17] 2006-10-17 12:12:24 +00:00
gdt
b15b634000 Update to 2.1.2:
+ Add more flexible auto-renaming option to rename dialog.
    - Update translations de, fi, fr, it, pl, pt_BR, ru, sk, vi, zh_TW.
    - Add translations be, ca, ko
    * Allow data cache reader to tolerate older/future features.
    * Fix renaming a folder to an existing folder from clobbering
      the existing folder.
    * Exif timezone fix.
    * Fix compile time warnings on newer gcc and gtk+.
2006-10-17 12:11:23 +00:00
seb
86c87ac072 Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper script
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script;
make this script interpreter be '${SETENV} perl' hence avoiding a run-time
package dependency on perl.

Approved by MAINTAINER.
2006-10-17 11:43:14 +00:00
tv
c26a7e701d Don't use .for with on-demand expanded variables that depend on an
extracted source tree.  That expands them at parse time, and without the
source tree, causes all kinds of headaches in bmake, e.g.

/usr/bin/awk: can't open file /export/SRC/netbsd/pkgsrc/net/samba/work.i386/samba-3.0.22/source/Makefile.in source line number 1
make: "/usr/bin/awk -F= '/^LIBMSRPC_MAJOR/ { print $2; }'	 /export/SRC/netbsd/pkgsrc/net/samba/work.i386/samba-3.0.22/source/Makefile.in" returned non-zero status

Rewrite to use a shell loop.
2006-10-17 11:29:36 +00:00
markd
21894e62a9 koffice update. 2006-10-17 09:49:47 +00:00
markd
c41dd9da67 koffice-{i18n,l10n} updates. 2006-10-17 09:46:13 +00:00
markd
002b2a0e75 koffice 1.6.0 update. 2006-10-17 09:44:06 +00:00
wiz
dcb8fb9a61 + abcmidi-20061015, autogen-5.8.7, automake-1.10, clamav-0.88.5,
dnsmasq-2.34, ghc-6.6, gqview-2.0.2, lame-3.97, lbdb-0.33,
  libcddb-1.3.0, libevent-1.2, libtunepimp-0.5.2, mined-2000.13.1,
  mono-1.1.18, opencdk-0.5.10, p5-Test-Exception-0.24, prboom-2.4.6.
2006-10-17 09:35:13 +00:00
markd
a225de3e44 Update koffice to 1.6.0
This release is mostly a feature release of Krita and Kexi, but also
contains major enhancements to the OpenDocument and MathML support of
KFormula and new scripting functionality. This version also contains
a vastly improved version of KPlato, the project planning application.
2006-10-17 09:33:15 +00:00
markd
d510fe389e Fix build with recent png. From GraphicsMagick CVS. 2006-10-17 09:26:24 +00:00
markd
429c044e71 Fix build with gcc4 on -current. 2006-10-17 08:42:03 +00:00
markd
f2d8b7b7aa Fix "test ==" 2006-10-17 08:26:16 +00:00
rillig
bb5c84e48f Fixed creating libexec/cgi-bin as a regular file. Corrected PKGMANDIR. 2006-10-17 07:00:19 +00:00
markd
0cb19801d0 Add SKIP_PORTABILITY_CHECK=yes. Most files unpacked in this package are
unused so don't care about them.  Any real portability issues will be
picked up by the portability check for kdelibs3.
2006-10-17 06:59:24 +00:00
markd
d0d4b7993a test == 2006-10-17 06:44:37 +00:00
rillig
7c1a0c52c9 Wrote a short introduction. 2006-10-17 06:41:01 +00:00
rillig
767e55b646 Added a missing line continuation in the README.html target. 2006-10-17 06:28:33 +00:00
rillig
b2a0c1a528 If /usr/bin/printf exists, it will be used. 2006-10-17 06:13:51 +00:00
rillig
2c946c4599 Added /usr/bin/printf. 2006-10-17 06:08:31 +00:00
rillig
48fdab7bb3 Use /usr/bin/printf if it exists. 2006-10-17 06:06:14 +00:00
rillig
cc0e291e8f Fixed the install stage so that it is more likely to pass the
files-check: No backup copies of the Samba binaries are made.

Before using ln -s, the destination file is removed. This is necessary
for installing the package over an already-installed version.
2006-10-17 05:46:09 +00:00
seb
ec84d02639 Note update of devel/libsmi to 0.4.5 2006-10-16 23:40:16 +00:00
seb
c21c1dd6f6 Update to version 0.4.5
package changes:
- Add test target support
- Needs gmake to build

Many changes since last packaged version (0.1.6): many bug fixes
and new features.  Please see the file ChangeLog enclosed in the
source distribution or the on-line version at
http://www.ibr.cs.tu-bs.de/projects/libsmi/ChangeLog.html
2006-10-16 23:39:50 +00:00
wiz
18a998e4e5 Fix "test ==". 2006-10-16 22:47:53 +00:00
reed
a4e8615e36 Update sylpheed-claws to 2.5.5. 2006-10-16 22:18:31 +00:00
rillig
1fbdc5f320 Fixed "test ==". 2006-10-16 22:09:59 +00:00
wiz
f40294aa90 Remove superfluous (automatically added) part (hi rillig). 2006-10-16 22:09:39 +00:00
tv
3ced058477 nb1: Put conf and pid files back where they belong after the 4.15 update.
(PKG_SYSCONFDIR already includes "stunnel" by default, so avoid the
package adding another and making $PREFIX/etc/stunnel/stunnel/stunnel.conf;
the pidfile does not normally belong under $PREFIX as $PREFIX/var/run is
not normally cleaned/checked by OS-supplied processes.)
2006-10-16 20:14:26 +00:00
schwarz
3171075638 added support for Darwin 2006-10-16 19:20:27 +00:00
seb
24fa002d66 Since 2006/10/09 the ${PLIST} file does not contain the full
pathnames anymore. Therefore cd to ${PREFIX} to correctly resolve
the relative pathnames.

While here unbreak CHECK_WRKREF for another reason:
Append to ${ERROR_DIR}/${.TARGET} otherwise the "_NONZERO_FILESIZE_P"
check is always false...
2006-10-16 19:02:53 +00:00