Age | Commit message (Collapse) | Author | Files | Lines |
|
code compilers on powerpc and sparc.
|
|
Native code compilers for powerpc and sparc are now enabled.
|
|
* New commands:
+ vm-visit-imap-folder
+ vm-visit-imap-folder-other-window
+ vm-visit-imap-folder-other-frame
+ vm-save-message-to-imap-folder
* New variables:
+ vm-imap-server-list
* vm-primary-inbox can now be a POP or IMAP mailbox specification.
* vm-mime-set-xxx-parameter: use the parameter name passed in
instead of assuming the name is "charset". The only calls to
this function passed in "charset" as the name, so this bug
wasn't affecting anything.
* vm-decode-mime-encoded-words: do charset conversion if needed.
Forgot to add this back when vm-mime-charset-converter-alist
was added.
* vm-send-mail-and-exit -> vm-mail-send-and-exit in vm-user-agent
definition.
* vm-mail-send-and-exit: dropped first arg requirement since the
argument isn't used anyway.
* compute POP cache filenames based on the POP mailbox spec with
the access method as "pop" and the authentication method and
port as asterisks. This prevents visiting the wrong file if
the user starts accessing a POP mailbox through a different
port or using a different access or authentication method.
Automatically migrate the old cache files to the new scheme as
we go.
* fixed convert -page typos.
* vm-set-redistributed-flag: fourth arg of vm-set-xxx-flag
call corrected to be vm-set-redistributed-flag instead of
vm-set-forwarded-flag.
* IMAP BYE responses are always untagged; changed code to match.
|
|
|
|
|
|
|
|
|
|
TCX is a system designed for the transparent decompression, execution
and recompression of executables under Unix. It allows configuration
options such as the type of compression system used (compress(1),
gzip(1), your own local system etc), timeouts between recompressions,
and emergency directories in case a decompression fails from shortage
of disk space. The system is designed with a reasonable amount of
robustness in mind, such as in the event of system crashes, or races
on trying to uncompress, compress or execute something.
This software is quite old (vintage 1993-94), and some things have moved
on since then. In particular, untcx is setuid root. I have done a minor
security audit, but anyone installing this software is invited to conduct
one for themselves.
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $
WARNING - this package contains a setuid root executable called
untcx, which was written in 1994, and contained calls to getwd(3),
sprintf(3), strcpy(3) and strcat(3). I've done a minor audit of
the code, and have fixed the above functions with calls to safer
alternatives, but you may wish to delete this package from your
own systems until you have carried out your own audit.
===========================================================================
|
|
|
|
since there is a problem with aide-0.9 which results in it sending an
email warning on every run of the scanner. Whilst this version may
have other problems (it believes opendir(3)'s output, IIRC), it does
keep quiet about them.
aide-0.6 creates a database from the regular expression rules that it finds
from the config file. Once this database is initialized it can be
used to verify the integrity of the files. It has several message
digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to
check the integrity of the file. More algorithms can be added with
relative ease. All of the usual file attributes can also be checked
for inconsistencies. It can read databases from older or newer
versions. See the manual pages within the distribution for further
info. There is also a beginning of a manual at
http://www.cs.tut.fi/~rammer/aide/manual.html
|
|
|
|
|
|
|
|
|
|
|
|
on gd, because of gd shared library major bump
|
|
Seriously it was not needed.
|
|
|
|
|
|
What's new:
* More Direct3D and DirectSound improvements.
* Tons of fixes merged from Crossover Office 2.0.
* New iphlpapi dll.
* Lots of bug fixes.
|
|
|
|
to better match other perl5 module packages. This release mirrors the
Xerces-C 1.7.0 releases and implements a DOM API (though that seems to
be broken). Also, several major memory leaks were fixed.
|
|
in the Xerces-C 1.x line and contains many fixes and improvements over
version 1.3.0. Make this package compile with ICU>=2.4.
|
|
features and new and modified APIs from version 2.4:
* Added support for Unicode 4.0
* Added support for Unicode regular expressions
* Enhanced sorting
* Added support for international domain names
* Added service registration for pluggable ICU modules
* Added layout engine API for language-specific glyphs
* Separated currencies from locales
* Added POSIX-like API for message catalogs
* Added new charset converters
|
|
libgcc.a isn't linked "whole archive" into the perl executable on newer
NetBSD systems (>1.5.x). Newer NetBSD systems have libgcc_pic.a linked
into shared libraries, so this hack isn't needed. This change was tested
by building and testing textproc/xerces-p, a C++ perl5 module that uses
functions in libgcc.a.
|
|
Added mjpegtools-1.6.1 [mrg 2003-06-23]
Added transcode-0.6.6 [mrg 2003-06-23]
Added gocr-0.37 [mrg 2003-06-23]
Added subtitleripper-0.3-1 [mrg 2003-06-23]
Added p5-Gdk-Pixbuf-0.7008 [mrg 2003-06-23]
Added dvdrip-0.50.13 [mrg 2003-06-23]
|
|
|
|
|
|
rox-session-0.1.20.
- zsh (thanks, uebayasi).
|
|
|
|
|
|
to a mail hub. Originally from pkgsrc-wip; created by Toru TAKAMIZU
<pkg at pop dot 707 dot to>.
A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no mail
spool to poke around in, and no daemons running in the background. Mail is
simply forwarded to the configured mailhost. Extremely easy configuration.
WARNING: the above is all it does; it does not receive mail, expand aliases
or manage a queue. That belongs on a mail hub with a system administrator.
This program is especially recommended for mutt users who send emails via
ISP's smtp server.
|
|
wine-20030618, zsh-4.0.7.
- cfengine (thanks, seb), galeon-1.2.11 (thanks, taya)
|
|
|
|
|
|
|
|
|
|
|
|
This package allows you to use rc.subr-style rc scripts (such as
those included in pkgsrc) on other operating systems.
|
|
|
|
slight packaging changes]
|
|
|
|
|
|
|
|
This version includes a small patch that fixes a security hole in
version 2.02. It was possible to construct a malicious URL link in a
PDF file which would cause an arbitrary command to be run. The patch
changes things to that the various characters which can cause trouble
are escaped (%xx) before calling system(). This patch also changes the
"launch" link verification dialog to provde a scrolling view of the
command about to be run when the command string is excessively long.
|
|
|
|
|
|
[pkg/21551], icewm-1.2.8, icewm-1.2.8, pureftpd-1.0.15, rosegarden-2.1.4
[pkg/21904], tcpreplay-1.4.4, vice-1.12, vnc-3.3.7, wxGTK-2.4.1,
yudit-2.7.5.
- arch
|
|
Handle 'PKGPATH=' and 'PKGPATH= ' in pkg_info -B.
From Marc Recht in PR pkg/21895
|
|
|