summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17Pullup ticket #4101 - requested by teztron3-3/+155
textproc/libxml2: security patch Revisions pulled up: - textproc/libxml2/Makefile 1.123 - textproc/libxml2/distinfo 1.98 - textproc/libxml2/patches/patch-CVE-2013-0338-CVE-2013-0339 1.1 --- Module Name: pkgsrc Committed By: tez Date: Fri Mar 8 23:59:31 UTC 2013 Modified Files: pkgsrc/textproc/libxml2: Makefile distinfo Added Files: pkgsrc/textproc/libxml2/ patches: patch-CVE-2013-0338-CVE-2013-0339 Log Message: Fix for CVE-2013-0338 & CVE-2013-0339 from https://git.gnome.org/browse/libxml2/commit/?id=23f05e0c33987d6605387b300c4be5da2120a7ab bump PKGREVISION
2013-02-14Pullup ticket #4070 - requested by tacatron4-12/+12
textproc/ruby-json: security update textproc/ruby-json-pure: security update Revisions pulled up: - textproc/ruby-json-pure/Makefile 1.20-1.21 - textproc/ruby-json-pure/distinfo 1.19-1.20 - textproc/ruby-json/Makefile 1.23-1.24 - textproc/ruby-json/distinfo 1.19-1.20 --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 11 02:43:26 UTC 2013 Modified Files: pkgsrc/textproc/ruby-json: Makefile distinfo pkgsrc/textproc/ruby-json-pure: Makefile distinfo Log Message: Update ruby-json and ruby-json-pure to 1.7.6. 2012-11-29 (1.7.6) * Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to jvshahid@github. * Increase hash likeness of state objects. --- Module Name: pkgsrc Committed By: taca Date: Tue Feb 12 13:13:08 UTC 2013 Modified Files: pkgsrc/textproc/ruby-json: Makefile distinfo pkgsrc/textproc/ruby-json-pure: Makefile distinfo Log Message: Update ruby-json and ruby-json-pure to 1.7.7. 2013-02-04 (1.7.7) * Security fix for JSON create_additions default value and JSON::GenericObject. It should not be possible to create additions unless explicitely requested by setting the create_additions argument to true or using the JSON.load/dump interface. If JSON::GenericObject is supposed to be automatically deserialised, this has to be explicitely enabled by setting JSON::GenericObject.json_createble = true as well. * Remove useless assert in fbuffer implementation. * Apply patch attached to https://github.com/flori/json/issues#issue/155 provided by John Shahid <jvshahid@gmail.com>, Thx! * Add license information to rubygems spec data, reported by Jordi Massaguer Pla <jmassaguerpla@suse.de>. * Improve documentation, thx to Zachary Scott <zachary@zacharyscott.net>.
2013-02-13Pullup ticket #4062 - requested by hetron1-0/+14
textproc/icu: build fix Revisions pulled up: - textproc/icu/hacks.mk 1.1 --- Module Name: pkgsrc Committed By: jmcneill Date: Fri Feb 1 03:44:22 UTC 2013 Added Files: pkgsrc/textproc/icu: hacks.mk Log Message: Fix NetBSD build with gcc <= 4.5 on arm (missing builtin atomics).
2013-01-07Pullup ticket #4001 - requested by kleinktron1-2/+2
textproc/p5-Text-vCard: build fix Revisions pulled up: - textproc/p5-Text-vCard/Makefile 1.18 --- Module Name: pkgsrc Committed By: kleink Date: Sun Jan 6 14:21:16 UTC 2013 Modified Files: pkgsrc/textproc/p5-Text-vCard: Makefile Log Message: Simplify MASTER_SITES by staying in the by-module hierarchy as implied by MASTER_SITE_PERL_CPAN, rather than traversing ../by-authors. Fixes a distfile fetch problem experienced by wiz.
2013-01-01allow 2013 in man pagesjnemeth2-5/+4
2012-12-31buildlink with converters/libiconv as same condition of Makefile.obache1-1/+4
fixes buildlink of packages depending on this package for SunOS and Darwin.
2012-12-31require -liconv for the case using libiconv.obache1-1/+2
PR 47180.
2012-12-31Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.sbd2-4/+4
2012-12-30Update p5-Text-vCard to 2.13:kleink2-6/+6
2.13 Thu 20 Dec 2012 19:34:44 GMT - Under the newer combined RFC6350 - every END:VCARD must be followed by \r\n (including last one)- reported by ysth - Fix for tests, should now work under Perl 5.17.6 - Ron Savage
2012-12-29Remove p5-PDF-API2-Simple as promised/threatened; it is brokendholland4-34/+1
upstream and unmaintained.
2012-12-26Corrected build failure with clang, slightly cleaned up Makefilejaapb3-7/+17
(USE_LANGUAGES, put dependencies in alphabetic order)
2012-12-25Fix implicit int on main; should fix clang build.dholland3-4/+29
2012-12-24Make patches generic to Solaris. If changes are necessary for versionsjperkin4-14/+8
prior to Solaris 11 then we can handle them later.
2012-12-24Fix build on SmartOS.ryoon4-2/+73
If this is irrelevant, please revert them. * Use OS_VARIANT to include db_185.h * Include posix stat function in ifdef to avoid binary change
2012-12-21Chase after that moving target known lightly as the C++ "standard".dholland83-20/+3883
Fixes build. Also clean up insecure-temporary-files. PKGREVISION -> 1.
2012-12-21Fix distinfo and reset PKGREVISION for base package update.dholland2-6/+5
(base package is docbook-xsl)
2012-12-20Fix kputchar prototype. Merge patch-af into patch-ae.joerg4-61/+69
2012-12-20Modify Python script to work under 3.xdarcy2-1/+76
No PKGREVISION bump since it only affects builds that failed before.
2012-12-18textproc/mecab-base: DRAGONFLY_CCVER=gcc44marino1-1/+2
This builds with gcc 4.7, but it causes all the mecab-* packages to segfault during build. Tell DragonFly explicitly to use gcc 4.4 to build the base package. The rest can continue to use gcc 4.7 without issue.
2012-12-18Mention that this also licensed under later versions as 3 of the GNU GPL.tron1-2/+2
Pointed out by Snader_LB.
2012-12-17Update ruby-treetop to 1.4.12.taca2-6/+6
Exact changes aren't unavailable, please refer github: https://github.com/nathansobo/treetop/commits/master.
2012-12-17Update ruby-stringex to 1.5.1.taca2-6/+6
Exact changes aren't available, please refer github: https://github.com/rsl/stringex/commits/master.
2012-12-17Update ruby-rdtool to 0.6.38.taca2-6/+6
:0.6.38 * Fix incompatibility between Ruby1.8 and Ruby1.9 ARGF.filename return "-" if ARGV is empty on Ruby >= 1.9 Thanks to okkez!!
2012-12-17Update ruby-libxml to 2.4.0.taca4-26/+19
= Release History == 2.4.0 / 2012-12-14 Charlie Savage * Support libxml 2.9.0 (Daniel Veillard) * Extensive new interfaces for xml schema functionality including suppor for schemal elements, types, facets and attributes (Anton Sozontov) * Fix Encoding#from_s bug and update docs (Nikita Afanasenko) * Node#content= encoding (Nikita Afanasenko)
2012-12-17Update ruby-multi_json to 1.5.0.taca2-6/+6
Exact changes are unknown, please refer github: https://github.com/intridea/multi_json/commits/master.
2012-12-17Update ruby-kramdown to 0.14.1.taca3-7/+9
Fixed GH#30: Specifying empty definitions for a definition list now works Better fix for the output of closed/open elements Using the already defined tags for HTML elements without a body and better output for unknown elements. Fixed: Using a block IAL before a definition list now works Fixed problem with the output of empty i/b HTML tags Document fix of doc/quickref.page
2012-12-17Update ruby-ferret to 0.11.8.5.taca2-13/+7
Exact changes are unknown, please refer github: https://github.com/jkraemer/ferret/commits/master.
2012-12-17Update ruby-coderay to 1.0.8.taca2-6/+6
* add :string/:char, remove :regexp/:function color from Terminal encoder [GH #29, thanks to Kyrylo Silin] * allow - in line number anchor prefix for HTML encoder [GH #32, thanks to shurizzle] * Fix HTML scanner: Don¡Çt crash if HTML in a diff contains a JavaScript tag.
2012-12-17Update ruby-builder to 3.0.4, latest version of 3.0.x.taca3-10/+10
Exact changes are unknown.
2012-12-16Update to 3.0.2:wiz2-6/+6
* Fix crash during interpreter shutdown by switching to Cython 0.17.3 for building.
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache16-30/+32
2012-12-15Changes 1.16.44:adam2-6/+6
Server: fix method add failure when signature string contains "I" (for 64 bit integer).
2012-12-15add patch from upstream to fix possible array underflow, leadingdrochner3-2/+17
to DOS or possible code injection (CVE-2012-5134) bump PKGREV
2012-12-14Updated textproc/ocaml-tyxml to its latest version, 2.2.0. Changes include:jaapb2-13/+9
2.2.0 * Adding tag <u>
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-12-09Update to 3.4.0:wiz3-8/+8
Mon Nov 05 2012 Caolán McNamara (caolanm@redhat.com) * fix up the Polish LM
2012-12-08Fix depend rule, reported by joergdholland1-2/+2
2012-12-06Update to 1.6001wen2-6/+6
Upstream changes: 1.6001 2012-12-05 10:03:13 [BUG FIXES] - Resolve issue #71: SV leaks in VM frames 1.6000_01 2012-11-04 09:56:45 - The bytecode version is now 1.6. So all the cache will be discarded. [FEATURES] - Add opcodes: find_file, suffix, is_code_ref, merge_file in order to enhance template syntaxes (doy)
2012-12-06Add PKGGNUDIR support.jperkin2-8/+12
2012-12-06bl3 on libiconv (from wip/libunistring)gdt2-2/+18
add bl3 file (for guile2, following wip/libunistring)
2012-12-05Update to 2j (Unfortunately upstream does not provide NEWS or CHANGES)cheusov2-8/+14
2012-12-04Add py-sphinx-theme-cloud.darcy1-1/+2
2012-12-04Add cloud theme for sphinx.darcy4-0/+86
2012-12-03Update to 1.5025wen2-9/+12
Update DEPENDS Upstream changes: 1.5025 2012-10-20 21:45:27 [BUG FIXES] - Fix a bug that constants with unary operators might result in wrong values (thanks to @doy) 1.5024 2012-10-15 18:02:29 [BUG FIXES] - Fix false assertion failure (This change affects only to -DDEBUGGING enabled perl) 1.5023 2012-10-15 08:22:14 [TEST] - Apply issue #66 again - 1.5022 was identical to 1.5021 (thanks to @doy) 1.5022 2012-10-15 00:15:18 [TEST] - Do not depend on extra modules in tests (issue #66, @nihen). 1.5021 2012-10-15 00:07:54 [BUG FIXES] - Fix an issue that recursive call of render() may cause SEGV thanks to doy for reporting this issue (isseu #65). 1.5020 2012-10-14 23:06:49 [BUG FIXES] - Fix deploying issues reported at 1.5017, again. thanks to @woremacx for reporting it. - Fix a bug that calling macro which encloses outer variables, may clobber other variables, thanks to @ktat for reporting it. 1.5019 2012-10-03 12:28:20 [BUG FIXES] - Revert 1.5016's bugfix which introduced a more serious problem. The complete bufix will be applied to 1.5020. 1.5018 2012-09-30 13:41:13 [FEATURES] - "html_builder_module" option to import HTML builders; functions imported with this option are wrapped by html_builder() 1.5017 2012-08-04 19:31:59 [BUG FIXES] - Fix a problem on Win32 1.5016 2012-08-04 19:19:15 [BUG FIXES] - Fix a bug that reloading templates could fail on deploying - Fix a problem on 5.17 1.5015 2012-07-13 19:31:53 [IMPROVEMENT] - Enhance extensibility for custom parsers (shmorimo) 1.5014 2012-06-26 19:41:20 [IMPROVEMENT] - Add scalar::split() to Bridge::Star (tokuhirom) 1.5013 2012-06-12 23:46:44 [IMPROVEMENT] - Add "macro" option to Text::Xslate->new() (gunyoki) 1.5012 2012-05-21 15:52:59 [IMPROVEMENT] - imporve error messages when the parser reaches EOF 1.5011 2012-05-21 15:45:00 [BUG FIXES] - add warning about https://github.com/xslate/p5-Text-Xslate/issues/55 For backword compatibility, we don't change its behavior, but it is likely to a problem so we warnn about it. 1.5010 2012-05-04 01:04:47 [TEST FIXES] - Make `HANRESS_OPTIONS=j9 make test` work (@punytan) 1.5009 2012-03-30 09:19:18 [IMPROVEMENT] - Documentation improvement 1.5008 2012-03-28 09:39:45 [BUG FIXES] - Fix a typo in an error messages (issues/53, thanks to wchristian) - Fix an undefined behavior that giving utf8-encoded *bytes* as params made mojibake in use of caches
2012-12-03Update to 0.66wen2-7/+6
Upstream changes: Release 0.66 - 29 October, 2012 ------------------------------- * Fix a segmentation fault with strcat and no string limit. Release 0.65 - 26 September, 2012 --------------------------------- * Patch to support @ and ~ in names (thanks to Philip Kime) Release 0.64 - 8 July, 2012 --------------------------- * Patch to expand macro size limit (thanks to Philip Kime) Release 0.63 - 12 May, 2012 --------------------------- * Patch on what to consider whitespaces (thanks to Philip Kime)
2012-12-02Update zoem to 11.166cheusov2-7/+7
* zoem-11-166 released. * The default search path was changed. The obsolete PREFIX/zoem/mac component was dropped, and PREFIX/aephea was added. Now, if zoem and aephea are both configured with the same prefix for installation (e.g. --prefix=/usr/local or --prefix=$HOME/local), then aephea include -- files will be found automatically by zoem. * set#3 can now splice into a variable (that is, the string refered to by a macro). This is achieved by pairing the respective keys {start} and {width} with appropriate values in the first argument to set#3. The start position is relative to an offst of zero, so \set{foo}{kaboom} \set{{start}{2}{width}{3}}{foo}{za} '\foo' yields 'kazam'. * The example zoem solution 8q2.azm to the N queens problem has been updated. It now pretty-prints asciific chess boards using the new splice mode to set#3. * Small documentation fixes.
2012-12-01Changes 0.95:adam3-11/+123
* Parses valid and invalid HTML documents to a tree * Support for minidom, ElementTree (including cElementTree and lxml.etree), BeautifulSoup (deprecated) and custom simpletree output formats * DOM to SAX converter * Reports parse errors * Character encoding detection * Filtering and serializing of trees * HTML+CSS sanitizer * Many unit tests
2012-12-01Update to 4.80wen2-7/+6
Upstream changes: 4.80 Nov 1st, 2012 [NEW FEATURES] - New built-in constraint_methods to test the number of values submitted for a particular field: FV_num_values(1), FV_num_values_between(1,2), # inclusive One way that garbage can get through a Data::FormValidator profile is when two values are submitted when only one is intended. In this case, this application could end up with a values like this: ARRAY(0x841214c) Using these new constraints, you can precisely control how many values are allowed for each field. [INTERNAL] - Source control hosting has been moved to http://hub.darcs.net You can now browse, pull and fork the darcs repo through this website. 4.71 Oct 2nd, 2012 [BUG FIXES] - Custom messages for built-in constraints work again. It appears that this was broken in 4.70, which triggered a sleeper bug. (Thanks to Lee Carmichael, Mark Stosberg, RT##73235) 4.70 11/11/11 [NEW FEATURES] - Built-in constraints in Constraints.pm can now be renamed: constraint_methods => { first_names => { constraint_method => FV_max_length(3), name => 'custom_length', } }, (Thanks to heinst@arqs.com.br for the suggestion, RT#49477) [INTERNALS] - modernize Constraints.pm and Results.pm a bit. - Module::Build added to configure_requires in Build.PL 4.67 11/11/11 [INTERNALS] - modernize FormValidator.pm internals a bit - Update META.yml to exclude an internal package from getting indexed.
2012-11-27Changes 1.1.28:adam3-25/+22
Portability: * Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS, * configure should be more careful with linker script, * add gcrypt library in LIBADD, not LDFLAGS, as recommended Bug fixes: * Fix generate-id() to avoid generating the same ID, * Fix crash with empty xsl:key/@match attribute, * Crash when passing an uninitialized variable to document(), * Add missing test docs to EXTRA_DIST, * Fix regression: Default namespace not correctly used Cleanups: * Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml, * autogen.sh cleanup, * consistent use of xslt processor, * Add object files in tests/plugins to .gitignore, * Fix error on bug-165 regression test, * Remove xsltTransStorageAdd and xsltTransStorageRemove
2012-11-23update to 0.6.8drochner2-6/+6
change: Handle signed units