Roland Illig | 1 Dec 2007 01:37
Picon

CVS commit: pkgsrc/sysutils/ccze


Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Dec  1 00:37:56 UTC 2007

Modified Files:
	pkgsrc/sysutils/ccze: Makefile

Log Message:
gcc4 doesn't know -Wmulticharacter.

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/ccze/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Roland Illig | 1 Dec 2007 04:56
Picon

CVS commit: pkgsrc/fonts/acroread-font-share


Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Dec  1 03:56:44 UTC 2007

Modified Files:
	pkgsrc/fonts/acroread-font-share: Makefile PLIST

Log Message:
It's a bad idea to install a directory with permissions 644.
PKGREVISION++

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/fonts/acroread-font-share/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/fonts/acroread-font-share/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Roland Illig | 1 Dec 2007 04:57
Picon

CVS commit: pkgsrc/fonts


Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Dec  1 03:57:28 UTC 2007

Modified Files:
	pkgsrc/fonts/acroread-chsfont: Makefile
	pkgsrc/fonts/acroread-chtfont: Makefile
	pkgsrc/fonts/acroread-jpnfont: Makefile
	pkgsrc/fonts/acroread-korfont: Makefile

Log Message:
Adjusted the dependency to the current PKGREVISION of acroread-font-share.

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/fonts/acroread-chsfont/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/fonts/acroread-chtfont/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/fonts/acroread-jpnfont/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/fonts/acroread-korfont/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Roland Illig | 1 Dec 2007 05:17
Picon

CVS commit: pkgsrc/security/crypto++


Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Dec  1 04:17:51 UTC 2007

Modified Files:
	pkgsrc/security/crypto++: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/security/crypto++/patches: patch-aa
Removed Files:
	pkgsrc/security/crypto++/patches: patch-ab

Log Message:
Updated crypto++ to 5.5.2.

Changes since 5.2.1:
5.2.2 - added SHA-224
      - put SHA-256, SHA-384, SHA-512, RSASSA-PSS into DLL

5.2.3 - fixed issues with FIPS algorithm test vectors
      - put RSASSA-ISO into DLL

5.3 - ported to MSVC 2005 with support for x86-64
    - added defense against AES timing attacks, and more AES test vectors
    - changed StaticAlgorithmName() of Rijndael to "AES", CTR to "CTR"

5.4 - added Salsa20
    - updated Whirlpool to version 3.0
    - ported to GCC 4.1, Sun C++ 5.8, and Borland C++Builder 2006

5.5 - added VMAC and Sosemanuk (with x86-64 and SSE2 assembly)
(Continue reading)

Roland Illig | 1 Dec 2007 05:18
Picon

CVS commit: pkgsrc/doc


Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Dec  1 04:18:19 UTC 2007

Modified Files:
	pkgsrc/doc: CHANGES-2007

Log Message:
Updated security/crypto++ to 5.2.1nb1

To generate a diff of this commit:
cvs rdiff -r1.2546 -r1.2547 pkgsrc/doc/CHANGES-2007

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Takahiro Kambe | 1 Dec 2007 07:37
Picon

CVS commit: pkgsrc/doc


Module Name:	pkgsrc
Committed By:	taca
Date:		Sat Dec  1 06:37:12 UTC 2007

Modified Files:
	pkgsrc/doc: TODO

Log Message:
+firefox-2.0.0.11, snort-2.8.0.1.

To generate a diff of this commit:
cvs rdiff -r1.6866 -r1.6867 pkgsrc/doc/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Bernd Ernesti | 1 Dec 2007 08:18
Picon

Re: CVS commit: pkgsrc/net/coda

On Fri, Nov 30, 2007 at 11:55:40PM +0000, Roland Illig wrote:
> 
> Module Name:	pkgsrc
> Committed By:	rillig
> Date:		Fri Nov 30 23:55:40 UTC 2007
> 
> Modified Files:
> 	pkgsrc/net/coda: distinfo
> Added Files:
> 	pkgsrc/net/coda/patches: patch-ac
> 
> Log Message:
> Added a patch for NetBSD >= 4.99.

Hmm, really .0 or didn't you mean .24?
If thats because of 1.55 of coda_vfsops.c.

However __NetBSD_Prereq__ works, is that at least the minium version
or the one afterwards?

Bernd

Roland Illig | 1 Dec 2007 10:11
Picon

Re: CVS commit: pkgsrc/net/coda

Bernd Ernesti wrote:
> On Fri, Nov 30, 2007 at 11:55:40PM +0000, Roland Illig wrote:
>> Module Name:	pkgsrc
>> Committed By:	rillig
>> Date:		Fri Nov 30 23:55:40 UTC 2007
>>
>> Modified Files:
>> 	pkgsrc/net/coda: distinfo
>> Added Files:
>> 	pkgsrc/net/coda/patches: patch-ac
>>
>> Log Message:
>> Added a patch for NetBSD >= 4.99.
> 
> Hmm, really .0 or didn't you mean .24?
> If thats because of 1.55 of coda_vfsops.c.

I don't know at which version the change was introduced, and I just 
wanted it to work with my system, which is at 4.99.30. Feel free to 
change it to whatever is more appropriate.

> However __NetBSD_Prereq__ works, is that at least the minium version
> or the one afterwards?

 From looking at the code, I'd say that __NetBSD_Prereq__ specifies the 
minimum version. I remember some recent discussion about this macro. Did 
you mean that?

Roland

(Continue reading)

Bernd Ernesti | 1 Dec 2007 10:24
Picon

Re: CVS commit: pkgsrc/net/coda

On Sat, Dec 01, 2007 at 10:11:53AM +0100, Roland Illig wrote:
> Bernd Ernesti wrote:
> >On Fri, Nov 30, 2007 at 11:55:40PM +0000, Roland Illig wrote:
> >>Module Name:	pkgsrc
> >>Committed By:	rillig
> >>Date:		Fri Nov 30 23:55:40 UTC 2007
> >>
> >>Modified Files:
> >>	pkgsrc/net/coda: distinfo
> >>Added Files:
> >>	pkgsrc/net/coda/patches: patch-ac
> >>
> >>Log Message:
> >>Added a patch for NetBSD >= 4.99.
> >
> >Hmm, really .0 or didn't you mean .24?
> >If thats because of 1.55 of coda_vfsops.c.
> 
> I don't know at which version the change was introduced, and I just 
> wanted it to work with my system, which is at 4.99.30. Feel free to 
> change it to whatever is more appropriate.

I have no idea about this code, but using 4.99.0 seems to be plain wrong.

> >However __NetBSD_Prereq__ works, is that at least the minium version
> >or the one afterwards?
> 
> From looking at the code, I'd say that __NetBSD_Prereq__ specifies the 
> minimum version. I remember some recent discussion about this macro. Did 
> you mean that?
(Continue reading)

Roland Illig | 1 Dec 2007 11:56
Picon

CVS commit: pkgsrc/mk/fetch


Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Dec  1 10:56:32 UTC 2007

Modified Files:
	pkgsrc/mk/fetch: fetch.mk

Log Message:
If a package defines FETCH_MESSAGE, show that instead of the generic
instructions.

To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/mk/fetch/fetch.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane