Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (7m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:23:49 UTC Now

2011-03-20 13:19:44 UTC MAIN commitmail json YAML

Changes 4.6.0:
* build system: Fixed building the Qt version of mkvinfo's GUI (again).
* mmg: bug fix: If the header editor finds 'language' elements with ISO-639-1
  codes (e.g. "fra" instead of "fre" for "French") then it will map the code to
  the corresponding ISO-639-2 code
* mmg: bug fix: Fixed one of the issues causing mmg to report that it is
  configured to use an unsupported version of mkvmerge when the reported
  version was actually empty.
* mkvmerge: enhancement: HD-DVD subtitles are recognized as being an
  unsupported file format. This makes the error message presented to the user
  a bit clearer.
* build: Boost 1.36.0 or newer is required (up from 1.34.0). Also fixed
  building with v3 of Boost's filesystem library, e.g. with Boost 1.46.0
  Beta 1 or newer.
* mkvpropedit: new feature: Added support for adding, replacing and removing
  tags.
* all: Added a translation for the programs into Turkish by ßouЯock.
* build system: Fixed compilation if configure choses the internal versions of
  libebml and libmatroska while older versions are still installed in a
  location named with "-I..." or "-L..." in CFLAGS/CXXFLAGS/LDFLAGS or with
  configure's "--with-extra-includes" and "--with-extra-libs" options.

(adam)

2011-03-20 12:52:48 UTC MAIN commitmail json YAML

* Note update of www/contao29-translations package to 20110319.
* Remove previous duplicated line.

(taca)

2011-03-20 12:50:34 UTC MAIN commitmail json YAML

Update contao29-translation pacakge to 20110319.

Czech, Croatian and Romanian language files are updated.
Slovak language files are update and enabled.

(taca)

2011-03-20 12:45:07 UTC MAIN commitmail json YAML

marked as user-destdir installation support.

(obache)

2011-03-20 12:35:28 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-20 12:15:28 UTC MAIN commitmail json YAML

LICENSE=gnu-gpl-v2

(obache)

2011-03-20 12:13:44 UTC MAIN commitmail json YAML

for the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace.

(obache)

2011-03-20 12:00:15 UTC MAIN commitmail json YAML

Use OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy.

(obache)

2011-03-20 11:46:35 UTC MAIN commitmail json YAML

* LICENSE=gnu-gpl-v2
* add user-destdir installation support

(obache)

2011-03-20 09:05:54 UTC MAIN commitmail json YAML

* LICENSE=gnu-gpl-v2
* add user-destdir installation support

(obache)

2011-03-20 09:00:09 UTC MAIN commitmail json YAML

/usr/bin/su for SSD/Linux.

(obache)

2011-03-20 06:55:14 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-20 06:36:30 UTC MAIN commitmail json YAML

Add user-destdir installatin support.

(obache)

2011-03-20 06:29:52 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-20 06:17:58 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-20 03:18:22 UTC MAIN commitmail json YAML

Patch a minor markup glitch in the apxs(8) man page: .PP needs to be at
the beginning of a line.

(Properly this should bump the PKGREVISION, but I'm not going to bother.)

(dholland)

2011-03-20 01:38:36 UTC MAIN commitmail json YAML

2011-03-19 23:37:15 UTC MAIN commitmail json YAML

Updated net/openafs to 1.4.14

(jakllsch)

2011-03-19 23:35:40 UTC MAIN commitmail json YAML

2011-03-19 21:18:51 UTC MAIN commitmail json YAML

2011-03-19 21:18:06 UTC MAIN commitmail json YAML

Update ap-modsecurity2 to 2.5.13, partly from Matthew Sporleder in
PR 44745, rest by me.

pkgsrc changes:
  - fix up deps
  - fix Apache module handling
  - DESTDIR support

XXX: The DESTDIR support has to bypass apxs because as far as I can tell
XXX: apxs -i doesn't know how to handle DESTDIRs. Various Apache modules
XXX: do this in various different ways. Someone(TM) should teach apxs -i
XXX: about DESTDIRs and fix up all the abuse. The infrastructure for
XXX: Apache modules could use some rototilling as well.

29 Nov 2010 - 2.5.13
--------------------

* Cleaned up some mlogc code and debugging output.

* Remove the ability to use a relative path to a piped audit logger
  (i.e. mlogc) as Apache does not support it in their piped loggers
  and it was breaking Windows and probably other platforms that
  use spaces in filesystem paths.  Discovered by Tom Donovan.

* Fix memory leak freeing regex.  Discovered by Tom Donovan.

* Fix some portability issues on Windows.

* Fixed Geo lookup concurrent connections bug

* Fixed Skip/SkipAfter chain bug

* Added new setvar Lua API to be used into Lua scripts

* Added PCRE messages indicates each rule that exceed match limits

* Added new Base64 transformation function called base64DecodeEx, which
  can decode base64 data skipping special characters.

* Add SecReadStateLimit to limit the number of concurrent threads in BUSY connections per ip address

* Fixed redirect action was not expanding macros in chained rules

04 Feb 2010 - 2.5.12
--------------------

* Fixed SecUploadFileMode to set the correct mode.

* Fixed nolog,auditlog/noauditlog/nolog controls for disruptive actions.

* Added additional file info definitions introduced in APR 0.9.5 so that
  build will work with older APRs (IBM HTTP Server v6).

* Added SecUploadFileLimit to limit the number of uploaded file parts that
  will be processed in a multipart POST.  The default is 100.

* Fixed path normalization to better handle backreferences that extend
  above root directories.  Reported by Sogeti/ESEC R&D.

* Trim whitespace around phrases used with @pmFromFile and allow
  for both LF and CRLF terminated lines.

* Allow for more robust parsing for multipart header folding.  Reported
  by Sogeti/ESEC R&D.

* Fixed failure to match internally set TX variables with regex
  (TX:/.../) syntax.

* Fixed failure to log full internal TX variable names and populate
  MATCHED_VAR* vars.

* Enabled PCRE "studying" by default.  This is now a configure-time option.

* Added PCRE match limits (SecPcreMatchLimit/SecPcreMatchLimitRecursion) to
  aide in REDoS type attacks.  A rule that goes over the limits will set
  TX:MSC_PCRE_LIMITS_EXCEEDED.  It is intended that the next major release
  of ModSecurity (2.6.x) will move these flags to a dedicated collection.

* Reduced default PCRE match limits reducing impact of REDoS on poorly
  written regex rules.  Reported by Sogeti/ESEC R&D.

* Fixed memory leak in v1 cookie parser.  Reported by Sogeti/ESEC R&D.

* Now support macro expansion in numeric operators (@eq, @ge, @lt, etc.)

* Update copyright to 2010.

* Reserved 700,000-799,999 IDs for Ivan Ristic.

* Fixed SecAction not working when CONNECT request method is used
  (MODSEC-110). [Ivan Ristic]

* Do not escape quotes in macro resolution and only escape NUL in setenv
  values.

04 Nov 2009 - 2.5.11
--------------------

* Added a new multipart flag, MULTIPART_INVALID_QUOTING, which will be
  set true if any invalid quoting is found during multipart parsing.

* Fixed parsing quoted strings in multipart Content-Disposition headers.
  Discovered by Stefan Esser.

* Cleanup persistence database locking code.

* Added warning during configure if libcurl is found linked against
  gnutls for SSL.  The openssl lib is recommended as gnutls has
  proven to cause issues with mutexes and may crash.

* Cleanup some mlogc (over)logging.

* Do not log output filter errors in the error log.

* Moved output filter to run before other stock filters (mod_deflate,
  mod_cache, mod_expires, mod_filter) to avoid analyzing modified data
  in the response.  Patch originally submitted by Ivan Ristic.

18 Sep 2009 - 2.5.10
--------------------

* Cleanup mlogc so that it builds on Windows.

* Added more detailed messages to replace "Unknown error" in filters.

* Added SecAuditLogDirMode and SecAuditLogFileMode to allow fine tuning
  auditlog permissions (especially with mpm-itk).

* Cleanup SecUploadFileMode implementation.

* Cleanup build scripts.

* Fixed crash on configuration if SecMarker is used before any rules.

* Fixed SecRuleUpdateActionById so that it will work on chain starters.

* Cleanup build system for mlogc.

* Allow mlogc to periodically flush memory pools.

* Using nolog,auditlog will now log the "Message:" line to the auditlog, but
  nothing to the error log.  Prior versions dropped the "Message:" line from
  both logs.  To do this now, just use "nolog" or "nolog,noauditlog".

* Forced mlogc to use SSLv3 to avoid some potential auto negotiation
  issues with some libcurl versions.

* Fixed mlogc issue seen on big endian machines where content type
  could be listed as zero.

* Removed extra newline from audit log message line when logging XML errors.
  This was causing problems parsing audit logs.

* Fixed @pm/@pmFromFile case insensitivity.

* Truncate long parameters in log message for "Match of ... against ...
  required" messages.

* Correctly resolve chained rule actions in logs.

* Cleanup some code for portability.

* AIX does not support hidden visibility with xlc compiler.

* Allow specifying EXTRA_CFLAGS during configure to override gcc specific
  values for non-gcc compilers.

* Populate GEO:COUNTRY_NAME and GEO:COUNTRY_CONTINENT as documented.

* Handle a newer geo database more gracefully, avoiding a potential crash for
  new countries that ModSecurity is not yet aware.

* Allow checking &GEO "@eq 0" for a failed @geoLookup.

* Fixed mlogc global mutex locking issue and added more debugging output.

* Cleaned up build dependencies and configure options.

(dholland)

2011-03-19 21:16:27 UTC MAIN commitmail json YAML

2011-03-19 19:59:48 UTC MAIN commitmail json YAML

2011-03-19 15:40:15 UTC MAIN commitmail json YAML

Fix broken patch.  The files to patch must not include the name of the
work directory.

(jmmv)

2011-03-19 15:03:50 UTC MAIN commitmail json YAML

2011-03-19 15:02:54 UTC MAIN commitmail json YAML

Updated claws-mail to 3.7.8 and sync plugins

(gls)

2011-03-19 14:52:12 UTC MAIN commitmail json YAML

Update mail/claws-mail to 3.7.8, and sync plugins.

Upstream changes:

* Bug fixes:
- rfe 2309, 'Shortcuts should not be modifiable by default'
- bug 2313, 'CLI quicksearch sometimes returns the same
messages twice'
- bug 2317, 'Action results in "Bad file descriptor"
- PGP/Core: Win32 build fix
- NNTP: fix replying (broken in corner case)
- fix configure option --disable-manual
- One more GTK+ 2.22 build fix
- Debian bug 599547, 'Please re-introduce quick shortcut for
marking as spam'

(gls)

2011-03-19 14:07:10 UTC MAIN commitmail json YAML

Remove SETGIDGAME logic from here, like it was removed from the other
platform .mk files.

(dholland)

2011-03-19 13:31:52 UTC MAIN commitmail json YAML

* additional missing clean up after removal of libxml option.
* pass to configure more preferred variables.

(obache)

2011-03-19 11:54:30 UTC MAIN commitmail json YAML

* improve fetch message
* add user-destdir installation support
* fixes installation on platforms where ROOT_USER != "root".

(obache)

2011-03-19 11:46:59 UTC MAIN commitmail json YAML

Only suggest download of DEFAULT_DISTFILES, or other files may need to be
downloaded from other sites than MASTER_SITES.

(obache)

2011-03-19 11:14:30 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-19 10:37:26 UTC MAIN commitmail json YAML

Convert to usual style of "used by" comment.

(obache)

2011-03-19 09:45:24 UTC MAIN commitmail json YAML

Add FILEBASE support for choosing the file name for a binary package.
>From Aleksey Cheusov in relation to PR 44698.

(wiz)

2011-03-19 09:44:26 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_tarup to 1.9

(wiz)

2011-03-19 09:44:17 UTC MAIN commitmail json YAML

Add filebase support, allowing to choose the filename for the resulting
package; from Aleksey Cheusov in relation to PR 44698.

Bump version to 1.9.

(wiz)

2011-03-19 09:36:47 UTC MAIN commitmail json YAML

* MAKE_JOBS_SAFE=no
* Note commented-out LICENSE (GNU EMACS GENERAL PUBLIC LICENSE)
* Add user-destdir installation support.

(obache)

2011-03-19 09:18:16 UTC MAIN commitmail json YAML

Updated security/pks to 0.9.4nb4

(obache)

2011-03-19 09:18:02 UTC MAIN commitmail json YAML

* LICENSE=original-bsd
* Add user-destdir installation support.
* Let to binary package same as installed from source
Bump PKGREVISION.

(obache)

2011-03-19 08:31:26 UTC MAIN commitmail json YAML

LICENSE=gnu-gpl-v2

(obache)

2011-03-19 08:29:20 UTC MAIN commitmail json YAML

Marked as USER_DESTDIR ready.

(obache)

2011-03-19 07:02:03 UTC MAIN commitmail json YAML

Note Updated lang/php53 to 5.3.6.

(taca)

2011-03-19 07:01:19 UTC MAIN commitmail json YAML

Update lang/php53 package to PHP 5.3.

PHP 5.3.6 Released!

[17-Mar-2011]
The PHP development team would like to announce the immediate availability
of PHP 5.3.6. This release focuses on improving the stability of the PHP
5.3.x branch with over 60 bug fixes, some of which are security related.

Security Enhancements and Fixes in PHP 5.3.6:

* Enforce security in the fastcgi protocol parsing with fpm SAPI.
* Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153)
* Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092)
* Fixed bug #54055 (buffer overrun with high values for precision ini setting).
* Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)
* Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty
  archive). (CVE-2011-0421)

Key enhancements in PHP 5.3.6 include:

* Upgraded bundled Sqlite3 to version 3.7.4.
* Upgraded bundled PCRE to version 8.11.
* Added ability to connect to HTTPS sites through proxy with basic
  authentication using stream_context/http/header/Proxy-Authorization.
* Added options to debug backtrace functions.
* Changed default value of ini directive serialize_precision from 100 to 17.
* Fixed Bug #53971 (isset() and empty() produce apparently spurious
  runtime error).
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and
  by reference).
* Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir
  with a trailing forward slash).
* Over 60 other bug fixes.

(taca)

2011-03-19 03:58:20 UTC MAIN commitmail json YAML

* add user-destdir installation support.
* fixes a linterpreter line.
* remove post-configure subst, no information in commit log and
  the file will not created there.

(obache)

2011-03-19 02:20:44 UTC MAIN commitmail json YAML

Drop maintainership.

(wiz)

2011-03-19 01:36:20 UTC MAIN commitmail json YAML

replace funny trick to avoid PKGREVISION in PKGNAME with PKGNAME_NOREV.

(obache)

2011-03-19 01:34:56 UTC MAIN commitmail json YAML

+ aria2-1.11.0, bzr-2.3.1, echinus-0.4.5, libX11-1.4.2, libXi-1.4.2,
  libcanberra-0.28 [drops support for GNOME2; don't update for now
  -- wiz], openmpi-1.5.3, taglib-1.7 [shlib major went down,
  clarifying with upstream -- wiz], txt2man-1.5.6, worker-2.17.11,
  xf86-video-ati-6.14.1.

(wiz)

2011-03-18 23:51:33 UTC MAIN commitmail json YAML

Note PKGREVISION bump of doxygen.

(minskim)

2011-03-18 23:51:17 UTC MAIN commitmail json YAML

Reduce TeX dependencies of doxygen.

(minskim)

2011-03-18 23:38:11 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-a4wide.

(minskim)

2011-03-18 23:37:39 UTC MAIN commitmail json YAML

Add a missing dependency to tex-a4wide.

(minskim)

2011-03-18 23:29:57 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-IEEEtran.

(minskim)

2011-03-18 23:29:38 UTC MAIN commitmail json YAML

Let tex-IEEEtran depend on a newer version of tex-psnfss so that all
fonts for comsoc styls are ready.

(minskim)

2011-03-18 23:28:24 UTC MAIN commitmail json YAML

2011-03-18 23:27:28 UTC MAIN commitmail json YAML

Import tex-jadetex-doc-3.13 as print/tex-jadetex-doc.

This is documentation for tex-jadetex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 23:26:58 UTC MAIN commitmail json YAML

2011-03-18 23:25:31 UTC MAIN commitmail json YAML

Note update of netbsd-doc-print.

(minskim)

2011-03-18 23:25:14 UTC MAIN commitmail json YAML

Explicitly depend on packages required to build PDF files in the
NetBSD website.

(minskim)

2011-03-18 22:56:17 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-psnfss.

(minskim)

2011-03-18 22:55:57 UTC MAIN commitmail json YAML

Let tex-psnfss depend on all fonts that its styles use.

(minskim)

2011-03-18 21:56:28 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-texmf.

(minskim)

2011-03-18 21:56:08 UTC MAIN commitmail json YAML

Resolve conflicts between teTeX-texmf and recently imported TeX Live
packages including tex-collection-fontsrecommended,
tex-collection-genericrecommended, and PSTricks packages.

(minskim)

2011-03-18 21:52:40 UTC MAIN commitmail json YAML

2011-03-18 21:49:42 UTC MAIN commitmail json YAML

Import tex-pst-uml-doc-0.83 as devel/tex-pst-uml-doc.

This is documentation for tex-pst-uml.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:49:31 UTC MAIN commitmail json YAML

Import tex-pst-uml-0.83 as devel/tex-pst-uml.

pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams. (The PDF
documentation is written in French.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:48:01 UTC MAIN commitmail json YAML

Import tex-psgo-doc-0.17 as graphics/tex-psgo-doc.

This is documentation for tex-psgo.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:47:51 UTC MAIN commitmail json YAML

Import tex-psgo-0.17 as graphics/tex-psgo.

This is a TeX package to typeset go diagrams with PSTricks.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:45:14 UTC MAIN commitmail json YAML

Import tex-pstricks-add-doc-3.51 as graphics/tex-pstricks-add-doc.

This is documentation for tex-pstricks-add.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:45:04 UTC MAIN commitmail json YAML

Import tex-pstricks-add-3.51 as graphics/tex-pstricks-add.

Collects together examples that have been posted to the pstricks mailing
list, together with many additional features for the basic pstricks,
pst-plot and pst-node, including: - bugfixes; - new options for the
pspicture environment; - arrows; - braces as node connection/linestyle;
- extended axes for plots (e.g., logarithm axes); - polar plots; -
plotting tangent lines of curves or functions; - solving and printing
differential equationd; - box plots; - matrix plots; and - pie charts.
The package makes use of PostScript routines provided by pst-math.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:44:10 UTC MAIN commitmail json YAML

Import tex-pst-tree-doc-1.12 as graphics/tex-pst-tree-doc.

This is documentation for tex-pst-tree.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:43:51 UTC MAIN commitmail json YAML

Import tex-pst-tree-1.12 as graphics/tex-pst-tree.

pst-tree is a pstricks package that defines a macro \pstree which offers
a structured way of joining nodes created using pst-node in order to
draw trees.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:48 UTC MAIN commitmail json YAML

Import tex-pst-vue3d-doc-1.24 as graphics/tex-pst-vue3d-doc.

This is documentation for tex-pst-vue3d.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:44 UTC MAIN commitmail json YAML

Import tex-pst-vue3d-1.24 as graphics/tex-pst-vue3d.

With pst-vue3d three dimensional objects like cubes, spheres and others
can be viewed from different points. The distribution includes a
comprehensive set of examples of usage.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:40 UTC MAIN commitmail json YAML

Import tex-pst-text-doc-1.00 as graphics/tex-pst-text-doc.

This is documentation for tex-pst-text.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:35 UTC MAIN commitmail json YAML

Import tex-pst-text-1.00 as graphics/tex-pst-text.

Pst-text is a PSTricks based package for plotting text along a different
path and manipulating characters. It includes the functionality of the
old package pst-char.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:31 UTC MAIN commitmail json YAML

Import tex-pst-slpe-doc-1.3 as graphics/tex-pst-slpe-doc.

This is documentation for tex-pst-slpe.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:27 UTC MAIN commitmail json YAML

Import tex-pst-slpe-1.3 as graphics/tex-pst-slpe.

This PStricks package covers all the colour gradient functionality of
pst-grad (part of the base pstricks distribution), and provides the
following facilities: - it permits the user to specify an arbitrary
number of colours, along with the points at which they are to be
reached; - it converts between RGB and HSV behind the scenes; - it
provides concentric and radial gradients; - it provides a command
\psBall that generates bullets with a three-dimensional appearance; and
- uses the xkeyval package for the extended key handling.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:22 UTC MAIN commitmail json YAML

Import tex-pst-poly-doc-1.61 as graphics/tex-pst-poly-doc.

This is documentation for tex-pst-poly.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:18 UTC MAIN commitmail json YAML

Import tex-pst-poly-1.61 as graphics/tex-pst-poly.

This PSTricks package provides a really rather simple command
\PstPolygon that will draw various regular and non-regular polygons
(according to command parameters); various shortcuts to commonly-used
polygons are provided, as well as a command \pspolygonbox that frames
text with a polygon. The package uses the xkeyval package for argument
decoding.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:14 UTC MAIN commitmail json YAML

Import tex-pst-osci-doc-2.82 as graphics/tex-pst-osci-doc.

This is documentation for tex-pst-osci.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:10 UTC MAIN commitmail json YAML

Import tex-pst-osci-2.82 as graphics/tex-pst-osci.

pst-osci is a PSTricks package enables you to produce oscilloscope
"screen shots". Three channels can be used to represent the most common
signals (damped or not): namely sinusoidal, rectangular, triangular,
dog's tooth (left and right oriented). The third channel allows you to
add, to subtract or to multiply the two other signals. Lissajous
diagrams (XY-mode) can also be obtained.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:06 UTC MAIN commitmail json YAML

Import tex-pst-math-doc-0.61 as graphics/tex-pst-math-doc.

This is documentation for tex-pst-math.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:39:02 UTC MAIN commitmail json YAML

Import tex-pst-math-0.61 as graphics/tex-pst-math.

PostScript lacks a lot of basic operators such as tan, acos, asin, cosh,
sinh, tanh, acosh, asinh, atanh, exp (with e base). Also (oddly) cos and
sin use arguments in degrees. Pst-math provides all those operators in a
header file pst-math.pro with wrappers pst-math.sty and pst-math.tex. In
addition, sinc, gauss, gammaln and bessel are implemented (only
partially for the latter). pst-math is designed essentially to work with
pst- plot but can be used in whatever PS code (such as pstricks
SpecialCoor "!", which is useful for placing labels). The package also
provides a routine SIMPSON for numerical integration and a solver of
linear equation systems.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:57 UTC MAIN commitmail json YAML

Import tex-pst-lens-doc-1.02 as graphics/tex-pst-lens-doc.

This is documentation for tex-pst-lens.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:53 UTC MAIN commitmail json YAML

Import tex-pst-lens-1.02 as graphics/tex-pst-lens.

This PSTricks package provides a really rather simple command \PstLens
that will draw a lens. Command parameters provide a remarkable range of
effects.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:49 UTC MAIN commitmail json YAML

Import tex-pst-grad-doc-1.06 as graphics/tex-pst-grad-doc.

This is documentation for tex-pst-grad.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:45 UTC MAIN commitmail json YAML

Import tex-pst-grad-1.06 as graphics/tex-pst-grad.

Pst-grad is a PSTricks based package for filling with colour gradients.
Supported are colours in the RGB, CMYK or HSB models. Other colour
gradient mechanisms are to be found in package pst-slpe.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:41 UTC MAIN commitmail json YAML

Import tex-pst-gr3d-doc-1.34 as graphics/tex-pst-gr3d-doc.

This is documentation for tex-pst-gr3d.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:37 UTC MAIN commitmail json YAML

Import tex-pst-gr3d-1.34 as graphics/tex-pst-gr3d.

This PSTricks package provides a command \PstGridThreeD that will draw a
three dimensional grid, offering a number of options for its appearance.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:33 UTC MAIN commitmail json YAML

Import tex-pst-ghsb-doc-2010 as graphics/tex-pst-ghsb-doc.

This is documentation for tex-pst-ghsb.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:29 UTC MAIN commitmail json YAML

Import tex-pst-ghsb-2010 as graphics/tex-pst-ghsb.

Pst-ghsb is a PSTricks package for HSB gradients.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:24 UTC MAIN commitmail json YAML

Import tex-pst-fill-doc-1.01 as graphics/tex-pst-fill-doc.

This is documentation for tex-pst-fill.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:20 UTC MAIN commitmail json YAML

Import tex-pst-fill-1.01 as graphics/tex-pst-fill.

Pst-fill is a PSTricks-based package for filling and tiling areas or
characters.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:16 UTC MAIN commitmail json YAML

Import tex-pst-eps-doc-1.0 as graphics/tex-pst-eps-doc.

This is documentation for tex-pst-eps.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:12 UTC MAIN commitmail json YAML

Import tex-pst-eps-1.0 as graphics/tex-pst-eps.

Pst-eps is a PSTricks-based package for exporting PSTricks images 'on
the fly' to encapsulated PostScript (EPS) image files, which can then be
read into a document in the usual way.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:07 UTC MAIN commitmail json YAML

Import tex-pst-coil-doc-1.03 as graphics/tex-pst-coil-doc.

This is documentation for tex-pst-coil.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:38:01 UTC MAIN commitmail json YAML

Import tex-pst-coil-1.03 as graphics/tex-pst-coil.

Pst-coil is a PSTricks based package for coils and zigzags and for coil
and zigzag node connections.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:37:45 UTC MAIN commitmail json YAML

Import tex-pst-circ-doc-2.01 as graphics/tex-pst-circ-doc.

This is documentation for tex-pst-circ.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:37:10 UTC MAIN commitmail json YAML

Import tex-pst-circ-2.01 as graphics/tex-pst-circ.

Pst-circ is a package built using PSTricks and in particular pst-node.
It can easily draw current 2-terminal devices and some 3- and 4-terminal
devices used in electronic or electric theory. The package's macros are
designed with a view to 'logical' representation of circuits, as far as
possible, so as to relieve the user of purely graphical considerations
when expressing a circuit.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:29:49 UTC MAIN commitmail json YAML

2011-03-18 21:28:55 UTC MAIN commitmail json YAML

Import tex-pst-geo-doc-2.03 as geography/tex-pst-geo-doc.

This is documentation for tex-pst-geo.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 21:28:41 UTC MAIN commitmail json YAML

Import tex-pst-geo-2.03 as geography/tex-pst-geo.

pst-geo is a set of PSTricks related packages for various cartographic
projections of the terrestrial sphere. The package pst-map2d provides
conventional projections such as Mercator, Lambert, cylindrical, etc.
The package pst-map3d treats representation in three dimensions of the
terrestrial sphere. Packages pst-map2dII and pst-map3dII allow use of
the CIA World DataBank II. Various parameters of the packages allow for
choice of the level of the detail and the layouts possible (cities,
borders, rivers etc). Substantial data files are provided, in an
(internally) compressed format. Decompression happens on-the-fly as a
document using the data is displayed, printed or converted to PDF
format. A Perl script is provided for the user to do the decompression,
if the need should arise.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 20:58:37 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:56:29 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:54:44 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:51:26 UTC MAIN commitmail json YAML

update master_sites and homepage.

(zafer)

2011-03-18 20:47:06 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:45:42 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:45:08 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:43:42 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:42:43 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:41:44 UTC MAIN commitmail json YAML

2011-03-18 20:40:09 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:38:37 UTC MAIN commitmail json YAML

remove dead mirror.

(zafer)

2011-03-18 20:36:46 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:30:13 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:29:11 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:28:21 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:26:02 UTC MAIN commitmail json YAML

update master_sites

(zafer)

2011-03-18 20:17:51 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:16:43 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:13:32 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-18 20:00:23 UTC MAIN commitmail json YAML

2011-03-18 19:59:26 UTC MAIN commitmail json YAML

Import tex-pst-blur-doc-2.0 as graphics/tex-pst-blur-doc.

This is documentation for tex-pst-blur.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:59:18 UTC MAIN commitmail json YAML

Import tex-pst-blur-2.0 as graphics/tex-pst-blur.

Pst-blur is a package built for use with PSTricks. It provides macros
that apply blurring to the normal shadow function of PSTricks.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:50:24 UTC MAIN commitmail json YAML

2011-03-18 19:49:32 UTC MAIN commitmail json YAML

Import tex-pst-3dplot-doc-1.94 as graphics/tex-pst-3dplot-doc.

This is documentation for tex-pst-3dplot.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:49:23 UTC MAIN commitmail json YAML

Import tex-pst-3dplot-1.94 as graphics/tex-pst-3dplot.

A package using PSTricks to draw a large variety of graphs and plots,
including 3D maths functions. Data can be read from external data files,
making this package a generic tool for graphing within TeX/LaTeX,
without the need for external tools.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:13:11 UTC MAIN commitmail json YAML

2011-03-18 19:12:24 UTC MAIN commitmail json YAML

Import tex-t2-doc-2010 as print/tex-t2-doc.

This is documentation for tex-t2.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:12:16 UTC MAIN commitmail json YAML

Import tex-t2-2010 as print/tex-t2.

The T2 bundle provides a variety of separate support functions, for
using Cyrillic characters in LaTeX: - the mathtext package, for using
Cyrillic letters 'transparently' in formulae - the citehack package, for
using Cyrillic (or indeed any non-ascii) characters in citation keys; -
support for Cyrillic in BibTeX; - support for Cyrillic in Makeindex; and
- various items of font support.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:09:21 UTC MAIN commitmail json YAML

2011-03-18 19:08:28 UTC MAIN commitmail json YAML

Import tex-wrapfig-doc-3.6 as print/tex-wrapfig-doc.

This is documentation for tex-wrapfig.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:08:19 UTC MAIN commitmail json YAML

Import tex-wrapfig-3.6 as print/tex-wrapfig.

Allows figures or tables to have text wrapped around them. Does not work
in combination with list environments, but can be used in a parbox or
minipage, and in twocolumn format. Supports the float package. Note that
most of the package documentation is contained in the package file
itself (after the \endinput command at the end of the package proper).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:06:13 UTC MAIN commitmail json YAML

2011-03-18 19:05:00 UTC MAIN commitmail json YAML

Import tex-pst-node-doc-1.15 as graphics/tex-pst-node-doc.

This is documentation for tex-pst-node.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 19:04:49 UTC MAIN commitmail json YAML

Import tex-pst-node-1.15 as graphics/tex-pst-node.

The package enables the user to connect information, and to place
labels, without knowing (in advance) the actual positions of the items
to be connected, or where the connecting line should go. The macros are
useful for making graphs and trees, mathematical diagrams, linguistic
syntax diagrams, and so on. The package contents were previously
distributed as a part of the pstricks base distribution.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 18:58:29 UTC MAIN commitmail json YAML

add patch from upstream to fix build with vala-0.10.4, require 0.10.4
because this is not backwards-compatible, bump PKGREV

(drochner)

2011-03-18 18:56:14 UTC MAIN commitmail json YAML

update to 0.10.4
changes: Bug fixes and binding updates

(drochner)

2011-03-18 17:47:57 UTC MAIN commitmail json YAML

2011-03-18 17:46:59 UTC MAIN commitmail json YAML

Import tex-pst-3d-doc-1.10 as graphics/tex-pst-3d-doc.

This is documentation for tex-pst-3d.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 17:46:51 UTC MAIN commitmail json YAML

Import tex-pst-3d-1.10 as graphics/tex-pst-3d.

The pst-3d package provides basic macros for shadows, tilting and three
dimensional representations of text or graphical objects.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-03-18 17:25:20 UTC MAIN commitmail json YAML

2011-03-18 17:15:03 UTC MAIN commitmail json YAML

2011-03-18 17:06:10 UTC MAIN commitmail json YAML

2011-03-18 16:33:51 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update

(drochner)

2011-03-18 16:32:30 UTC MAIN commitmail json YAML

update to 2.32.1
changes:
-bugfixes
-translation updates

(drochner)

2011-03-18 16:11:47 UTC MAIN commitmail json YAML

update to 2.24.3
changes: bugfixes

pkgsrc change: g/c "loaders" template which is in gdk-pixbuf2 now

(drochner)

2011-03-18 16:06:17 UTC MAIN commitmail json YAML

2011-03-18 15:36:27 UTC MAIN commitmail json YAML

Updated x11/qt3-libs to 3.3.8nb16

(wiz)

2011-03-18 15:36:17 UTC MAIN commitmail json YAML

Bump PKGREVISION for patch-as (compress/uncompress) fix.

(wiz)

2011-03-18 15:36:01 UTC MAIN commitmail json YAML

Fix compress/uncompress handling correctly.

(wiz)

2011-03-18 15:26:31 UTC MAIN commitmail json YAML

Memory allocation hygiene fix from PR pkg/44704.

spamass-milter forks, allocates memory and then execs, violating
locking rules.  This commit adds a patch from Juergen Hannken-Illjes
that moves the allocation above the fork.

TODO: upstream is recently alive again, after 5 years with no
releases.  Push these fixes upstream.

(gdt)

2011-03-18 15:00:01 UTC MAIN commitmail json YAML

Pass CFLAGS to configure scripts, fixing problems on Mac OS X; clean up some pkglint issues.

(adam)

2011-03-18 13:50:34 UTC MAIN commitmail json YAML

libzip-0.10:

0.10 [2010/03/18]

* Added zip_get_num_files(), deprecated zip_get_num_entries().
* Better windows support.
* Support for traditional PKWARE encryption added.
* Fix opening archives with more than 65535 entries.
* Fix some memory leaks.
* Fix cmake build and installation
* Fix memory leak in error case in zip_open()
* Fixed CVE-2011-0421 (no security implications though)
* More documentation.

(wiz)

2011-03-18 13:49:58 UTC MAIN commitmail json YAML

Updated archivers/libzip to 0.10

(wiz)

2011-03-18 13:49:39 UTC MAIN commitmail json YAML

2011-03-18 12:42:24 UTC MAIN commitmail json YAML

2011-03-18 12:42:14 UTC MAIN commitmail json YAML

2011-03-18 12:33:54 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-18 12:22:51 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-18 12:09:31 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-18 10:55:20 UTC MAIN commitmail json YAML

2011-03-18 10:51:28 UTC MAIN commitmail json YAML

Updated x11/dxpc to 3.9.2

(adam)

2011-03-18 10:50:46 UTC MAIN commitmail json YAML

Changes 3.9.2:
* Improved pidfile handling code contributed by Jay Berkenbilt.

Changes 3.9.1:
* Fix assertion failure on 64-bit architectures using LZO 2.0+.
* Clean up harmless compiler warnings in ClientMultiplexer and
  ServerMultiplexer.

Changes 3.9.0:
* Re-implemented EncodeBuffer/DecodeBuffer to use considerably less CPU and
  very slightly improve compression.
* Builds with LZO 2.0 release.
* Compiles under the Mingw environment to create native Win32 binaries.
* Added dxpcssh sample script courtesy of Wicher Minnaard.
* Added dxpc.spec file contributed by Daniel Mealha Cabrita.
* Fixed some small memory leaks and potential buffer overruns.
* Indented all sources.

(adam)

2011-03-18 10:40:18 UTC MAIN commitmail json YAML

Updated net/vtun to 3.0.2

(adam)

2011-03-18 10:39:08 UTC MAIN commitmail json YAML

Changes 3.0.2:
* vtun3 client should parse vtun2 server encr directives
* cfg_file.y bugs
* build on c5 still fails

Changes 3.0.1:
* fix build for lzo2
* new debian rc scripts

Changes 3.0.0:
* Configure looks for liblzo2 when available

(adam)

2011-03-18 09:50:00 UTC MAIN commitmail json YAML

Note update of "openldap" packages.

(tron)

2011-03-18 09:48:55 UTC MAIN commitmail json YAML

* LICENSE=gnu-gpl-v2
* remove unwanted CONFIGURE_ENV and CONFIGURE_ARGS items.
* add a trick to convert `-pthread' flags to apxs style.
* add user-destdir installation support

(obache)

2011-03-18 09:44:37 UTC MAIN commitmail json YAML

Finish update to 2.4.24. Chances since 2.4.23:
-Added LDIF line wrapping setting
-Added libldap cert x500UniqueIdentifier handling
-Added libldap_r,libldap formal concurrency API
-Added slapadd attribute value checking
-Added slapcat continue mode for problematic DBs
-Added slapd syncrepl suffixmassage support
-Added slapd multiple listener threads
-Added slapd extensible match for ordering rules
-Added slapd-meta paged results control forwarding
-Added slapd-meta subtree-include support
-Added slapd-null back-config support
-Added slapd-sql autocommit support
-Added slapd-sql support for long long keys
-Added slapo-sssvlv multiple sorts per connection
-many bugfixes
-documentation improvements

(tron)

2011-03-18 09:44:21 UTC MAIN commitmail json YAML

2011-03-18 09:44:12 UTC MAIN commitmail json YAML

Update to 4.1.6:

--- 4.1.6 2011/03/10

fix problem with record_render: records were converted (character set
wise) even if no charset was given. Problem introduced in YAZ 4.1.5.

--- 4.1.5 2011/03/08

SRU: add methods for handling DADS SRU-proxy facets.

Separate OPAC record character set for ZOOM_record. yaz_record_render
allows a character set given as charset=from/opacfrom,to where 'from' is
the character set of a bibliographic record, 'opacfrom' is character set
of OPAC record and 'to' is the target character set.

(wiz)

2011-03-18 09:35:02 UTC MAIN commitmail json YAML

Updated sysutils/xfce4-thunar to 1.0.1nb5

(wiz)

2011-03-18 09:33:48 UTC MAIN commitmail json YAML

Enable jpeg support, bump PKGREVISION.
Addresses PR 44736.

(wiz)

2011-03-18 08:11:03 UTC MAIN commitmail json YAML

2011-03-18 07:51:17 UTC MAIN commitmail json YAML

Updated meta-pkgs/boost to 1.46.1

(adam)

2011-03-18 07:49:44 UTC MAIN commitmail json YAML

Changes 1.46.1:
Asio:
* EV_ONESHOT seems to cause problems on some versions of Mac OS X, with the
  io_service destructor getting stuck inside the close() system call. Changed
  the kqueue backend to use EV_CLEAR instead.
* Fixed compile failures with some versions of g++ due to the use of anonymous
  enums.
* Fixed a bug on kqueue-based platforms, where some system calls that
  repeatedly fail with EWOULDBLOCK are not correctly re-registered with kqueue.
* Changed asio::streambuf to ensure that its internal pointers are updated
  correctly after the data has been modified using std::streambuf member
  functions.
* Fixed a bug that prevented the linger socket option from working on platforms
  other than Windows.
Fusion:
* Fix disable_if for Visual C++ 7.1/8.0
Filesystem:
* Fix for STLPort.
* PGI large file support
Graph:
* Bug fixes
Icl:
* Intersects for interval_maps and segment_type/element_type.
* Fixed some ambiguous calls to functions in boost and std namespaces.
* Other bug fixes, and documentation fixes.
Math:
* Several minor bug fixes.
Polygon:
* Disabled 45-degree booleans optimization.
Proto:
* Make display_expr copyable.
* Fix const correctness problem in pass_through.
Property Tree:
* Fix compile error in JSON parser.
Signals2:
* Fix unused parameter warning.
TR1:
* Allow specialization of std::tr1::hash.
* Improved support for Pathscale and Sun compilers.
Unordered:
* Add missing copy constructors and assignment operators when using rvalue
  references.

(adam)

2011-03-18 05:50:04 UTC MAIN commitmail json YAML

* Use USE_GNU_READLINE=yes instead of PREFER.readline=pkgsrc.
* Use BUILDLINK_PREFIX.libupnp instead of PREFIX for libupnp prefix.

(obache)

2011-03-18 05:39:59 UTC MAIN commitmail json YAML

2011-03-17 23:38:29 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 23:36:21 UTC MAIN commitmail json YAML

update master_sites

(zafer)

2011-03-17 23:32:38 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 23:07:52 UTC MAIN commitmail json YAML

Add unlicense to default_acceptable_licenses.  Per advice by wiz.

(bad)

2011-03-17 22:58:10 UTC MAIN commitmail json YAML

Add unlicense from http://unlicense.org/ and add it to
DEFAULT_ACCEPTABLE_LICENSES.

(bad)

2011-03-17 22:12:54 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:12:09 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:09:52 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:08:37 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:07:50 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:06:52 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:05:00 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:03:40 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 22:00:48 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 21:58:21 UTC MAIN commitmail json YAML

remove dead mirror.

(zafer)

2011-03-17 21:55:54 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 21:54:18 UTC MAIN commitmail json YAML

service suspended. fetch from backup.

(zafer)

2011-03-17 21:52:23 UTC MAIN commitmail json YAML

service suspended. fetch from backup.

(zafer)

2011-03-17 21:50:09 UTC MAIN commitmail json YAML

update master_sites

(zafer)

2011-03-17 21:47:31 UTC MAIN commitmail json YAML

service suspended. prevent timeout. fetch from backup.

(zafer)

2011-03-17 21:47:12 UTC MAIN commitmail json YAML

Updated www/apache-tomcat55 to 5.5.33

(abs)