Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
|
|
|
|
|
|
is not supposed to work with the Afterstep-1.8.0 that we have in the tree.
|
|
* Add a PERL5 variable that is always defined, set to the path of a
pkgsrc-installed perl5 binary (${LOCALBASE}/bin/perl).
* Define three new variables PERL5_SITELIB, PERL5_SITEARCH, and
PERL5_ARCHLIB that define special locations used by perl. In
particular, it seems packlists are always found under PERL5_SITEARCH.
* Substitute the above three variables when generating PLISTs, but
stripping away the initial ${LOCALBASE}/ part. This is for perl
packages which don't generate packlists because they don't use the
perl Makefile generator during the build process.
* Append to the PLIST any files listed in the packlists named by
PERL5_PACKLIST. Also append statements to try removing the
directories installed into by the packlist-ed files.
|
|
User-visible changes in 0.8.14:
- More bug fixes:
* CPU emulation problem that could have caused copy protection schemes to
malfunction has been fixed.
* Some AGA problems fixed (one of them visible in ECS modes).
* UAE should work again on non-x86 systems.
- By default the emulator will try to approximate an A500 in CPU speed.
This setting existed before, but it's a bit more accurate now and on by
default.
- There is a new option to control the number of emulated disk drives.
- Software autofire for the keyboard joystick replacements
|
|
|
|
|
|
possible, even if `inputs.line' also exists and comes earlier (both
were noted only as `line' before).
|
|
Relevant changes:
- Rewrite folder type parsing: corrects handling of MH and maildir
style spools
- v3.14 changed '!' actions too much: revert to v3.13 behavior but
continue to split SENDMAILFLAGS
- Contents of skipped nested blocks could affect 'E', 'e', 'a', and
'A' flags
- Prevent peeking into buffers on "Out of memory" errors
- Unquoted $\var expansions could alter the interpretation of the
following whitespace
- Prevent attempts to set LINEBUF to really huge values
- Optimize SWITCHRC = $_
- Use a secure PATH when processing /etc/procmailrc
- Use 2^31-1 as the maximum score even when sizeof(long)>4
Changes to formail:
- Allow -n with -D and -s again -- corruption couldn't happen after
all
- Don't strip pre-colon whitespace until header is identified
- Properly handle NULs in the body when generating an autoreply that
keeps the body (could coredump)
General:
- Documented that $\var expansions are never split on whitespace
- Removed ':' and '@' from list of characters that can appear in
tempfile names
- Called nice() when shouldn't have
|
|
|
|
|
|
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
|
|
|
|
|
|
Allow only one file as argument, newfile, and assume oldfile as
newfile.orig.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distribution file with correct compression.
|
|
Cross compile 8051 code
|
|
|
|
PR pkg/10143.
|
|
|
|
which lists the NetBSD distribution sets required to build packages.
|
|
|
|
|
|
|
|
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol.
XXX The simph323 program does not seem to work 100%, eg. it is dumping
XXX core on exit. I suspect a problem with the threads stuff.
|
|
PWLib is a moderately large class library that has its genesis
many years ago as a method to product applications to run on both
Microsoft Windows and Unix X-Windows systems.
|
|
|
|
|
|
|
|
|
|
security library.
|
|
|
|
|
|
- quote arguments to pkg_admin so the shell doesn't try to expand any *'s.
- be sure that all required binary packages exist. The previous version
made sure the required packages were not newer, but missed catching missing
required packages.
Still todo:
When examining required binary packages to see if they have changed, the test
only looks at the modification time of the binary package. It does not verify
that the required binary package is also up to date with respect to its
pkgsrc files.
|
|
|
|
|
|
and works.
|
|
or server side to provide authentication. See RFC 2222 for more
information.
The latest version is available at:
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail
There's a mailing list for Cyrus SASL. Subscribe by sending a message
to majordomo@lists.andrew.cmu.edu with the body "subscribe
cyrus-sasl". The mailing list is available via anonymous IMAP at
imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at
http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl.
|
|
libraries which got lost in the last commit.
|