Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
shell scripts under Solaris.
|
|
of "autoconf" instead to prevent.
|
|
desired order and in an order based on who the filesystem orders things.
|
|
to "MAKE_ENV" in "bsd.prefs.mk".
|
|
Solaris fixes which got lost in the recent update.
|
|
|
|
target works there.
|
|
|
|
Dependency is picked up via the sablotron package, so just add to link.
Bump version to nb1, as old version will build correctly, but fail to link
into apache.
|
|
under Solaris.
|
|
accepts version 4.0 of the package.
|
|
|
|
hierarchy. Whilst this is not desirable, it's the only way to get this
package to execute properly, since it makes assumptions about absolute
and relative paths, and expects its own versions of certain commands (md5,
file), so it's best to keep these off to one side.
|
|
|
|
|
|
|
|
|
|
to avoid portability problems as suggested by Jim Wise.
|
|
Also simplify document arrangement.
Mon Aug 6 18:42:18 2001 Shugo Maeda <shugo@modruby.net>
* version 0.9.6 released.
Mon Aug 6 18:23:21 2001 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (init): set $stdout to binmode for mswin32.
Tue Jul 10 12:01:43 2001 Shugo Maeda <shugo@modruby.net>
* eruby_lib.c (eruby_load): don't set eruby_charset and
eruby_noheader.
|
|
package now.
|
|
Changes from source's comments are below.
Version 1.1.8(2001/10/23)
bug(reported by Stephen Legrand) on VpAlloc() fixed.
Version 1.1.7(2001/08/27)
limit() method added for global upper limit of precision.
VpNewRbClass() added for new() to create new object from klass.
|
|
|
|
|
|
|
|
|
|
specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet
binary postings, but the public domain format is sufficiently general to
permit other applications as well.
|
|
textproc/par. I'll rename and re-import this as misc/parchive.
|
|
|
|
|
|
|
|
|
|
Sets", specification 1.0 (.PAR and .Pnn files). These commonly
accompany Usenet binary postings, but the public domain format
is sufficiently general to permit other applications as well.
|
|
Fixes problems when neither PKG_JVM nor JAVA_HOME is set in environment (which
should be perfectly acceptable -- pkgsrc defaults reasonably, but the ant pkg
was not picking up the defaults).
|
|
files there. Patch in private mail from someone who prefers to remain
anonymous.
|
|
|
|
|
|
Here is quote from README.
$Id: README,v 1.3 2001/11/18 19:00:06 majkl Exp $
'OpenSSL for Ruby' project
Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
This program is licenced under the same licence as Ruby.
(See the file 'LICENCE'.)
[Done] (but not fully tested)
= OpenSSL config file parser (part) --- TO BE DROPPED? (any idea?)
= PKey:: RSA,DSA keys - new, load, export
= X509::Certificate - generating new certs, load, looking inside
= X509::CRL - load, new, looking inside
= X509::Name - new, export to_str, to_a, to_h (hash)
= X509::Revoked - new, looking inside (on parameters)
= X509::Store - new, import trusted certs and CRL, verifiing certs
= Digest::... - various hashes
= X509::Request - Cert requests
= X509::Attribute - as X509Request extensions (not tested)
= X509::Extension - to Certs, CRLs...
= X509::ExtensionMaker - for easy creating new Extensions
= Netscape::SPKI - for requests from NetscapeCommunicators
= Cipher::... - various ciphers
= basic PRNG functions (random generator) for OpenSSL module and class Random
= SSLSocket (merged Gotou Yuuzou's SSLsocket-Ruby project)
= PKCS7 (signing&data_verify is working, rest needs some testing)
[To-Do]
= check for memory leaking :-))
= cleaner code
= examples
= RubyUnit to be used!
= API documentation
= comments to sources!!!
= further functionality to existing
= Std. Extensions, Attributes to be made as Classes?
= AttributeFactory?
= add aliases to to_pem as s_dump s_load to support Marshal module
= CipherFactory?
= autogen random IVs for Ciphers
= safe BigNums
= PKCS12
= PKCS8
= HMAC
= ASN.1 ???
= BIO ???
= compat tests for RSA/DSA sign/encrypt
|
|
well as the normal shared objects. This means that the new toolchain, that
links in libgcc_pic.a, will build proper shared objects again.
Bump to nb5 and make this the required version.
Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
|
|
Bump PKGREVISON.
|
|
base system.
|
|
appropriate place. Pointed out in private mail by someone who wishes
to remain anonymous.
XXX The PLIST's location for these files needs to be fixed by someone
more knowledgable than me in these black arts.
|
|
|
|
|
|
6.0.102 changing folds may leave the cursor halfway a closed fold
6.0.103 a large value for 'scrolloff' stops 'scrollbind'
6.0.104 redraw problem when typing a double-wide char over another
6.0.105 crash when using window of one column with multi-byte chars
6.0.106 (extra) Win32: didn't give error for wrong 'printfont'
6.0.107 (extra) VisVim: would automatically write a modified file
6.0.108 could get error message when first line of a file is folded
6.0.109 XIM: input method was reset when repeating an insert
6.0.110 error when undoing a change done by executing a register
6.0.111 virtcol() didn't use the offset for 'virtualedit'
6.0.112 the explorer plugin didn't sort names with spaces correctly
6.0.113 trouble when $HOME includes a space
6.0.114 fnamemodify() didn't expand home directory for ":p"
6.0.115 (extra) Win32: dialog textfield didn't scroll
6.0.116 (extra) Win32: check for writable file didn't check ACLs
6.0.117 (extra) Win32: 'lines' is limited too much when not using menu
6.0.118 when $TMPDIR is a relative path temp directory is not deleted
|
|
|
|
limits for building a package.
|
|
- str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf
- strftime format fixes
- Don't hang waiting for select() with SIGTERM + no active SA
- Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP)
...
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/
|
|
|
|
|