summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-25PKGNAME must be defined before include bsd.pkg.mk,obache1-3/+3
if not, in 'package' phase, PKGNAME==DISTNAME. Remove WRKSRC definision, it equals to default value.
2007-04-25hpux: machine_arch is hppa, not 9000.tnn1-1/+2
2007-04-25Enable to overrite CONFLICTS by static-tcsh.obache1-2/+2
2007-04-25Updated mail/postfix to 2.4.0nb1.ghen1-1/+2
2007-04-25Install qshape(1) manpage. Bump PKGREVISION.ghen2-3/+6
2007-04-25Removed devel/git-fvcsdmcmahill1-1/+2
2007-04-25remove git-fvcs. This was a duplicate of devel/scmgitdmcmahill1-2/+1
2007-04-25remove this package. It has been pointed out to me that devel/scmgit alreadydmcmahill8-318/+0
had this tool.
2007-04-25tidy up looptnn1-5/+5
2007-04-25Updated textproc/p5-YAML-Syck to 0.85.hiramatsu1-1/+2
2007-04-25Updated to 0.85.hiramatsu2-6/+6
Changes from 0.72: [Changes for 0.85 (JSON::Syck 0.24) - 2007-04-20] * Strings containing both single quotes and newlines were incorrectly quoted with backslash-escaped single quotes. This is a regression introduced in YAML::Syck 0.84. Reported by: Agent Zhang [Changes for 0.84 (JSON::Syck 0.23) - 2007-04-02] * New $YAML::Syck::SingleQuote flag: When it is set to true, Dump will always emit quotes instead of bare strings. Requested by: Ingo Bax * When $JSON::Syck::SingleQuote is set to true, special characters such as \r\n are still escaped as usual, because JavaScript allows the same form of escaping in strings with either quotes. Reported by: Dobrica Pavlinusic [Changes for 0.83 (JSON::Syck 0.22) - 2007-02-05] * Under JSON::Syck, as well as YAML::Syck when $ImplicitTyping is set to true, integer numbers larger than an unsigned integer (>=4294967296 on 32-bit platforms) was erroneously loaded as 0. Reported by: Markus W・rle [Changes for 0.82 (JSON::Syck 0.21) - 2007-01-26] * Bytestrings containing no high bit bytes are no longer dumped as "!binary". [Changes for 0.81 (JSON::Syck 0.21) - 2007-01-26] * Support for loading Base64-encoded "!binary" type. * Support for dumping non-unicode bytes containing high bits as Base64-encoded "!binary" type. * JSON::Syck now raises an exception, instead of segfaults, when dumping a circular structure. [Changes for 0.80 (JSON::Syck 0.20) - 2007-01-26] * LICENSING CHANGE: This compilation and all individual files in it (except for the bundled libsyck code) are now under the permissive "MIT" license. See the COPYRIGHT section in README for the new terms. * Load("!! []") no longer segfaults due to empty tag names. * Load("!!Foo []") now blesses into "Foo", not "Foo::\0". * Load("!!perl/scalar 123") is now \123, not 123. * Load("!!perl/scalar:Foo ~") is now \"Foo", not undef. * Dump(bless(\$undef, 'Foo')) is now "!!perl/scalar:Foo ~", not "~".
2007-04-25maintainer over to pkgsrc-users@tnn1-2/+2
2007-04-25Updated www/ap-jk and www/ap2-jk to 1.2.22.obache2-4/+4
2007-04-25Update ap-jk to 1.2.22.obache3-10/+10
Changes between 1.2.21 and 1.2.22 Native Refactor line endings logging to make it correct for all platforms and webservers. (mturk) Added command line windows make files. (mturk) Allow fail_on_status directive to be multi line. (mturk) 42076: Fix name of new option from ForwardCertChain to ForwardSSLCertChain as documented. (rjung) Docs: Fix a couple of typos, change format of a few tables, fix links to news pages. (rjung) Fix correct URL for TC 6 examples in new IIS rewrite.properties configuration example file. (rjung) Add svn properties to several files. (rjung) Add TC 6 examples to uriworkermap.properties in config examples. (rjung) Allow multiple status codes for fail_on_status directive. The status codes can be delimited by space or comma characters. (mturk) IIS. Added pcre like regular expressions for url rewrite rules. (mturk) 41922: Apache 1.3. Enable JkEnvVar. (mturk) Apache. Add --enable-flock configure parameter for explicit compilation of faster flock() system calls for OS supporting those calls. By default the fcntl system call for locking will be used that is a little bit slower but it can work on NFS mounted volumes as well. (mturk) 41562: Add Debug logging for read from client in ISAPI Redirector. Contributed by Tim Whittington. (mturk) Apache. Add ForwardSSLCertChain JkOption. Contributed by Patrik Schnellmann. (mturk) IIS. Do not forbid access to web-inf or meta-inf if there is no mapped worker. This allows to have resource with those names that are outside mapped contexts. (mturk) Apache. Use process id for creating shared memory name and delete shared memory and shared memory lock files on exit. (mturk) IIS. Fix Keep-Alive regression introduced in 1.2.21. (mturk) Delete unused check for empty init_map during startup. (rjung) 41770: Fix startup error if no JkWorkersFile is used. (rjung) Use JK_TRUE/JK_FALSE instead of OK/!OK as return values in init_jk(). (rjung) Minor adjustments to apache startup log messages (when to use STDERR, remove deprecated NOERRNO flag, shm warning and warnings for usage of default files). (rjung) Replace APR precompiler directive by httpd mpm_query to detect MPM threading. Add a debug log message about auto-detected pool size. (rjung) Make MMN check easier to understand and a little more precise (for new ap_get_server_banner()/ap_get_server_description()). We use the new API only for Apache httpd 2.3. This way our binaries are not tightly coupled to a minor 2.0 version, and we don't use ap_get_server_banner() any way. (rjung) Use the full description string ap_get_server_description() instead of the truncated info from ap_get_server_banner(), because this info gets used internally (status worker display and ajp14 backend communication) and is not send back to the normal user. (rjung) 41757: Document the "--enable-prefork" flag of configure. (rjung) Enhance log messages for failures when parsing attribute maps. (rjung) Correct log message during worker initialization, in case remote host could not be resolved. We logged the default host name "localhost" instead of the configured one. (rjung) 41770: Fix the second part of the bug: local_worker and local_worker_only is missing from the list of deprecated attributes (and not supported either), so prevents the web server from startup. (rjung) Changes between 1.2.20 and 1.2.21 Native CVE-2007-0774 : A denial of service and critical remote code execution vulnerability. Caused by buffer overflow in map_uri_to_worker() when URL were longer that 4095 bytes. Reported by ZDI (www.zerodayintiative.com). Please note this issue only affected versions 1.2.19 and 1.2.20 of the Apache Tomcat JK Web Server Connector and not previous versions. Tomcat 5.5.20 and Tomcat 4.1.34 included a vulnerable version in their source packages. Other versions of Tomcat were not affected. Check the worker. parameters and don't start if the parameter is not a valid one. (jfclere) 41439: Allow session IDs to get stripped off URLs of static content in Apache by adding JkStripSession directive (configurable per vhost). (mturk) Change semantics of empty defaults for JkEnvVar variables. Until 1.2.19: not allowed. In 1.2.20: send variables as empty strings, if neither set to non empty in config, nor during runtime. Starting with 1.2.21: If config has no second argument only send variable if set (even when set to empty string) during runtime. Allows good combination with condition attribute in tomcat access log. (rjung) 41610: Fix incorrect detection of missing Content-Length header leading to duplicate headers. Contributed by Boris Maras. (rjung) Better build support for SunONE (Netscape/iPlanet) webservers. (jim) Add warning if duplicate map keys are read and are not allowed, e.g. when parsing uriworkermap.properties. (rjung) Don't concat worker names, if uriworkermap.properties has a duplicate pattern, instead overwrite the worker. (rjung) Log deprecation message even in duplication case. (rjung) uriworkermap.properties: Fix off-by-one problem when deleting URL mapping during reloading of uriworkermap.properties. (rjung) 41439: Allow session IDs to get stripped off URLs of static content in IIS (configurable). (rjung) 41333: Refactoring isapi_plugin configuration reading. (rjung) 41332: Add some more errno logging and unify the format. (rjung) JkStatus: Improved logging by adding status worker name to messages. Added messages to the recover worker action. (rjung) JkStatus: Refactoring searching for workers and sub workers. (rjung) 41318: Add configuration to make status worker user name checks case insensitive. (rjung) JkStatus: Add estimated time until next global maintenance to other mime types and adopt jkstatus ant task. (rjung) JkStatus: Show estimated time until next global maintenance. Change displayed time until next recovery to a min/max pair. (rjung) JkStatus: Allow a user of a read/write status worker to switch it to and from read_only mode temporarily. (rjung) JkStatus: Do not show read/write commands in a read_only status worker. (rjung) JkStatus: Allow lb sub workers in error state to be marked for recovery administratively from the status worker. (rjung) Load Balancer: Do not try to recover multiple times in parallel. Use additional runtime states "PROBE" and "FORCED". (rjung) JkStatus: Improve data synchronization between different processes. (rjung) 41381: Fix segfault in feature fail_on_status (wrong order of log arguments). Patch by Juri Haberland. (rjung) Use correct windows line endings for log file on WIN32 platform. (rjung) Changes between 1.2.19 and 1.2.20 Native JkStatus Ant Task documentation page. (pero/rjung) JkStatus Ant Tasks: Add new tasks for update and reset. (pero) JkStatus Ant Tasks: Update for new xml status format. (pero) Allow integer and string values when setting enumeration/boolean attributes via status worker update action. (rjung) Docs: New reference guide page for status worker. (rjung) Docs: Renaming the config dir to reference and using the title Reference Guide in the docs. (rjung) Added retry_on_status for workers directive. (mturk) Status Worker: Add directive to make property prefix and good/bad rule configurable. (rjung) Status Worker: Omit lb members when att=nosw. (rjung) Status Worker: New command cmd=version for a short version output. (rjung) Status Worker: New output stype mime=prop produces property lists. (rjung) Apache: Fix incorrect handling of JkEnvVar when Vars are set multiple times. (rjung) Renamed jvm_route to route. Deprecated jvm_route, but still use it as fallback when parsing the worker configuration. (rjung) IIS: Make uriworkermap file reload check interval configurable. (mturk) Apache: Make uriworkermap file reload check interval configurable. (rjung) Status Worker: Add directives for customizing the XML output (ns, xmlns, doctype). (mturk) Docs: New page with description of uriworkermap. (rjung) Docs: Added short description of max_packet_size to worker reference. (rjung) Status Worker: All functions accessible also for xml and txt mime types (list, show, update, reset). (rjung) Status Worker: New global health indicators for load balancers named bad (error, recovering or stopped), degraded (busy or disabled) and good (the rest, active and OK or N/A). (rjung) Status Worker: New edit page, to change one attribute for all members of a load balancer. (rjung) Status Worker: Standard logging for status worker. (rjung) Status Worker: code refactoring. (rjung) Status Worker: New attribute user (list) denies access, if the request user in the sense of remote_user is not in this list. Empty list = no deny (rjung) Status Worker: New attribute read_only disables the parts of the status worker, that change states and configurations. (rjung) 36121: Don't change main uri when mod_jk serves included uri. (markt) Apache VHosts: Merge JkOptions +base - -base + +vhost - -vhost. (rjung) Apache Docs: Adding requirements, context information, default values and inheritance rules to the Apache config documentation. (rjung) Status Worker: Add source type to status worker, remove the redundant "context" column in the map listing (context=uri). (rjung) uriworkermap: On reload of the file, all old entries from the previous file version get deleted, before the new ones are being read. (rjung) Keep normal maps and exclusion maps internally separate. Don't treat them as the same when adding a rule. (rjung) Status Worker: Display mapping rules also for non-lb workers and in global view. (rjung) Apache VHosts: Use the vhost log files instead of the main log. (rjung) Apache VHosts: Allow individual timestamp formats by refactoring the formatting method. (rjung) Apache VHosts: Adding all missing config items to the virtual host level. Don't overwrite the settings from the global server, but inherit them in case they are not set in the virtual host. (rjung) Apache: remove unnecessary function names from log messages. (rjung) Apache: add a default log file location and a message, if the default gets used. (rjung) Apache: add missing JK_IS_DEBUG_LEVEL() (rjung) Apache VHosts: Allow JkWorkersFile, JKWorkerProperty, JkShmFile and JkShmFileSize only in global virtual server. (rjung) Add some more jk_close_socket() and reduce log level for some info messages. (rjung) Load Balancer: Added the Sessions strategy. Contributed by Takayuki Kaneko. (rjung) Docs: Minor enhancements and syncing with more recent versions. (rjung) 40997: Separate uri mappings from their '!' counterpart when checking for duplicates in uriworkermap reloading. (rjung) 40877: Make sure the shared memory is reset on attach for multiple web server child processes. (mturk) IIS: Added shm_size property to be able to deal with over 64 workers configurations. (mturk) IIS: Increase default thread count to 250, so its the same as Apache Httpd default configuration. (mturk) 40966: Fix socket descriptor checks on windows. (mturk) 40965: Initialize missing service parameters. (mturk) 40938: Fix releasing of rewrite map. Thanks to Chris Adams for spotting that. (mturk) Apache: Added +FlushHeader JkOptions. (mturk) Added explicit flush when AJP body packet size is zero. (mturk) 40856: Fixing case sensitivity bug in URL mapping. (rjung) 40793: Documentation: Improvements to Apache HowTo provided by Paul Charles Leddy. (markt) 40774: Fixing wrong recursion termination. This one restricted the "reference" feature unintentionally to 20 workers. (rjung) 40716: Adding "reference" feature to IIS and Netscape. (rjung) Documentation: Corrected SetEnvIf syntax in JK_WORKER_NAME example. (rjung) Documentation: Added forgotten STATE and ACTIVATION notes for load balancer logging in Apache. (rjung) Apache: Use instdso.sh instead libtool: libtool does not work on HP-UX for example. (jfclere)
2007-04-25Updated www/apache-tomcat55 to 5.5.23.obache1-1/+2
2007-04-25Update apache-tomcat55 to 5.5.23.obache3-9/+11
Tomcat 5.5.23 (fhanik) Catalina 41608 Make log levels consistent when Servlet.service() throws an exception. (markt) 41666 Correct handling of boundary conditions for If-Unmodified-Since and If-Modified-Since headers. Patch provided by Suzuki Yuichiro. (markt) 41674 Fix error messages when parsing context.xml that incorrectly referred to web.xml. (markt) 41739 Correct handling of servlets with a load-on-startup value of zero. These are now the first servlets to be started. (markt) Coyote Requests with multiple content-length headers are now rejected. (markt) Tomcat 5.5.22 (fhanik) General Fix regression in build that prevented connectors from building. (markt) Tomcat 5.5.21 (fhanik) Catalina 41401: StandardService.getConnectorNames() return array of Connector JMX objectnames. (pero) 29727: If env-entry values in web.xml are changed then ensure new values are applied when context is reloaded. (markt) 34956: Ensure request and response objects passed to a RequestDispatcher meet the requirements of SRV.8.2 and SRV.14.2.5.1. This is disabled by default. The Java option -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true is required to enable this test. (markt) 36274: When including static content with the DefaultServlet also treat content types ending in xml as text. (markt) 36976: Don't use CATALINA_OPTS when stopping Tomcat. This allows options for starting and stopping to be set on JAVA_OPTS and options for starting only to be set on CATALINA_OPTS. Without this fix, some startup options (eg the port for remote JMX) would cause stop to fail. Based on a fix suggested by Michael Vorburger. (markt) 37070: Update mbean name documentation to include the StandardWrapper. (markt) 37356: Ensure sessions time out correctly. This has been fixed by removing the accessCount feature by default. This feature prevents the session from timing out whilst requests that last longer than the session time out are being processed. This feature is enabled by setting the Java option -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true The feature is now implemented with synchronization which addresses the thread safety issues associated with the original bug report. (markt) 37439: Update documentation for Engine component to add the requirement that the name must be unique. (markt) 37458: Add syncs to the WebappClassloader to address rare issues when multiple threads attempt to load the same class concurrently. (markt) 37509: Do not remove whitespace from the end of values defined in logging.properties files. (markt) 38198: Add reference to Context documentation from Host documentation that explains how Context name is obtained from the Context filename. (markt) 39088: Prevent infinte loops when an exception is thrown that returns itself for getRootCause(). Based on a patch by Wouter Zelle. (markt) 39436: Correct MIME type for SVG. (markt) 39627: JULI no longer ignores a ".level=XXX" directive in logging.properties. Patch provided by Roger Keays and Richard Fearn. (markt) 39724: Removing the last valve from a pipeline did not return the pipeline to the original state. Patch provided by David Gagon. (markt) 40367: Update JK auto configuration documentation to clarify that workers.properties must also exist. (markt) 40524: HttpServletRequest.getAuthType() now returns CLIENT_CERT rather than CLIENT-CERT for certificate authentication as per the spec. Note that web.xml continues to use CLIENT-CERT to specify the certificate authentication should be used. (markt) 40526: Add support for JPDA_OPTS to catalina.bat and add a JPDA_SUSPEND environment variable to both startup scripts. Patch provided by Kurt Roy. (markt) 40528: Add missing message localisations as provided by Ben Clifford. (markt) 40585: Fix parameterised constructor for o.a.juli.FileHandler so parameters have an effect. (markt) 40625: Stop CGIServlet swallowing the root cause of an exception. Patch provided by Takayoshi Kimura. (markt) 40723: Correct table creation example in JavaDoc for JDBCAccessLogValve. (markt) 40802: Add jsp-api.jar to fileset in catalina-tasks.xml as provided by Daniel Santos. (pero) 40817: Correct problem where CGI scripts in the root of the ROOT context threw a StringIndexOutOfBoundsException. (markt) Set the SCRIPT_FILENAME environment variable required by PHP when using the CGIServlet to execute PHP. (markt) 40823: Update context doc to clarify use of ROOT.xml, multi-level context paths and to further discourage use of server.xml (markt) 40844: Add additional syncs to JDBCRealm to resolve NPE when two users try to authenticate using DIGEST authentication at the same time. (markt) 40860: Log exceptions and other problems during parameter processing. (markt) 40901: Encode directory listing output. Based on a patch provided by Chris Halstead. (markt) 40929: Correct JavaDoc for StandardCalssLoader. (markt) 41008: Allow POST to be used for indexed queries with CGI Servlet. Patch provided by Chris Halstead. (markt) 41020: Improve error message when custom error report Valve fails to load. Also remove requirement that custom error report Valves extend ValveBase. (markt) 41217: Set secure attribute on SSO cookie when cookie is created during a secure request. Patch provided by Chris Halstead. (markt) Ensure Accept-Language headers conform to RFC 2616. Ignore them if they do not. (markt) Make provided instances of RequestDispatcher thread safe. (markt) Fix formatting of CGI variable SCRIPT_NAME. (markt) 34643: Improved documentation for per-user / per-session clientAuth usage in SSL Authenticator. Docs provided by jack and Ralf Hauser. (yoavs) 40668: Update release notes and readme files specific to v5.5.20 to notify users of missing MailSessionFactory in distribution, suggest workarounds, and link to relevant Bugzilla issue. (yoavs) 37977: adapt BUILDING.txt and net build.xml for SVN. Patch by Christopher Sahnwaldt. (yoavs) 39055: Link to sample workaround code for using JSR160 JMX monitoring with a local firewall. Thanks to George Lindholm for the patch. (yoavs) 39476: add xml declaration to most build.xml files, as suggested by Gregory S. Hoerner Sr. (yoavs) 40326: stop using File#deleteOnExit in DefaultServlet to avoid JVM memory leak, as suggested by quartz. (yoavs) 40192: update setup.html notes regarding Windows tray icon. (yoavs) 40177: add more warnings to documentation about RequestDumperValve character encoding. (yoavs) 39255: NPE in AuthenticatorBase when logging level is set to DEBUG and no prinicpal found. (yoavs) 41437: Make log messages and loglevel consistent during Context start. Patch provided by Suzuki Yuichiro. (markt) Coyote 38332: Add backlog attribute to ChannelSocket as provided by Takayoshi Kimura. (pero) Backport packetSize feature from Tomcat 6.0.x at standard coyote AJP Jk handler. (pero) 40771: Fix implementation of SavedRequestInputFilter.doRead() so POST data may be read using a Valve or Filter. Patch provided by Michael Dufel. (markt) 41017: Restore behaviour of MessageBytes.setString(null). (remm/markt) 41057: Modify StringCache to add a configurable upper bound to the length of cached strings. (remm/markt) 38774: Check javax.net.ssl.keyStorePassword system property as a secondary source for keystore password in JSSESocketFactory, as suggested by Ted X. Toth. (yoavs) 39402: Modify existing Vary HTTP header, rather than overwrite it, if it exists when using GZip compression. Patch by Matthew Cooke. (yoavs) 40241: Catch Exceptions instead of Throwables in Default and SSI servlets. Also improve relevant logging while we're at it. (yoavs) 40133: Better error message when context name is not available on startup, as suggested by Andreas Plesner Jacobsen. (yoavs) Jasper 39975: don't have static Log references to prevent classloader leaks. (yoavs) 40104: When displaying JSP source after an exception, handle included files. (markt) 40797: This was a regression as a result of the fix for 33407. TLD validation was failing as a result of the use of the escape character (0x1b) as a temporary replacement for \$. An alternative character (0xe000) from the unicode private use range is now used. (markt) 41057: Make jsp:plugin output XHTML compliant. (markt) 41327: Show full URI for a 404. Patch provided by Vijay. (markt) 41265: Allow JspServlet checkInterval init parameter to be explicitly set to the stated default value of zero by removing the code that resets it to 300 if explicitly specified as zero. (markt) Display the JSP source when a compilation error occurs and display the correct line number rather than start of a scriptlet block. (markt) Webapps 34952: Clarify that the Windows Installer always installs a Windows service. (markt) 35968: Make environment entry properties input a text area. Patch provided by Tristan Marly. (markt) 37588: Fix creation of JNDI Realm in admin application. Patch provided by Terry Zhou. (markt) 38048: Fix memory leak assoaciated with use of expression language in JSPs. Patch provided by Taras Tielkes. (markt) 39572: Improvements to CompressionFilter example provided by Eric Hedstrom. (markt) 40507: Update host-manager and servlet-examples web-apps to use the servlet 2.4 xsd. Patch provided by Chris Halstead. (markt) 40581: Add information on the use of a symbloic link as the docBase for a Context to the Context documentation. (markt) 40633: Remove references to the DefaultContext from the documentation. (markt) 40677: Update SSL documentation to indicate that PKCS11 keystores may be used. (markt) 40714: Admin webapp no longer requires a username for a DataSource since it is not required in all cases. (markt) 40720: Fix exception in admin webapp when adding a group to a user. (markt) 40874: Correct log4j configuration in documentation webapp. Patch provided by Franck Borel. (markt) 40999: Add trust store configuration for SSL connectors to the admin webapp. (markt) 41051: Add information on keystore aliases and case sensitivity to SSL HOW-TO. (markt) 41182: Update the Jasper documentation for the classpath attribute. (markt) 41493: Fix handling of APR connectors in Admin webapp. (markt) 41512: Version number was not inserted in release notes. (markt) 40257: Update Manager webapp howto on remote deployment to reflect need for explicit path in one specific use-case. Thanks to Venkatesh Jayaraman. (yoavs) 40160: add reference to the Filter proposed in this Bugzilla item to the WebdavServlet. While at it, give the WebdavServlet some long-overdue TLC by cleaning up some of the old data structures in favor of modern (but still JDK 1.4-compliant) interfaces. (yoavs) Add a virtual hosting how-to contributed by Hassan Schroeder. (markt) Cluster Add clustered SSO code and backport feature from Tomcat 6.0.x, submitted by Fabien Carrion (pero) Add better recovery at FastAsyncQueueSender. Made the startegy more robust for temporary connection problems (pero)
2007-04-24When we're substituting a system-provided header file, use the Ctnn2-6/+24
preprocessor to find out the absolute path of the system header, so that we may include it before we add our customizations. This is especially important when using gcc, due to it's "fixincludes". For example, <math.h> might not be /usr/include/math.h, but instead something like /path/to/gcc/lib/gcc/${MACHINE_GNU_PLATFORM}/include/math.h.
2007-04-24Update cpuflags to 1.06 - add a couple more amd64 chipsabs1-1/+2
2007-04-24Update cpuflags to 1.06 - add a couple more amd64 chips - thanks toabs2-3/+5
Ryo Hayasaka & Takanori Isihara
2007-04-24Update bulk_mailer to 1.13nb1:abs5-6/+5392
Apply patch from Todd Kover to avoid strndup() related build issues on some platforms.
2007-04-24update pkg_chk to 1.85nb4 - use :U to avoid issues with old bmake - from ↵abs1-4/+3
Vladimir Yakovetsky
2007-04-24Updated mail/getmail to 4.7.4schmonz1-1/+2
2007-04-24Update to 4.7.4. From the changelog:schmonz2-6/+6
-explicitly watch for broken POP3 servers that return a blank UIDL value (not permitted by the POP3 protocol) and print a fatal error message. Thanks: Florian Hackenberger and Cameron Rangeley.
2007-04-24Enable use of pkgtools/posix_headers on HP-UX version 11.11.tnn1-1/+6
2007-04-24Note addition of pkgtools/posix_headers.tnn2-2/+4
2007-04-24Add pkgtools/posix_headers version 0.4:tnn6-0/+99
This package attempts to resolve deficiencies in system headers. These deficiencies are commonly found on older operating system releases. When use of posix_headers has been enabled on a platform, this package will become a compile-time dependency for every package. It will provide customized header files that take preference over some system provided ones (that may not even exist). This happens transparently through use of buildlink3.
2007-04-24Note addition of u9fs-2.0.3agc1-1/+2
2007-04-24Add and enable u9fsagc1-1/+2
2007-04-24Initial import of u9fs-2.0.3 to the Packages Collection.agc10-0/+161
U9fs is a program that serves Unix files to Plan 9 machines using the 9P protocol. It is typically invoked on a Unix machine by inetd with its standard input and output connected to a network connection, typically TCP on an Ethernet. It typically runs as user root and multiplexes access to multiple Plan 9 clients over the single wire. It assumes Plan 9 uids match Unix login names, and changes to the corresponding Unix effective uid when processing requests. U9fs serves both 9P1 (the 9P protocol as used by the second and third editions of Plan 9) and 9P2000.
2007-04-24note addition of devel/git-fvcs version 1.5.0.3dmcmahill1-1/+2
2007-04-24add and enable git-fvcsdmcmahill1-1/+2
2007-04-24import get-fvcs-1.5.0.3 from pkgsrc-wip with additions from me to get itdmcmahill8-0/+318
to build and run on NetBSD-2.0/alpha and SunOS-5.9/sparc. Git is popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel. Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.
2007-04-24Note update of pkglint to 4.77 (HPUX and OSF1 awareness)tnn1-1/+2
2007-04-24Update to 4.77. (hi Roland!)tnn2-4/+4
Teach pkglint about OSF1 and HPUX.
2007-04-24Note update of navi2ch-cvs_0.0.20070423-1.uebayasi1-1/+2
Changes are unknown.
2007-04-24Update navi2ch to the latest snapshot, navi2ch-cvs_0.0.20070423-1.uebayasi3-11/+11
Changes are unknown.
2007-04-24Update to xdpyinfo-1.0.2: fix memory leaks.joerg2-6/+6
2007-04-24Note update of eb-4.3.uebayasi1-1/+2
Very concise change summary: o support color pictures with references (4.3), o add "cross" search support (4.2), and o many bug fixes.
2007-04-24Update eb to 4.3.uebayasi5-145/+120
Very concise change summary: o support color pictures with references (4.3), o add "cross" search support (4.2), and o many bug fixes.
2007-04-24add license (from "Licensing")gdt2-1/+165
2007-04-24Use all necessary means to convince OpenSSL's "special" build systemtron1-4/+10
to link with the "dl" library under Mac OS X if necessary. This should finally fix PR pkg/36086.
2007-04-24Updated net/tcpdump to 3.9.5ghen1-1/+2
2007-04-24Update tcpdump to 3.9.5:ghen2-7/+7
Fix compiling on AIX (, at end of ENUM) Updated list of DNS RR typecodes Use local Ethernet defs on WIN32 Add support for Frame-Relay ARP Fixes for compiling under MSVC++ Add support for parsing Juniper .pcap files Add support for FRF.16 Multilink Frame-Relay (DLT_MFR) Rework the OSPFv3 printer Fix printing for 4.4BSD/NetBSD NFS Filehandles Add support for Cisco style NLPID encapsulation Add cisco prop. eigrp related, extended communities Add support for BGP signaled VPLS Cleanup the bootp printer Add support for PPP over Frame-Relay Add some bounds checking to the IP options code, and clean up the options output a bit. Add additional modp groups to ISAKMP printer Add support for Address-Withdraw and Label-Withdraw Msgs Add support for the BFD Discriminator TLV Fixes for 64bit compiling Add support for PIMv2 checksum verification Add support for further dissection of the IPCP Compression Option Add support for Cisco's proposed VQP protocol Add basic support for keyed authentication TCP option Lots of minor cosmetic changes to output printers
2007-04-24Note update of "gated" package to version 3.5.11nb3.tron1-1/+2
2007-04-24Fix incorrect permission (only warnings) reported by "checkperms".tron1-2/+5
2007-04-24The "gated" script must be run early during system startup because it istron2-4/+5
part of the network initialization. Use similar dependences as the (corrected) "route6d" script. Bump package revision because of this fix. This should fix PR pkg/36203.
2007-04-24Add hack for glib2 on hp-ux/hppa: build without optimization due to crashtnn1-0/+13
in libgobject early in libgtk2 startup.
2007-04-23include libXt's bl3.mk to get X11/Intrinsic.htnn1-1/+2
2007-04-23Updated games/openttd to 0.5.1nb1tnn1-1/+2
2007-04-23Correct PLIST. Bump PKGREVISION.tnn2-2/+16