summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-12-10Pullup ticket 2244 - requested by minskimghen2-7/+7
security update for ruby-actionpack - pkgsrc/databases/ruby-activerecord/Makefile 1.10 - pkgsrc/databases/ruby-activerecord/distinfo 1.10 - pkgsrc/devel/ruby-activesupport/Makefile 1.12 - pkgsrc/devel/ruby-activesupport/distinfo 1.10 - pkgsrc/mail/ruby-actionmailer/Makefile 1.9 - pkgsrc/mail/ruby-actionmailer/distinfo 1.10 - pkgsrc/www/rails/Makefile 1.6 - pkgsrc/www/rails/PLIST 1.3 - pkgsrc/www/rails/distinfo 1.5 - pkgsrc/www/rails/patches/patch-ab 1.4 - pkgsrc/www/ruby-actionpack/Makefile 1.9, 1.10 - pkgsrc/www/ruby-actionpack/PLIST 1.10 - pkgsrc/www/ruby-actionpack/distinfo 1.10, 1.11 - pkgsrc/www/ruby-actionwebservice/Makefile 1.8 - pkgsrc/www/ruby-actionwebservice/distinfo 1.9 Module Name: pkgsrc Committed By: minskim Date: Tue Oct 16 02:56:02 UTC 2007 Modified Files: pkgsrc/devel/ruby-activesupport: Makefile distinfo Log Message: Update ruby-activesupport to 1.4.4. Changes: * Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. * Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. * Document Object#blank?. * Update Dependencies to ignore constants inherited from ancestors. * Improved multibyte performance by relying less on exception raising --- Module Name: pkgsrc Committed By: minskim Date: Tue Oct 16 03:17:32 UTC 2007 Modified Files: pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo Log Message: Update ruby-actionpack to 1.13.5. Changes: * Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. #6765, #7047, #7462 [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego Algorta Casamayou] * Fix in place editor's setter action with non-string fields. #7418 [Andreas] * Only accept session ids from cookies, prevents session fixation attacks. * Change the resource seperator from ; to / change the generated routes to use the new-style named routes. e.g. new_group_user_path(@group) instead of group_new_user_path(@group). [pixeltrix] * Integration tests: introduce methods for other HTTP methods. #6353 [caboose] * Improve performance of action caching. Closes #8231 [skaes] * Fix errors with around_filters which do not yield, restore 1.1 behaviour with after filters. Closes #8891 [skaes] * Allow you to delete cookies with options. Closes #3685 * Deprecate pagination. Install the classic_pagination plugin for forward compatibility, or move to the superior will_paginate plugin. #8157 * Fix filtered parameter logging with nil parameter values. #8422 [choonkeat] * Integration tests: alias xhr to xml_http_request and add a request_method argument instead of always using POST. #7124 * Document caches_action. #5419 [Jarkko Laine] * observe_form always sends the serialized form. #5271 * Update UrlWriter to accept :anchor parameter. Closes #6771. [octopod] * Replace the current block/continuation filter chain handling by an implementation based on a simple loop. Closes #8226 [Stefan Kaes] * Return the string representation from an Xml Builder when rendering a partial. #5044 [tpope] * Cleaned up, corrected, and mildly expanded ActionPack documentation. Closes #7190 [jeremymcanally] * Small collection of ActionController documentation cleanups. Closes #7319 * Performance: patch cgi/session/pstore to require digest/md5 once rather than per #initialize. #7583 [Stefan Kaes] * Deprecation: verification with :redirect_to => :named_route shouldn't be deprecated. #7525 [Justin French] --- Module Name: pkgsrc Committed By: minskim Date: Tue Oct 16 03:05:39 UTC 2007 Modified Files: pkgsrc/databases/ruby-activerecord: Makefile distinfo Log Message: Update ruby-activerecord to 1.15.5. Changes: * Depend on Action Pack 1.4.4 * Fix #count on a has_many :through association so that it recognizes the :uniq option. Closes #8801 [lifofifo] * Don't clobber includes passed to has_many.count [danger] * Make sure has_many uses :include when counting [danger] * Save associated records only if the association is already loaded. #8713 * Changing the :default Date format doesn't break date quoting. #6312 * Allow nil serialized attributes with a set class constraint. #7293 * belongs_to assignment creates a new proxy rather than modifying its target in-place. #8412 [mmangino@elevatedrails.com] * Fix column type detection while loading fixtures. Closes #7987 [roderickvd] * Document deep eager includes. #6267 [Josh Susser, Dan Manges] * Oracle: extract column length for CHAR also. #7866 [ymendel] * Small additions and fixes for ActiveRecord documentation. Closes #7342 * SQLite: binary escaping works with $KCODE='u'. #7862 [tsuka] * Improved cloning performance by relying less on exception raising #8159 --- Module Name: pkgsrc Committed By: minskim Date: Tue Oct 16 03:26:23 UTC 2007 Modified Files: pkgsrc/mail/ruby-actionmailer: Makefile distinfo Log Message: Update ruby-actionmailer to 1.3.5. Changes: * Depend on Action Pack 1.13.5 --- Module Name: pkgsrc Committed By: minskim Date: Tue Oct 16 03:31:02 UTC 2007 Modified Files: pkgsrc/www/ruby-actionwebservice: Makefile distinfo Log Message: Update ruby-actionwebservice to 1.2.5. Changes: * Depend on Action Pack 1.13.5 * Depend on Active Record 1.15.5 --- Module Name: pkgsrc Committed By: minskim Date: Tue Oct 16 04:03:43 UTC 2007 Modified Files: pkgsrc/www/rails: Makefile PLIST distinfo pkgsrc/www/rails/patches: patch-ab Log Message: Update rails to 1.2.5. Changes: * Correct RAILS_GEM_VERSION regexp. Use =version gem requirement instead of ~>version so you don't get surprised by a beta gem in production. This change means upgrading to 1.2.5 will require a boot.rb upgrade. * Move custom inflections example so available before route generation. * Add a new rake task to aid debugging of named routes. * use Gem.find_name instead of search when freezing gems. Prevent false positives for other gems with rails in the name. Closes #8729 [wselman] * Fix syntax error in dispatcher than wrecked failsafe responses. * Add Active Resource to rails:freeze:edge and drop Action Web Service. * Give generate scaffold a more descriptive database message. Closes #7316 * Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. #6755 [Jeremy Kemper, trevor] --- Module Name: pkgsrc Committed By: minskim Date: Mon Dec 10 05:47:03 UTC 2007 Modified Files: pkgsrc/www/ruby-actionpack: Makefile distinfo Log Message: Update ruby-actionpack to 1.13.6. Changes: * Correct Broken Fix for session_fixation attacks * Ensure that cookies handle array values correctly. Closes #9937 [queso]
2007-12-03Pullup ticket 2232 - requested by adrianpghen3-17/+20
security update for mantis - pkgsrc/devel/mantis/Makefile 1.28 - pkgsrc/devel/mantis/PLIST 1.10 - pkgsrc/devel/mantis/distinfo 1.10 Module Name: pkgsrc Committed By: adrianp Date: Sat Oct 27 22:31:10 UTC 2007 Modified Files: pkgsrc/devel/mantis: Makefile PLIST distinfo Log Message: Update to 1.0.8 - 0007902: [bugtracker] constant_inc is missing statement in 1.0.7 (vboctor) - 0008020: [installation] Port 7907: Allow using system adodb (giallu) - 0008029: [localization] Spelling mistake in value of string $s_by_severity file lang/strings_spanish.txt (giallu) - 0008019: [other] Port 5333: Invalid zip file core/adodb/adodb-time.zip in CVS (giallu) - 0007939: [rss] Port 7738: Replace non free RSS creation class (vboctor) 2007.04.04 - 1.0.7 - 0007743: [security] Port: CVE-2006-6574 (vboctor) - 0007772: [security] email notifications bypass security on custom fields (vboctor) - 0007784: [security] XSS vulnerabilities (vboctor) - 0007774: [custom fields] custom fields not stored correctly in bug history (vboctor) - 0007783: [filters] Port: Dynamic filter selection (XMLHTTPRequest) broken when using IE7 (vboctor)
2007-10-14Create the pkgsrc-2007Q3 branch changes file.agc64-144/+144
2007-10-10Fixed obscure C code.rillig2-1/+23
2007-10-10Updated BUILDLINK_ABI_DEPENDS since openh323 does not build with earlierrillig1-2/+2
versions (using g++4).
2007-10-10Found another "extra qualification" that has not stopped the packagerillig3-3/+17
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10Let the user override gmake_command.rillig2-1/+22
2007-10-10Fixed build with g++4.rillig4-1/+41
2007-10-10Listing the directories explicitly is error-prone.rillig1-2/+2
2007-10-09Remove trailing spaces.martti5-11/+11
2007-10-07Do not do interpreter checks on the contrib files. These are installed forjmmv1-1/+2
convenience but none of them is supposed to be used directly (without manual changes) AFAICT. Furthermore, they require a huge variety of different interpreters and/or utilities, which could grow the monotone dependencies by a big amount. This fixes the recent problems shown in bulk build reports.
2007-10-07Fix patchsums.joerg1-3/+3
2007-10-07Restore basename override to get the name of the real compiler for thejoerg4-218/+366
decision making in libtool. This was lost during the update and broke the build of shared C++ libraries with SunPro on Solaris. Bump revision of libtool-base. Noticed by salo and dmcmahill, tested by dmcmahill.
2007-10-07libglade2 -> libglade (comment).hira2-4/+4
2007-10-07qt4-tools-4.3.* have the same quoting problems as qt4-tools-4.2.*.rillig2-2/+15
2007-10-06Update Ruby packages to 1.8.6-p111.taca3-12/+12
No change; DISTFILES update only.
2007-10-05Remove contrib/.deps from PLIST, do not install anything from .deps; bump revbjs2-5/+5
2007-10-05To deal with a newly introduced function in GTK 2.12.0 conflicting withjoerg3-2/+36
a function of the same name and functionality in Anjuta, add a patch to use the new version and an API depend for that version. Don't bump revision as an existing package is fine to use.
2007-10-05Made the package work on Solaris, which didn't like redeclarations ofrillig3-6/+38
standard functions: "misc.h", line 42: identifier redeclared: sprintf
2007-10-04Include pthread.h to get pthread_t on DragonFly.joerg2-4/+13
2007-10-04One more try. event.h gets installed and used by other programs sodmcmahill3-29/+5
we can't use config.h in it. Instead use the substitution framework which was already in place for making some other SunOS changes.
2007-10-04SunOS-5.9 doesn't have stdint.h. There is already a configure test for thisdmcmahill5-2/+73
so use the results.
2007-10-03Dick Davies can no longer maintain those packages. (by private mail)heinz1-2/+2
2007-10-03remove stray libtool object from PLISTbjs2-4/+3
2007-09-30Reset maintainer -- shell@ is inactive.wiz5-10/+10
2007-09-29Tools that are required at runtime must be mentioned in USE_TOOLS.rillig1-3/+4
Additionally, don't pick up a random gmake from the build system.
2007-09-29Fixed build error.rillig2-1/+15
2007-09-29Need pre-created directories.rillig1-1/+3
2007-09-25Regen patchsum after the description was added back before commit.joerg1-2/+2
2007-09-25Fix comment (GConf2 -> GConf).hira3-6/+6
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira2-5/+5
2007-09-25mv -> ${MV}.hira1-3/+3
2007-09-25ln -> ${LN}.hira1-2/+2
2007-09-25Fix broken patch file, rerun makepatchsum.bjs2-4/+4
2007-09-25Update to version 4.6.7 (bugfix release). See new patchesbjs12-32/+294
for more information about them. While here, fix pkglint warnings. ok'd by joerg@
2007-09-25add hacks.mk to work around a compiler optimization error withdmcmahill2-2/+28
gcc on solaris.
2007-09-25Restore a needed patch that was lost during the last update.dmcmahill3-1/+97
Builds on solaris again.
2007-09-24Update Ruby to 1.8.6-p110.taca1-4/+4
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-24Update Ruby to 1.8.6-p110.taca2-8/+8
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-24In gettext-lib/buildlink3.mk, check whether we need to pull in thejlam2-5/+11
libiconv/buildlink3.mk file based on whether or not we're using the built-in gettext-lib or not. This is clearer than what existed in revision 1.33 of gettext-lib/builtin.mk and fixes the problem introduced in revision 1.34.
2007-09-23Add DESTDIR support.joerg3-24/+33
2007-09-23Fix CONFLICTS pattern.wiz1-2/+2
2007-09-22Install the scripts in contrib. From Hauke Fath's request in PR pkg/36990.jmmv2-2/+34
Bump PKGREVISION to 1.
2007-09-22configure fails to detect mmap support on HPUX. Force it, because mmaptnn1-1/+5
support in glib2 is required by gtk2's icon cache as of gtk2+-2.12.0.
2007-09-22Sync buildlink3.mk includes with Makefile ones (remove libart too).wiz2-5/+2
2007-09-21Update to version 1.5.3.2. See release notes in tarball for changes.bjs6-21/+41
Added beginnings of emacs support; I intend on supporting this and other stuff from ${WRKSRC}/contrib after the freeze.
2007-09-21Fix builds using PostgreSQLadrianp2-4/+4
Fix MESSAGE to point to bugzilla.conf in the right directory Fixes from adam (at) albedo.art.pl via private email.
2007-09-21Comment out libgnomecanvas here too -- it is not a dependency any longer.wiz1-2/+2
2007-09-21Fix seddo in previous.wiz1-2/+2
2007-09-21regenrillig1-0/+1