Re: PHP Vulnerabilities and Suhosin

2006-10-05 Thread Andrew Pantyukhin
On 10/6/06, Alex Dupre [EMAIL PROTECTED] wrote: Andrew Pantyukhin ha scritto: I've noticed we have WITH_SUHOSIN option. It may alleviate some security issues. In particular, suhosin 0.9.6 fixes this latest issue. Can we somehow make this option influence PKGNAME (suffix, prefix, version

Re: Restarting services

2006-09-25 Thread Andrew Pantyukhin
On 9/25/06, Vasil Dimov [EMAIL PROTECTED] wrote: On Mon, Sep 25, 2006 at 11:47:46AM +0200, Erwin Van de Velde wrote: On Monday 25 September 2006 11:26, Vasil Dimov wrote: IMHO in this case the administrator should be changed, not the way ports operate. Building idiot-proof system is

Re: Proper way to detect build-time configuration if all files are under the same name?

2006-09-23 Thread Andrew Pantyukhin
On 9/23/06, LI Xin [EMAIL PROTECTED] wrote: Hi, In ports/102613, the submitter has pointed out a problem that the build infrastructure can not detect the present OpenLDAP configuration at build time, and thus causing dependency problem when being rebuilt. This occurs on some other ports as

Re: My PR`s:

2006-09-21 Thread Andrew Pantyukhin
On 9/20/06, Alex Samorukov [EMAIL PROTECTED] wrote: Is it possible to speedup PR processing? This PR`s are version updates, so they are important for users and also after some time of such inactivity they will be not actual at all because new version will be out. It really is speeding up,

Re: ports/103178: [repocopy] net/samba3 - net/samba

2006-09-14 Thread Andrew Pantyukhin
On 9/14/06, [LoN]Kamikaze [EMAIL PROTECTED] wrote: It strikes me that if ports were named net/samba3 and net/samba4 people would simply assume that net/samba4 is their way to go. Maybe a meta port net/samba that always points to the latest stable release would solve that. We've got mysql,

erlang is broken on amd64

2006-09-12 Thread Andrew Pantyukhin
On 9/9/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 9/7/06, Jimmy Olgeni [EMAIL PROTECTED] wrote: olgeni 2006-09-07 11:59:57 UTC FreeBSD ports repository Removed files: lang/erlang/filespatch-erts_configure Log: Upgrade to version R11B-1. The checking

Re: cvs commit: ports/lang/erlang Makefile Makefile.lib distinfo ports/lang/erlang/files patch-erts_configure patch-erts_emulator_utils_beam__makeops patch-lib_dialyzer_src_Makefile patch-lib_dialyzer

2006-09-08 Thread Andrew Pantyukhin
On 9/7/06, Jimmy Olgeni [EMAIL PROTECTED] wrote: olgeni 2006-09-07 11:59:57 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Makefile.lib distinfo Removed files: lang/erlang/filespatch-erts_configure

Re: World-writable files installed by ports

2006-09-04 Thread Andrew Pantyukhin
On 9/4/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 08:48:26PM +0400, Andrew Pantyukhin wrote: On 9/1/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 9/1/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Thu, Aug 31, 2006 at 10:19:24AM -0400, Kris Kennaway wrote

Re: World-writable files installed by ports

2006-09-04 Thread Andrew Pantyukhin
On 9/4/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 09:35:03PM +0400, Andrew Pantyukhin wrote: On 9/4/06, Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 08:48:26PM +0400, Andrew Pantyukhin wrote: On 9/1/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote

World-writable files installed by ports

2006-08-31 Thread Andrew Pantyukhin
Under no circumstances should a port install world-writable files or directories. In most cases this opens the system to all kinds of attacks. A simple grep brings the following list of makefiles to attention. I imagine that samba ports are somehow justified, as for the other ones, I hope secteam

Re: Question on respecting PREFIX, LOCALBASE, SITE_PERL, etc...

2006-08-26 Thread Andrew Pantyukhin
On 8/24/06, Stanislav Sedov [EMAIL PROTECTED] wrote: On Thu, 24 Aug 2006 10:19:40 -0700 othermark [EMAIL PROTECTED] mentioned: I have a port that I'm working on that, in addition to the binaries it generates, it generates the following: - C api, includes, libraries - perl api - tcl api -

Re: BSD.local.dist - share/locale

2006-08-24 Thread Andrew Pantyukhin
On 8/24/06, Stanislav Sedov [EMAIL PROTECTED] wrote: On Thu, 24 Aug 2006 18:50:52 +0400 Andrew Pantyukhin [EMAIL PROTECTED] mentioned: On 8/24/06, Jeremy Messenger [EMAIL PROTECTED] wrote: On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin [EMAIL PROTECTED] wrote: I can't help

Re: Enforcing DIST_SUBDIR/DISTFILE uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/20/06, Doug Barton [EMAIL PROTECTED] wrote: Andrew Pantyukhin wrote: On 8/16/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote: I'd like to propose a policy to enforce a change in DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. when checksum changes, but name stays unchanged

Re: Enforcing DIST_SUBDIR/DISTFILE uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/20/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 8/20/06, Doug Barton [EMAIL PROTECTED] wrote: OTOH, your solution would break the logic that portmaster (and I believe portupgrade also) uses to detect and delete stale distfiles. AFAICT portmaster's logic still misses the case when

Re: Enforcing DIST_SUBDIR/DISTFILE uniqueness

2006-08-20 Thread Andrew Pantyukhin
On 8/19/06, Roman Bogorodskiy [EMAIL PROTECTED] wrote: Andrew Pantyukhin wrote: I'd like to propose a policy to enforce a change in DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. when checksum changes, but name stays unchanged. Moreover, effort should be made whenever

Re: ports tree tagging again

2006-08-18 Thread Andrew Pantyukhin
When/if we get a new VCS, where branching is not as painful as it is now, I expect it to be used extensively by developers. Projects can be then brought back into our main repo from marcuscom, p4 and other local repos. We often work on some things together and/or from multiple locations. It

Enforcing DIST_SUBDIR/DISTFILE uniqueness

2006-08-16 Thread Andrew Pantyukhin
I'd like to propose a policy to enforce a change in DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. when checksum changes, but name stays unchanged. Moreover, effort should be made whenever possible to make the old file available for download from an alternative location. This policy

Re: ATTENTION: is the way DESTDIR was introduced completely wrong?

2006-08-14 Thread Andrew Pantyukhin
So now that Dmitry sounded a sober thought, I'll give a one of my own. I would rather see PREFIX respect DESTDIR and go through all the pains of respecting PREFIX. This way we reach a double cause: * ensure PREFIX is respected (this will reveal thousands of erring ports, but it will be worth

Re: Requesting attention for audio/libdssialsacompat

2006-08-12 Thread Andrew Pantyukhin
On 8/12/06, Roman Lazio [EMAIL PROTECTED] wrote: Hello, I submitted audio/libdssialsacompat about a month ago and nobody seems to have looked at it yet. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/100498 I take reponsibility for maintainership, for now. It is quite an important port as

Re: ports/101803: [patch] archivers/lzma

2006-08-11 Thread Andrew Pantyukhin
IMHO trailing slashes are very good style: 1. It's easier to see that destination is a directory 2. In case the destination directory does not exist a trailing slash will save you from a nasty bug ___ freebsd-ports@freebsd.org mailing list

Re: Audacious 1.1.1 Build Error

2006-08-08 Thread Andrew Pantyukhin
On 8/7/06, Dan Reinholz [EMAIL PROTECTED] wrote: When trying to build the audacious port on FreeBSD 6.1: Please try to deinstall the old one before compiling and report results here. It worked for me. Thanks! ___ freebsd-ports@freebsd.org mailing

Re: RFC: bsd.sites.mk - introduce some magic

2006-07-28 Thread Andrew Pantyukhin
On 7/26/06, Andrew Pantyukhin [EMAIL PROTECTED] wrote: This patch introduces a very simple, but handy (imho) framework into bsd.sites.mk: http://people.freebsd.org/~sat/diffs/bsd.sites.macros.diff I added some more default subdirs: http://people.freebsd.org/~sat/diffs/bsd.sites.macros2.diff

RFC: bsd.sites.mk - introduce some magic

2006-07-26 Thread Andrew Pantyukhin
This patch introduces a very simple, but handy (imho) framework into bsd.sites.mk: http://people.freebsd.org/~sat/diffs/bsd.sites.macros.diff 1. (A tad) cleaner ports Makefiles: Write MASTER_SITES=FOOBAR instead of MASTER_SITES=${MASTER_SITE_FOOBAR} and get away with it 2. Abbreviations Write

Re: RFC: bsd.sites.mk - introduce some magic

2006-07-26 Thread Andrew Pantyukhin
On 7/26/06, Shaun Amott [EMAIL PROTECTED] wrote: On Wed, Jul 26, 2006 at 03:37:37PM +0100, Florent Thoumie wrote: On Wed, 2006-07-26 at 17:18 +0400, Andrew Pantyukhin wrote: 2. Abbreviations Write MASTER_SITES=SF and mean SOURCEFORGE I don't quite like having 3 different ways to use

<    1   2