- Turn on SSH auth by default.
- Sorry, previous default path of $AMANDA_DATES was typo. Fixed here
it should be. Please take care when upgrading.
PR: ports/131193 (partially merged to my update modifications) [1]
Submitted by: Goran Lowkrantz <glz@hidden-powers.com> [1]
- info pages are not governed by NOPORTDOCS, install them unconditionally.
PR: ports/131271
Submitted by: rafan@
Approved by: maintainer timeout to QAT BotMails
message:
/usr/local/mpich2/include/mpicxx.h:46:4: error: #error 'Please use the
same version of GCC for compiling MPICH2 and user MPI programs'
- use execinfo.
a side effect of changing current operation level and sysmouse(4) lets
you open /dev/sysmouse multiple times unlike other mouse drivers.
- Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0.
- Simplify the patches a little while I am here.
multiple instances of moused(8) and Xorg mouse driver
opens /dev/sysmouse multiple times, Xorg server gets confused badly,
e.g., losing input events, waiting for already processed events, etc.
- Really fix laptop brightness control. The previous commit didn't
fix IBM and Sony laptops. Pointyhat to me, again.
Reviewed by: marcus
Perl. It has a keep_alive setting which by default allows unlimited
requests to the same server. Some servers will disconnect you after
a limited number of requests (in Apache 2 this is achieved with the
MaxKeepAliveRequests directive). This module allows you to limit
the maximum number of keep alive requests to a server.
WWW: http://search.cpan.org/dist/LWP-UserAgent-Determined/
- While here:
fix DISTNAME/DISTFILES and ordering
pet portlint
rename rc.d scripts from foo.sh -> foo.in (.sh is legacy)
PR: ports/131292, ports/131293, ports/131300, ports/131301
Submitted by: Demin Alexander <support@spectrum.ru> (maintainer)
Python.The aspects.py library provides means to intercept function calls.
Functions and methods (also in Python standard library and third party code)
can be wrapped so that when they are called, the wrap is invoked first.
WWW: http://www.cs.tut.fi/~ask/aspects/index.shtml
PR: ports/131319
Submitted by: Sofian Brabez <sbrabez at gmail.com>