The linux-nwnclient port checks to see if WITH_NVIDIA_GL is defined to
determine whether or not it should depend on the nvidia-driver
instead of linux_dri. However, both dependencies are needed
as linux_dri provides 'libGLU.so.1', which does not come
with the nvidia-driver. This is needed in order to run
linux-nwnclient.
I use the nvidia-driver port and had to install linux_dri
by hand after installing nwn. It seems to be working fine
in conjunction with the driver.
My suggestion is to either drop the nvidia-driver dependency
entirely, or at least depend on linux_dri whether WITH_NVIDIA_GL
is defined or not.
Fixes a security issue: Validation of the user language
option was broken by a code change in May 2005, opening the
possibility of remote code execution as this parameter is
used in forming a class name dynamically created with eval().
The validation has been corrected in this version. All
prior 1.5 release and prelease versions are affected; 1.4
and earlier and not affected.
PR: ports/90335
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Approved by: maintainer timeout
chroot_safe, a tool to chroot any application in a sane
manner without requring binaries, shared libraries etc
within the chroot or any support from the application. Works
with any dynamically linked application.
WWW: http://sourceforge.net/projects/chrootsafe
PR: ports/90341
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
There is a NetBIOS/tcp lookup tool nmblookup(1) included
in samba suite. It's quite useful, but installing whole
samba suite is not always necessary.
I wrote a port to install nmblookup(1) only.
Dutchman through the corner alert... What can I do against the
wrongly added directories?
PR: ports/90375
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Chillispot is used for authenticating users of a wireless
LAN. It support WPA (Wireless Protected Access) encryption.
Authentication, authorization and accounting (AAA) is handled
by your favorite radius server.
PR: ports/90397
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
--enable-ntlm-fail-open was specified as an additional configuration
option (squid bug #1022).
The port does not enable this option by default; document it, while at it.
- Add SHA256 checksum for the squid tarball
- Integrate ICAP client support based upon the icap project's CVS repository,
turned off by default.
To activate it, build the port with WITH_SQUID_ICAP defined or rerun
'make config'.
- Bump PORTREVISION
PR: ports/90688
Submitted by: maintainer
symmetrical block cipher with a 256-bit key from the former Soviet
Union. Please read the Pod documentation contained in the module
itself for additional information, including the rationale behind
the writing of this module.
WWW: http://search.cpan.org/dist/Crypt-GOST_PP
PR: ports/90685
Submitted by: Gabor Kovesdan
key developed in the former Soviet Union. Some information on it
is available at http://vipul.net/gost/ .
This module implements GOST encryption. It supports the Crypt::CBC
interface, with the functions described below. It also provides
an interface that is backwards- compatible with Crypt::GOST 0.41,
but its use in new code is discouraged.
WWW: http://search.cpan.org/dist/Crypt-GOST
PR: ports/90684
Submitted by: Gabor Kovesdan
- updated maintainership
0.11 2005-11-20
- Add extract_all method
- Add merge_arrays method
- inserts can now handle multiple elements as argument
- absorb and key_absorb use the new multi-inserts
- absorb and key_absorb now take any number of heaps as argument
instead of absorbing exactly one.
- Special characters in generated constant strings were incorrectly
escaped (bugfix)
- key_method doesn't return literal strings anymore in the "complex"
case (also causes the above mentioned bug to never trigger)
- make the internal _STRING and _LITERAL macros never see each others
output (this is possibly a bugfix)
Approved by: tobez
0.14 Mon Novermber 28, 2005
- removing the OS X resource fork files
- applied patch (RT #16064) to support XHTML
compliant output for Tree::Simple::View::HTML.
- thanks to Simon Wilcox for this patch and tests
Approved by: tobez (implicit)
0.14 December 19 2005
* Small rewordings in POD.
* Added TAOCP Vol 4, Fasc 3 to REFERENCES.
* Added tuples* as alias to variations* to add the nomenclature
in Knuth's, Mathematica, etc. to the interface.
* Code cleanup.
Approved by: tobez
Encryption Algorithm (DEA) is a semi-strong encryption and
decryption algorithm.
The module is 100 % compatible to Crypt::DES but is implemented
entirely in Perl. That means that you do not need a C compiler
to build and install this extension.
WWW: http://search.cpan.org/dist/Crypt-DES_PP
PR: ports/90682
Submitted by: Gabor Kovesdan
The protocol was shown to be INSECURE. This module is therefore released for
purely academic curiosity.
WWW: http://search.cpan.org/dist/Crypt-Chimera
PR: ports/90681
Submitted by: Gabor Kovesdan
According to the changelog beside a OpenBSD-specific fix the only relevant
change since 1.1.1-9 was:
o The log file (syslog too) shows the file name (argv[0]) in its logs.
- No longer override FETCH_CMD so the distfiles survey keeps track of this
port again. Overriding FETCH_CMD became redundant when the name of the
distfile was changed to be a versioned one.
Prodded by: stephen <vk3heg@iinet.net.au> [1]
Approved by: netchild
The attached patch should be sufficient to bring the
textproc/py-4suite-xml port up to date. The new version of
the software should also work on 64-bit architectures as
well.
PR: ports/90624
Submitted by: Mike Brown <mike@skew.org>
- Changed quake3-data/Makefile.include to be more similar
to bsd.*.mk files, also it doesn't override port's variables.
- Change dependant ports.
PR: ports/90149
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Update to dovecot-1.0.a5.
- Numerous small changes and fixes; see http://www.dovecot.org/list/dovecot/2005-December/010279.html for details.
- Use vendor install target; patch in --with(out)-docs support to facilitate NOPORTDOCS macro.
- Introduce experimental (and probably broken) GSSAPI option.
PR: ports/90606
Submitted by: Robin Breathe <robin@isometry.net>