Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
and by pre-defining HAVE_CONFIG_H
|
|
Changes since last packaged version (3.25):
3.34 Wed Nov 28 01:47:52 2007
- Fixed preformance issue with reclaiming object IDs
3.33 Fri Nov 9 13:16:56 2007
- Fix overload tests
3.32 Thu Nov 8 21:57:28 2007
- Skip overload test file if no threads
3.31 Thu Nov 8 19:22:42 2007
- Overload the '==' operator for shared objects
3.29 Wed Nov 7 18:20:56 2007
- Fix to dump (Bug #30527)
- Additional fix to UNIVERSAL::isa call (Bug #30533)
3.28 Wed Nov 7 01:34:02 2007
- Fix to UNIVERSAL::isa call (Bug #30533)
3.27 Sat Nov 3 01:23:30 2007
- Make :Default({}) work as expected
- Added ->endtime() method to Term::YAPI
3.26 Mon Sep 17 23:59:28 2007
- Support ANSI color sequences in Term::YAPI
|
|
changes:
-Build fix for bonobo-i18n deprecation (obsoletes pkgsrc patch-aa)
-translation updates
|
|
|
|
This is a major update, too much to list here.
pkgsrc notes:
I've removed the subversion dependency because this is too heavy as
a dependency in the default case. Might become an addon.
Thanks to Ulrich Etile for help and testing. (There might be remaining
issues on some platforms, but I wanted to checkpoint before the Q4 freeze.)
|
|
many bugfixes and feature additions, too much to list here
Thanks to Ulrich Etile for help and testing. (There might be remaining
issues on some platforms, but I wanted to checkpoint before the Q4 freeze.)
There also seem to be issues with guile's thread support.
|
|
changes: bugfixes, improved error reporting
|
|
This switches to the gnome-2.20 branch
add bl3 file
|
|
This switches to a new branch, needed for a major anjuta update.
Thanks to Ulrich Etile for testing.
|
|
newline)
|
|
there was some reason that the .mo files were in a seperate PLIST, though
I did not see why.
Bump rev again.
|
|
|
|
for DESTDIR support. Also, patch-ab is no longer necessary; patch-aa
is merely a one-liner now.
Changes since 0.37:
Changes
- mtn log now prints a single dot for a project's root
directory instead of an empty string.
- mtn now warns if changes to a file will be ignored because
the file has been deleted on one side of a merge.
- mtn now errors if your chosen private key doesn't match the public
key of the same name in your database.
- mtn now checks for your key before a merge action takes place to
ensure that any manually merged file isn't lost in an error case
Bugs fixed
- a bug introduced in 0.37 prevented an external merger from being
executed unless the MTN_MERGE environment variable was set
- mtn read successfully reads revision data, and cert packets again
- mtn consistently supports certs with empty values
(fixed 'ls certs' and 'read')
Internal
- Update Botan to 1.7.2.
- Moved the gzip implementation out of the Botan directory.
Other
- Added the scripts of the following Lua-based contributed
Monotone extension commands to contrib/command/:
"mtn base", "mtn fuse", "mtn revision", "mtn conflicts".
- Added a hooks version of the contributed ciabot script,
contrib/ciabot_monotone_hookversion.lua
- The monotone manual is now licensed under the GPL rather than
the GFDL.
|
|
to enable/disable NLS. This option is added to PKG_SUPPORTED_OPTIONS
by default if there is a built-in gettext library.
While here, add PKG_DESTDIR_SUPPORT=user-destdir. Bump revision.
|
|
- DESTDIR support
- new maintainer
- ok'ed by rillig
changelog:
2007-05-21 <joshua@always.joy.eth.net>
* Event is now stored in GIT. You can grab a copy with "git clone
git://nirmalvihar.info/home/joshua/event.git". I will not be
updating this ChangeLog anymore because the full history plus
changelog will be stored in GIT.
2006-10-11 <joshua@always.joy.eth.net>
* Add casts to quell warnings as suggested by JDHEDDEN@cpan.org.
2006-10-10 <joshua@always.joy.eth.net>
* Release 1.07.
* Marc Lehmann <schmorp@schmorp.de> suggests using mg_ptr instead
of mg_obj. Sounds good to me.
|
|
|
|
|
|
|
|
|
|
NetBSD 3.0. Found by gavan@.
|
|
|
|
Also, update to 1.5.3.7.
Fixes since v1.5.3.6
--------------------
* git-send-email added 8-bit contents to the payload without
marking it as 8-bit in a CTE header.
* "git-bundle create a.bndl HEAD" dereferenced the symref and
did not record the ref as 'HEAD'; this prevented a bundle
from being used as a normal source of git-clone.
* The code to reject nonsense command line of the form
"git-commit -a paths..." and "git-commit --interactive
paths..." were broken.
* Adding a signature that is not ASCII-only to an original
commit that is ASCII-only would make the result non-ASCII.
"git-format-patch -s" did not mark such a message correctly
with MIME encoding header.
* git-add sometimes did not mark the resulting index entry
stat-clean. This affected only cases when adding the
contents with the same length as the previously staged
contents, and the previous staging made the index entry
"racily clean".
* git-commit did not honor GIT_INDEX_FILE the user had in the
environment.
* When checking out a revision, git-checkout did not report where the
updated HEAD is if you happened to have a file called HEAD in the
work tree.
* "git-rev-list --objects" mishandled a tree that points at a
submodule.
* "git cvsimport" was not ready for packed refs that "git gc" can
produce and gave incorrect results.
* Many scripted Porcelains were confused when you happened to have a
file called "HEAD" in your work tree.
* Miscellaneous updates to the user manual and documentation.
|
|
built.
|
|
|
|
Also, update to 1.5.3.7.
Fixes since v1.5.3.6
--------------------
* git-send-email added 8-bit contents to the payload without
marking it as 8-bit in a CTE header.
* "git-bundle create a.bndl HEAD" dereferenced the symref and
did not record the ref as 'HEAD'; this prevented a bundle
from being used as a normal source of git-clone.
* The code to reject nonsense command line of the form
"git-commit -a paths..." and "git-commit --interactive
paths..." were broken.
* Adding a signature that is not ASCII-only to an original
commit that is ASCII-only would make the result non-ASCII.
"git-format-patch -s" did not mark such a message correctly
with MIME encoding header.
* git-add sometimes did not mark the resulting index entry
stat-clean. This affected only cases when adding the
contents with the same length as the previously staged
contents, and the previous staging made the index entry
"racily clean".
* git-commit did not honor GIT_INDEX_FILE the user had in the
environment.
* When checking out a revision, git-checkout did not report where the
updated HEAD is if you happened to have a file called HEAD in the
work tree.
* "git-rev-list --objects" mishandled a tree that points at a
submodule.
* "git cvsimport" was not ready for packed refs that "git gc" can
produce and gave incorrect results.
* Many scripted Porcelains were confused when you happened to have a
file called "HEAD" in your work tree.
* Miscellaneous updates to the user manual and documentation.
|
|
|
|
|
|
Added support for installation to DESTDIR.
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
- The filenames method not correctly returns 0 when there are no file names.
2.206 Fri 17 Aug 2007
- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
- Updating List::Util to 1.19 to avoid leaks on some platforms
- No longer include Test::ClassAPI
- Skip the false-negative failing readonly tests when testing as root
- Changed some non-working code in a heredoc that should never be
run that was none-the-less breaking the RedHat package generator
because it naively scans for dependencies.
2.205 Thu 12 Jul 2007
- ACTUALLY adding a missing dependency on Test::Script
2.204 Thu 12 Jul 2007
- Adding a missing dependency on Test::Script
- Correcting the script/inline2test version
2.203 Wed 11 Jul 2007
- When overwriting readonly files, delete them properly first.
Don't naively assume we can write to them (obviously, duh) :(
- It turns out that File::chmod is smart enough to correctly
make files readonly even on Win32. Removed all the code that
skipped on Win32. All platforms now equal again! Yay!
2.202 Tue 10 Jul 2007
- Adding support for writing test scripts with read-only permissions
- Upgraded to Module::Install 0.65
- Moving bin/inline2test to the more correct script/inline2test
(this has no effect on where it will actually be installed)
- Fixing another couple of kwalitee nigglies
(automatically via release tool improvements since last release)
|
|
- ok'ed by rillig
IPC::Run3 - run a subprocess in batch mode
|
|
- ok'ed by rillig
Perl API - Test::Script - Cross-platform basic tests for scripts
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.16 Thu Dec 6 11:15:39 GMT 2007
- Make sure there are no ._ files in the tarball
- Refuse to run Makefile.PL with Perl < 5.006
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
Revision history for Perl extension Tree::Simple.
1.18 Sun. Nov. 11, 2007
- fixing version string to not choke on 5.10
(RT #29746)
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.106
Some doc clarifications and improvements.
0.105
Fixed documentation for run_tests - looks like I copied code for
check_test and didn't alter it correctly. Ricardo Signes pointed out
the errors.
Removed the code and docs related to the $name parameter of run_tests,
it had no effect and a name makes no sense (again a hang over from
factoring this out of check_tests I guess).
0.104
Removed a bogus entry for Exporter in @ISA in Test::Tester::Capture
and add a "use Test::Builder". This can cause problems that I can't
reproduce. Thanks to Andres Koenig.
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.74 Thu Nov 29 15:39:57 PST 2007
Misc
- Add abstract and author to the meta information.
0.73_01 Mon Oct 15 20:35:15 EDT 2007
Bug fixes
* Put the use_ok() fix from 0.71 back.
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.084
Perl 5.005 throws a warning when accessing $Carp::VERSION and was
causing a test to fail.
0.083
Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
never have been there but removing it could cause hassle because of
Perl's weird ordering of include directories. Basically if an older
version exists in the 'perl' installdir it could be picked up instead
of the newer version.
|
|
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.05 2007-03-20
Packaging fixes. No functional changes.
0.04 2005-10-26
Small tweaks to the packaging, mostly for CPANTS. No functional
changes.
|
|
Bump revisions of both ncurses and ncursesw packages.
fixes based on Coverity report:
------------------------------
- remove dead code in test/bs.c
- remove dead code in test/demo_defkey.c
- remove an unused assignment in progs/infocmp.c
- fix a limit check in tack/ansi.c tools_charset()
- fix tack/ansi.c tools_status() to perform the VT320/VT420
tests in request_cfss(). The function had exited too soon.
- fix a memory leak in tic.c's make_namelist()
- fix a couple of places in tack/output.c which did not check for
EOF.
- fix a loop-condition in test/bs.c
- add index checks in lib_color.c for color palettes
- add index checks in progs/dump_entry.c for version_filter()
handling of V_BSD case.
- fix a possible null-pointer dereference in copywin()
- fix a possible null-pointer dereference in waddchnstr()
- add a null-pointer check in _nc_expand_try()
- add a null-pointer check in tic.c's make_namelist()
- add a null-pointer check in _nc_expand_try()
- add null-pointer checks in test/cardfile.c
- fix a double-free in ncurses/tinfo/trim_sgr0.c
- fix a double-free in ncurses/base/wresize.c
- add try/catch block to c++/cursesmain.cc
other fixes prompted by inspection for Coverity report:
------------------------------------------------------
- modify ifdef's for c++ binding to use try/catch/throw statements
- add a null-pointer check in tack/ansi.c request_cfss()
- fix a memory leak in ncurses/base/wresize.c
- corrected check for valid memu/meml capabilities in
progs/dump_entry.c when handling V_HPUX case.
|
|
Differences from the previous version:
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:09:03 UTC 2007
Removed Files:
src/dist/iscsi/src: auths iscsiconfig.c ktarget.c ktest.c mknodes.c
mount_iscsi.c targets
Log Message:
Get rid of some files which aren't used.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r0 src/dist/iscsi/src/auths src/dist/iscsi/src/ktest.c \
src/dist/iscsi/src/mknodes.c src/dist/iscsi/src/targets
cvs rdiff -r1.4 -r0 src/dist/iscsi/src/iscsiconfig.c
cvs rdiff -r1.3 -r0 src/dist/iscsi/src/ktarget.c \
src/dist/iscsi/src/mount_iscsi.c
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:16:42 UTC 2007
Modified Files:
src/dist/iscsi/include: storage.h
src/dist/iscsi/src: storage.c targets.5
src/dist/iscsi/src: target.c
Log Message:
Add support in the target for specifying the target IQN (iSCSI Qualified
Name) in the targets configuration file.
Now an entry of the form:
target0=iqn.binky rw extent0 any
will mean that target0 gets presented with the iqn of "iqn.binky".
This can be useful for shorter aliases for IQNs. With thanks to Peter
Eisch for the idea.
Note that the target's base IQN can still be set with the -t parameter
to iscsi-target.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/include/storage.h
cvs rdiff -r1.8 -r1.9 src/dist/iscsi/src/storage.c
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/targets.5
cvs rdiff -r1.21 -r1.22 src/dist/iscsi/src/target.c
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:21:07 UTC 2007
Modified Files:
src/dist/iscsi/include: config.h config.h.in
src/dist/iscsi/src: Makefile.in configure configure.ac disk.c
parameters.c
Added Files:
src/dist/iscsi/include: iscsi-md5.h
src/dist/iscsi/src: md5c.c md5hl.c
Removed Files:
src/dist/iscsi/include: md5.h
src/dist/iscsi/src: md5.c
Log Message:
Move the iSCSI code over to use the endian neutral md5 code,
originally from Poul-Henning Kamp, as found in pkgsrc/pkgtools/digest.
This should address some of the MD5 problems that are being seen on
some hosts at login time.
Re-run autoconf, autoheader and configure.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/dist/iscsi/include/config.h
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/include/config.h.in
cvs rdiff -r0 -r1.1 src/dist/iscsi/include/iscsi-md5.h
cvs rdiff -r1.2 -r0 src/dist/iscsi/include/md5.h
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/src/Makefile.in \
src/dist/iscsi/src/parameters.c
cvs rdiff -r1.24 -r1.25 src/dist/iscsi/src/configure \
src/dist/iscsi/src/configure.ac
cvs rdiff -r1.35 -r1.36 src/dist/iscsi/src/disk.c
cvs rdiff -r1.3 -r0 src/dist/iscsi/src/md5.c
cvs rdiff -r0 -r1.1 src/dist/iscsi/src/md5c.c src/dist/iscsi/src/md5hl.c
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:33:35 UTC 2007
Modified Files:
src/dist/iscsi/include: initiator.h
Log Message:
Add prototypes for initiator_get_targets() and initiator_set_target_name().
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/include/initiator.h
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:38:49 UTC 2007
Modified Files:
src/dist/iscsi/include: config.h
src/dist/iscsi/src: configure configure.ac
Log Message:
Update to version 20071209, to include new initiator "discovery only"
option, the iqn alias configuration option, and the different md5
routines which are being used.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/dist/iscsi/include/config.h
cvs rdiff -r1.25 -r1.26 src/dist/iscsi/src/configure \
src/dist/iscsi/src/configure.ac
|
|
|
|
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
Error.pm #0.17010
- moved the first Error->new() POD portion over to the POD at the bottom, and
deleted the second, identical POD portion.
- closing http://rt.cpan.org/Public/Bug/Display.html?id=30906
( "Duplicate Error->new() documentation" )
Aug 28 2007 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17009
- fixed http://rt.cpan.org/Public/Bug/Display.html?id=20643 by applying
a modified version of the patch by MAREKR with the t/12wrong-error-var.t
regression test.
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.20 Nov 2, 2007
- One of the tests failed on Perl 5.6.x. Thanks to Slaven Rezic for
the report.
2.19 Nov 1, 2007
- Switched to providing a traditional Makefile.PL as well as a
Build.PL file. RT #27208.
- When permissions are specified for a Log::Dispatch::File object,
don't try to chmod the file unless the permissions of the file
differ from what the file already has. Based on a patch by Kevin. RT
#28151.
- Require at least Perl 5.6.0.
- Remove the tests for the email sending and exit codes, since the
test had a heisenbug I could not understand. I _think_ the code in
the email modules is correct, but the test isn't proving anything.
- Added a binmode parameter for Log::Dispatch::File. Based on a patch
by Angelo. RT #26063.
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-10-11 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08
* skip the recurse test on 5.005
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-07-17: version 1.24
* update the stats method, including tests for it
(Ronald J Kimball <rkimball+memcached@pangeamedia.com>)
* arguments to 'new' constructor can be %hash or $hashref now
(previously was only $hashref)
* work around a Perl segfault (Matthieu PATOU <mp@oxado.com>)
see http://lists.danga.com/pipermail/memcached/2007-June/004511.html
2007-06-19: version 1.23
* add 'remove' as an alias for 'delete' (Dave Cardwell <dave@davecardwell.co.uk>)
2007-06-18: version 1.22
* lost connection handling broken due to wrong %sock_map indexing
http://rt.cpan.org/Public/Bug/Display.html?id=27181
fix from RHESA
* let parser_class be configured as a constructor option,
defaulting to XS if available, else regular. (unless
$ENV{NO_XS} is set, in which case the default is regular)
2007-05-02: version 1.21
* new faster optional interface for GetParser subclasses. doing
this release so upcoming Cache::Memcached::GetParserXS can
depend on this. otherwise this release isn't interesting.
2007-04-16: version 1.20
* fix "Warning produced when flush_all called" from CDENT
http://rt.cpan.org/Public/Bug/Display.html?id=22181
* support access via unix domain sockets. (Nathan Neulinger <nneul@umr.edu>)
* abstract out response parsing into own class, and add XS-module
detection, so if you have the XS (C) version, things'll be faster.
that part's not done yet.
2006-07-03
* don't use dual scalar/glob sockets. makes it all profilable
again under SmallProf, DProf, and Devel::Profiler, all three
of which used to barf on those weird sockets previously
* only init_buckets once, when servers are changed
* don't call sock_to_host and get_sock as much: cache closer
in get_multi
* more internal caching (buck2sock, etc)
* fast paths for namespaces/single sock/etc in a few more places
* general micro-speedups all over
2006-06-27
* patch from Maxim Dounin <mdounin@rambler-co.ru> to fix a typo
which caused no_rehash flag to not work.
* release 1.18
2006-04-29
* flush_all command from Patrick Michael Kane <modus-memcache@pr.es.to>
* document namespaces
* release 1.17
2006-04-29
* fix stats method (people have only been asking since 2004 :-/)
* add tests
* move Memcached to lib/Cache directory to be more CPAN-friendly
* release 1.16
2005-09-20
* configurable connect delays and callback on connect failure (brad)
* release 1.15
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
1.05 [2007 Mar 07]
documentation changes as per phl.pm recommendation
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.12 Thu 1 Nov 2007
- Converting build script from Module::Install to tinier EU:MM
2.11 Missing
|
|
- new maintainer
- ok by joerg
Changelog:
1.104 Mon 12 Nov 2007
- No functional changes
- Updating to Module::Install 0.68
- Updating bundled tests
1.103 Thu 29 Jun 2007
- No functional changes, no need to upgrade
- Updating to Module::Install 0.65
|