Some time ago I send PR about PAM support in xlockmore. Now
I spend some time to work on xlockmore. I found that PAM
works fine by default (with --enable-pam), but only with
modules that does not requires root rights to authenticate.
But almost all PAM configurations ends with pam_unix call.
Here is the trouble. xlock drops root privileges after
startup. I use BAD_PAM again to wrap this setuid(). IMHO,
usage of BAD_PAM is right in this case. Also abort trap was
fixed. Here was error in PAM_conv function. I'll send
explanations of changes and situation to xlock-discuss
mailing list later. May be fixes will be committed into
next release of xlockmore.
Here is attached diff against xlockmore port. It makes some
changes in Makefile and drops two patches to files dir.
New knobs added to Makefile and some old changed. Here is the
description:
- OPTIONS added for interactive configuration of xlockmore
(make config).
- WITH_PAM - enable common PAM support in xlock, but does not define
BAD_PAM. So PAM modules that does not require root rights can be used
(pam_pwdfile e.g.).
- WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after
'configure'. So all PAM modules can be used, including pam_unix.
- WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines.
- WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some
cases.
PR: ports/90276
Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
This PR changes the installation directories of binaries
and info files of editors/emacs20 port to its dedicated
directories to remove conflict with other emacsen.
PR: ports/89961
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
quake3 creates botlib.log in the current directory. Such
action is annoying and should be prevented.
PR: ports/90263
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
The 1.0.6 release includes many small bug fixes and initial support
for PostgreSQL 8.2.
PR: ports/90169
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon
Update to 2005.03 release.
Switch MATERSITES to the official one sourceforge.
Change log:
- XML syntax highlighting
- spelling suggestions (excellent for converting from texts w/o Romanian
language specific letters)
- check word on dexonline.ro
- bookmarks
- 30,000 new words
- small fix for status window
PR: ports/90301
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon
Switch to wxGTK 2.6
Use OPTIONS
Fix edge case of linking against libid3tag if installed without registering a dependency (reported by Laurent Debacker).
Add SHA256
portlint(1)
PR: 90294
Submitted by: maintainer
2005112800
- This port liba52-devel will provide the very latest liba52 from
multimedia/ffmpeg-devel port distfiles with all the latest
optimizations. Unfortunaly, there has been some API changes which
prevent it from being an update to the standard audio/liba52 port.
Repo copied by: marcus
lsdvd-ls application instead of the port multimedia/lsdvd
2) Bump PORTREVISION due to [1]
3) Take over maintainership as per previous maintainer request: "I
don't use it anymore"
Approved by: Andreas Fehlner <fehlner@gmx.de> (previous maintainer)
arbitrary rules for Catalyst applications. It operates only on the
Catalyst private namespace, at least at the moment.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-ACL/
PR: ports/90275
Submitted by: Lars Balker Rasmussen <lars@balker.dk>