summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-09-08Pullup ticket 2184 - requested by tronghen2-6/+5
security update for apache2 - pkgsrc/devel/apr0/Makefile 1.3 - pkgsrc/devel/apr0/distinfo 1.2 - pkgsrc/www/apache2/Makefile 1.118 - pkgsrc/www/apache2/Makefile.commom 1.22 - pkgsrc/www/apache2/PLIST 1.35 - pkgsrc/www/apache2/distinfo 1.51 - pkgsrc/www/apache2/patches/patch-ap removed - pkgsrc/www/apache2/patches/patch-aq removed Module Name: pkgsrc Committed By: tron Date: Fri Sep 7 23:11:41 UTC 2007 Modified Files: pkgsrc/devel/apr0: Makefile distinfo pkgsrc/www/apache2: Makefile Makefile.common PLIST distinfo Log Message: Update "apr" package to version 0.9.16.2.0.61 and "apache2" package to version 2.0.61. This update is a bug and security fix release. The following security problem hasn't been fixed in "pkgsrc" before: - CVE-2007-3847: mod_proxy: Prevent reading past the end of a buffer when parsing date-related headers. --- Module Name: pkgsrc Committed By: tron Date: Fri Sep 7 23:28:23 UTC 2007 Removed Files: pkgsrc/www/apache2/patches: patch-ap patch-aq Log Message: Remove obsolete patch files.
2007-07-28Pullup ticket 2134 - requested by lkundrakghen5-6/+137
security fix for gdb - pkgsrc/devel/gdb/Makefile 1.34 - pkgsrc/devel/gdb/distinfo 1.9-1.10 - pkgsrc/devel/gdb/patches/patch-am 1.2 - pkgsrc/devel/gdb/patches/patch-ap 1.1 - pkgsrc/devel/gdb/patches/patch-aq 1.1 Module Name: pkgsrc Committed By: lkundrak Date: Tue Jul 3 12:41:19 UTC 2007 Modified Files: pkgsrc/devel/gdb: Makefile distinfo Added Files: pkgsrc/devel/gdb/patches: patch-ap patch-aq Log Message: Fixes for CVE-2005-1704 and CVE-2005-1705. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: lkundrak Date: Wed Jul 11 13:12:02 UTC 2007 Modified Files: pkgsrc/devel/gdb: distinfo pkgsrc/devel/gdb/patches: patch-am Log Message: Attempt to fix build on >1.6
2007-07-10Pullup ticket 2134 - requested by lkundrakghen4-3/+95
security fix for gdb - pkgsrc/devel/gdb6/Makefile 1.21 - pkgsrc/devel/gdb6/distinfo 1.11 - pkgsrc/devel/gdb6/patches/patch-bo 1.1 - pkgsrc/devel/gdb6/patches/patch-bp 1.1 Module Name: pkgsrc Committed By: lkundrak Date: Tue Jul 3 12:32:28 UTC 2007 Modified Files: pkgsrc/devel/gdb6: Makefile distinfo Added Files: pkgsrc/devel/gdb6/patches: patch-bo patch-bp Log Message: Backported fixes for CAN-2005-1704 and CAN-2005-1705.
2007-07-09Pullup ticket 2126 - requested by tnnghen1-1/+13
build fix for ncurses - pkgsrc/devel/ncurses/Makefile.common 1.6 Module Name: pkgsrc Committed By: tnn Date: Mon Jul 2 02:08:20 UTC 2007 Modified Files: pkgsrc/devel/ncurses: Makefile.common Log Message: On platforms that have neither a builtin groff nor builtin curses we can end up with a circular dependency: ncurses -> groff -> netpbm -> flex -> bison -> gtexinfo -> ncurses ncurses may depend on groff because of USE_TOOLS+=tbl. Break the circular dependency by using --without-manpage-tbl if there is no tbl(1) available and we're unable to build groff because of missing curses.
2007-07-01Add CHANGES file for the pkgsrc-2007Q2 branch.agc67-148/+148
2007-06-30Build with -D_POSIX_SOURCE on DragonFly to prevent conflict on label_t.joerg1-1/+7
2007-06-30Fix build on DragonFly.joerg3-1/+55
2007-06-30Change naming of Apache 2.2 modules to use ap22 prefix.joerg1-1/+7
Allow apache22 in some more case and add a hack to devel/subversion to determine the module by the state of the apache22 option. This comes from www/ap2-subversion and should be fixed to properly use build options or so. OK agc@
2007-06-30Make live easier for Apache 2.2 modules and provide apr-config andjoerg2-3/+13
apu-config in .buildlink/bin.
2007-06-30Uses curses, so include the curses bl3.mk.tnn1-1/+2
2007-06-29Add required dependency on p5-Sub-Uplevel.markd1-2/+3
2007-06-28Honor PKG_SYSCONFDIR.minskim1-2/+2
2007-06-27use USE_TOOLS+= xargs:run instead of an explicit DEPENDS+= for sunos.dmcmahill1-4/+2
Noted by jlam@
2007-06-26The files in debian/ use bashisms and are therefore excluded from therillig1-1/+3
portability check.
2007-06-26Add text/parse-lalr.scm, and add text to the list of directories thatgdt2-3/+5
must be created so that the file actually gets installed. Pointed out by joerg@. PKGREVISION++.
2007-06-26on solaris, depend on the mktemp package too.dmcmahill1-2/+3
Things are progressing but still not 100% there.
2007-06-24Fix this package to adhere to the "new" monotone behavior. It has probablyjmmv4-31/+21
been broken since monotone 0.32...
2007-06-22on SunOS we need a grep that takes -q and an xargs that takes -0 sodmcmahill1-2/+26
stuff /usr/xpg4/bin/{f,}grep into all the scripts and get an xargs from sysutils/findutils. Now this package seems to actually work.
2007-06-21Add patch fromwiz3-3/+50
http://subversion.tigris.org/issues/show_bug.cgi?id=2382 to iterate over hosts' addresses instead of failing when one of them is not reachable. Bump PKGREVISION.
2007-06-21Do not include link options in Makefile dependencies.minskim3-1/+29
This fixes PR 36202.
2007-06-19Needs GNU diffutils on OSF/1tnn1-2/+2
2007-06-18Merge upper and lower bound, otherwise the upper bound is seen toojoerg1-3/+2
late by pkg_add and the newer g-wrap picked.
2007-06-18Set TEST_TARGET instead of running it unconditionally in post-build.schmonz1-4/+2
2007-06-18Don't use x86 assembly on Darwin, as it doesn't build.schmonz1-1/+6
2007-06-18add and enable guile16-gtkdmcmahill1-1/+2
2007-06-18Add guile16-gtk-0.5. This is based on the guile-gtk package with thedmcmahill6-0/+118
exception that it points at the lang/guile16 package. Imported during the freeze because it fixes some of the fallout from the recent lang/guile update to the 1.8.x series.
2007-06-17Depend on guile rather than guile16. Mostly resolves gnucashgdt1-3/+3
dependency issue where gnucash depends on 3 guile packages that before this commit have a mix of 1.6 and 1.8. Only gnucash and guile-gnome depend on this, via g-wrap and g-wrap points to 1.8. Following discussion with wiz@ and dcmahill@.
2007-06-17Fix pcre-config to always output the rpath for ${prefix}/lib basedjoerg3-2/+31
on COMPILER_RPATH_FLAG. Before it hard-wired Solaris and *BSD, now it works everywhere. Bump revision.
2007-06-17Don't install Makefile. It contains workdir references and is bare-bone,joerg2-6/+5
but automake generated. If it would be useful, a small hand-written examples would be a lot more useful. Bump revision.
2007-06-16Update to version 20070615 of the NetBSD iSCSI target:agc2-7/+6
Add IPv6 to target and test harness Add -4 and -6 args to the iscsi-target and the test harness Fix some debugging information Fix bug in InitialR2T desired transfer length calculation (from yamt) Fix bug in netmask calculation Get rid of some magic constants Add VPD 80 handling Add RESERVE6 and RELEASE6 to target (Persistent Reservations In partially supported - read keys, and report capabilities) Use poll in preference to select, if we have it
2007-06-16Update psvn to revision 25241.taca2-7/+8
- fetch specific revision from svn repository using a hack from david.sainty. Should be fix PR pkg/36420. * trunk/contrib/client-side/emacs/psvn.el: (svn-status-svn-environment-var-list): The default setting is now: '("LC_MESSAGES=C" "LC_ALL="). This unsets the LC_ALL setting since this setting would overrule the LC_MESSAGES setting. (svn-prepare-bug-report): Add the locale specific environment variables to the diagnostic report
2007-06-16Update meld to 1.1.5.1.obache3-8/+16
Patch provided by Dieter Roelants in PR 36488. 2007-06-12 meld-1.1.5.1 ======================= * Do not ship .svn folders in tarball 2007-06-09 meld-1.1.5 ===================== * Handle new version contol command line arguments. * CLI option to set the tab labels. Bug 138860. * Improve mime type detection from Tomasz Bury. Bug 156137. * Hold shift when scrolling to scroll the panes independently. * File & folder history now saved from Sam Jacobson. * Several small ui improvements.
2007-06-15Remove obsolete version of ArX -- current version is in devel/ArX2.wiz7-121/+1
MAINTAINER says ok.
2007-06-15Add missing backslash.jlam1-2/+2
2007-06-15update to 2.18.2drochner2-6/+6
changes: -bugfixes -translation updates
2007-06-15Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMSjlam1-4/+5
2007-06-15Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS.jlam1-4/+4
2007-06-13needs guile-1.6.x instead of 1.8.x so point at guile16dmcmahill1-2/+4
2007-06-13Added libjudy.obache1-1/+2
2007-06-13Import libjudy version 1.0.4.obache5-0/+153
packaged by Aleksey Cheusov and requestd in PR 35667. Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.
2007-06-13The package supports installation to DESTDIR.heinz1-3/+5
2007-06-12Fallback to strtod on DragonFly. Limit it until the 2.0 release for now.joerg2-1/+21
2007-06-12update for guile 1.8.1dmcmahill3-10/+11
2007-06-12Point at lang/guile16 instead of lang/guile in preparation for updatingdmcmahill1-2/+3
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with guile 1.8.1, but maybe can be easily fixed.
2007-06-11Treat emacs22 like emacs21. Bump PKGREVISION.markd5-6/+45
2007-06-11Add ZenTest.minskim1-1/+2
2007-06-11Import ZenTest.minskim4-0/+110
ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Great for compatibility checking. Test::Rails helps you build industrial-strength Rails code.
2007-06-11Add hoe.minskim1-1/+2
2007-06-11Import hoe.minskim4-0/+47
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment.
2007-06-11Add a missing file. Skip PKGREVISION bump because this package was importedminskim2-2/+4
minutes ago.