Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
p5-Algorithm-Merge-0.08, p5-CGI-Application-4.06, p5-CGI-Minimal-1.25, p5-Cache-Memcached-1.15, p5-Config-Tiny-2.12, p5-Devel-Profile-1.05, p5-Devel-Symdump-2.0800, p5-Error-0.17010, p5-Log-Dispatch-2.20
ok: joerg
|
|
|
|
|
|
|
|
- Fixed stats not being cleared when disconnected
- Added user specified format for labels.
- Added user customizable label for the not connected condition.
- Removed global variables in stats gathering functions.
pkgsrc fix: don't cast 64-bit counters to unsigned long.
|
|
|
|
3.9.11 is mostly a maintenance release which fixes a couple of bugs,
and addresses warnings raised by gcc4, and merges some platform-specific
patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris), and other
patches (such as the new amuFormat.sh written in sh).
|
|
|
|
0.10: Direct editing of all frames. Support for MP4/AAC, MP2, Speex,
TrueAudio and WavPack files. Usability improvements. Support build with
KDE 4.
0.9: Hierarchical directory tree, enhanced context menu commands,
editor for custom genres, mark truncated ID3v1.1 fields, import from
gnudb.org and TrackType.org, usability improvements.
|
|
|
|
From maintainer Sergey Svishchev in private mail.
Bump PKGREVISION.
|
|
Needs gcc.
Add dependency on bzip2. Should fix Linux bulk build problem.
From maintainer Sergey Svishchev in private mail.
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
2.2.3
Feedback release after 2.2.2 and LISA 07, minor tweaks and bug fixes
"Harmless features"
IgnoreInterfaceRegex( "vm.*" ) added to control
function added for removing data from special interfaces from class data
Option checkroot=true/false added to copy directive. This switches
on/off the change in 2.2.2 about setting permissions on the
destination root when recursively copying files. Default is now
false.
Can escape colons in the strings now to avoid confusion with
expansion separator.
cfenvgraph --erasehistory users,www_in etc will now set the
average and variance of learned cfenvd data to zero. The current
week's trace is not affected.
audit=true/false flag added to most actions
2.2.2
The build procedure for cfengine changes in this version to
incorporate an intermediate library. The default behaviour is now
to build a static library which will be used by cfengine 3 and
other application interfaces. To build a shared library, use
--enable-shared=yes
NOTE to developers: if running from the compiled code you now need
to delete the files cfagent cfservd etc and recompile to see changes
appear in the code. This is due to the libtool build process.
libtoolizing compilation process for migration to cfengine shared library
(this is to support mulitple interfaces in future, and cf 3)
--
XML and HTML output options added to equip the internal instrumentation
with readable output in cfshow e.g.
cfshow --performance --html > output.html
firefox output.html
provides an easier summary and searchability in browser function
Instrumentation changed to use realtime functions where possible. Standard
unix timer is too insensitive to measure performance.
The beginning of an integrated auditing system has been added. See references
to AuditLog() in the code. This logs to a compressed database and can be extracted
in ascii, html, xml using cfshow, e.g. cfshow --audit --html > output.html
Auditing is switched on by
control:
cfinputs_version = ( 1.2.1 ) # record this version in log, e.g. cvs revision
Auditing = true
--
cfshow --classes
also shows the relative frequencies of classes
that have occurred on the system and the last time these were
observed.
cfshow -f cfagent.conf --regex "lin.*"
displays all rules in the named file whose classes match the named
regular expression. Note that the class "any" is not automatically matched
and the search is based on the class text from the file. The output is not
related to which classes are currently defined, and it will not recognise
the history of classes implicit through class-restricted imported files.
--
SCLI interface modifications.
--
Intermittency entropy code added to the copy instrumentation for
automatic host reliability measurements.
Special variable
IgnoreFriendRegex = ( regex )
prevents last-seen warnings about hosts matching the named regex
--
UserExists("name") and GroupExists("name") functions added to builtin functions.
ClassMatch function added in classes/groups to match regular expressions of other classes
--
Additional octet variables added on default IPv4 address, for convenience:
e.g.
590 : ipv4_2[eth1]=192.168
1895 : ipv4[eth1]=192.168.1.101
2100 : ipv4_1[eth1]=192
4049 : ipv4_3[eth1]=192.168.1
Methods can now expand some list variables, one list only per argument set.
This is a limited compromise pending cfengine 3. A patch for expansion of
variables in the control part of a program in methods has also been added.
Bug fix and code simplication of variable expansion.
-----
tied variable expansion added. Allows method workaround for file dissemination
by name, e.g. copy from
host1.conf -> /dir/host1/file.conf
host2.conf -> /dir/host2/file.conf e.g. for virtual or diskless machines
-----
Major changes to package manager code by Jo Rhett. Variable expansion
fixed by Mark.
-----
Option "best" added to checksum= in files action, this allows cross checking
of the two best known hash algorithms for each file. Currently this is md5 and sha
due to limitations in OpenSSL libcrypto.
UnCommentToLineMatching regex added
2.2.1
scli: type section added. This is a special case of shellcommands, which
send commands to the special shell scli by Juergen Schoenwaelder for
communicating with snmp devices.
Code refactoring for package management.
Bug fixes for problems introduced in 2.2.0.
Copy directory would not set owner correctly on root
2.2.0
Apart from minor changes, this version is about structural internal
changes that ease the eventual confluence with cfengine 3 and the work
going on behind the scenes there. Every effort is being made to
make this change easy for users and existing installations. New features
will be introduced into 2.2.x gradually, and the new front-end will
eventually merge into this.
This version accompanies a new introduction to cfengine published as
a SAGE Short Topics book.
* Some changes
EMANICS extensions and reference testing for context sensitive
network navigation patterns using voluntary cooperation contracts.
PrintFile("name") function added to alerts
!! List expansion in editfiles actions. This is an important change
because it can potentially affect existing configurations that contain
variables with a list separator in them. EditSplit is used for this.
elsdefine fixed in tidy
processes with action=warn only install fix
ifelapsed/expireafter fixed in editfiles
Instrumentation of copy/shellcommands measuring time/averages
use cfshow --performance
background=true in shellcommands was not implemented! (Fixed)
SLES10 recognition
RedHat/Fedora further classes
SELinux support begun by Jeff Sheltren UCSB, who notes.
> Currently, I have editfiles and copy working with selinux security
> contexts, although so far copy only has support for regular files; I
> haven't worked on links, etc. yet.
> Use --enable-selinux during compilation
Bug / misleading error message in ReadArray fixed
HostRange bug for numericals in hostname fixed by Steve Radar.
|
|
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
1.29 21 Aug 2007 - Documentation fix to performance hints section.
No functional changes.
1.28 18 Aug 2007 - Improved mod_perl2 handling (patch courtesy of Jeremy Nixon).
Added a ':no_subprocess_env' flag to suppress populating
the %ENV environment hash. Added a 'subprocess_env'
static class method to allow smooth co-existance of
ModPerl2 scripts that use ':no_subprocess_env' with ModPerl2
scripts that do not on the same server.
1.27 25 May 2007 - Added example of a command line 'wrapper' script and
of using environment variables as an alternate way
to test scripts via the command line. Added example
for use with FastCGI. Changed behavior for unsupported
HTTP methods. The module used to 'croak' for unsupported
methods, it now 'carp's instead and treats as a 'GET'
(behavior change at suggestion of Roman Mashirov to support
FastCGI better).
1.26 06 Apr 2007 - Added decoding of Javascript/EMCAScript style unicode
escaped (%uxxxx form) parameter data (both to the main
'param' method and to the 'url_decode'/'url_encode' methods)
at the suggestion of Michael Kröll (the core code for
this additional functionality is derived from CGI.pm).
Fixed META.yml problems introduced with 1.25.
Changed POD/POD Coverage tests to only execute if specifically requested
Added examples directory and scripts
1.25 20 Apr 2006 - Added 'allow_hybrid_post_get' class method. Tweaked file permissions.
Added regression tests for hybrid forms.
1.24 23 Sep 2005 - Added 'Carp' to install requirements. Extended build tests.
Fixed multi-part form decoding bug in handling of degenerate MIME
boundaries. Added fatal errors for mis-calling of param_mime
and param_filename methods.
1.23 18.Sep 2005 - Made Test::More optional in build tests. No functional changes.
1.22 13.Sep 2005 - Changed POD tests to be more friendly to CPANTS.
1.21 11.Sep 2005 - Fixed pod coverage test for compatibility with Perl 5.005.
1.20 11.Sep 2005 - Fixed issue causing mod_perl to issue
'Use of uninitialized value.' warnings.
Extended build tests.
1.19 10.Sep 2005 - Fixed POD Coverage test error.
1.18 08.Sep 2005 - Adjusted prerequiste modules lists. Tweaked code for 'strict'.
Extended regression tests to cover more of the code.
1.17 04 Sep 2005 - More tweaks to regression tests to work around MS-Windows
problems with binary file handles under Perl 5.6.1.
Added 'Build.PL' support back in. Added POD tests.
Minor documentation tweaks.
|
|
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
4.06 Wed Apr 12, 2006
(No code changes)
- Updated tests to work with status codes emitted before and after CGI.pm 3.16.
The requirement for CGI.pm 3.16 or newer has been relaxed, so any version
of CGI.pm will do. (Rhesa)
4.05 Wed Mar 1, 2006
(No code changes)
- Updated tests for redirects to check for 'Found', not 'Moved'.
This correctly matches the standard, and was changed in CGI.pm 3.16.
As a result, we now require CGI.pm 3.16 for consistent results.
|
|
- This is still a development release so unfortunately no changelog
|
|
- 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.
|
|
- This is still a development release so unfortunately no changelog
|
|
- 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
|
|
|
|
- new maintainer
- pkg_destdir_support
- ok by joerg
Changelog:
0.08 - 21 Mar 2007
Fixed a problem where certain differences would cause corruption
later in the traverse_sequences3 output. Reported by Mark Glines.
0.07 - 21 Mar 2007
Fixed an entry in the internal state mapping that was causing a one-off
error in certain cases. Reported by Mark Glines.
0.06 - 20 Mar 2007
Fixed outstanding tickets on rt.cpan.org (#11184, #14483).
Fixed a bug found by Mark Glines. This resulted in an additional
entry in the callback map.
|
|
|
|
Actually do require python-2.3 or newer, like a command indicated.
Install an additional file.
Bump PKGREVISION.
|
|
mapserver-5.0.0, phpmyadmin-2.11.3, py-proj-1.8.3, xmp-2.5.1,
xpad-2.13, xrmap-base-2.33.1.
|
|
it only carries the current version.
|
|
|
|
|
|
|
|
|
|
|
|
fixes problem reported by reinhold ropper for php-gd
|
|
|
|
Changes since 0.9.5:
* Fix bug that causes problems with protected attributes and php 5.2
* Fix ttl bug in list_keys
|
|
Addresses build problem on Sparc Solaris reported by Raymond Meyer on
pkgsrc-users.
|
|
|
|
ChangeLog:
- compiles and runs under OpenBSD
|
|
gstmpegaudioparse.c rev. 1.63 and 1.70
gstmpegaudioparse.h rev. 1.20
This fixes failures playing mp3 files if the mpegaudioparse plugin
(which is not really needed) is installed, due to some interaction
with changes in gstreamer-base.
See gnome bugzilla #471370 for details.
bump PKGREVISION
|
|
This adds SBR/PS support and bugfixes.
The licensing problems which appeared in 2.5 were resolved in 2.6.1.
pkgsrc notes:
-no dependency on libmp4v2 anymore
-added a patch to the "faad" standalone player to restore previous
behaviour: The -w option writes .wav format (with riff header)
to stdout.
Thanks to Raymond Meyer for help and testing.
|
|
|
|
Changes from 0.08:
0.10 May 01 2007
- depend on newer version of Sub::Uplevel
- fixed pod error
0.09 Mar 15 2007
- new maintainer: Alexandr Ciornii
- license in Makefile.PL
- fixed carped.t (patch by PSINNOTT)
- pod.t
|
|
No compiler needed.
|