CVS confusion

2014-10-10 Thread Steven Surdock
I'm trying to follow -stable ports, but CVSWEB appears inconsistent.

If I look at ports/lang/php/5.4 for OPENBSD_5_5 
(http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/?only_with_tag=OPENBSD_5_5)
 it shows the following:

Makefile   1.16.2.1   4 months   jasper   security   update to php-5.4.28 ok 
sthen@

If look at the Makefile 
(http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/Makefile?only_with_tag=OPENBSD_5_5)
 it shows a Revision of 1.16.2.3 and the last note says "security update to 
5.4.30; ok jasper@).

If I look at Rev. 1.16.2.1 (from the first page above), it shows version 5.4.28

If I grab a copy via CVS, I get 5.4.32.
$ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -P 
ports/lang/php/5.4

Which is the "correct" php 5.4 for OpenBSD 5.5-stable?

-Steve S.



Re: CVS confusion

2014-10-10 Thread Otto Moerbeek
On Sat, Oct 11, 2014 at 02:08:12AM +, Steven Surdock wrote:

> I'm trying to follow -stable ports, but CVSWEB appears inconsistent.
> 
> If I look at ports/lang/php/5.4 for OPENBSD_5_5 
> (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/?only_with_tag=OPENBSD_5_5)
>  it shows the following:
> 
> Makefile   1.16.2.1   4 months   jasper   security   update to php-5.4.28 ok 
> sthen@
> 
> If look at the Makefile 
> (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/Makefile?only_with_tag=OPENBSD_5_5)
>  it shows a Revision of 1.16.2.3 and the last note says "security update to 
> 5.4.30; ok jasper@).
> 
> If I look at Rev. 1.16.2.1 (from the first page above), it shows version 
> 5.4.28
> 
> If I grab a copy via CVS, I get 5.4.32.
> $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -P 
> ports/lang/php/5.4
> 
> Which is the "correct" php 5.4 for OpenBSD 5.5-stable?
> 
> -Steve S.

Looks like a bug in cvsweb. Makefile 1.16.2.3 is the newest revision in the
OPENBSD_5_5 branch. You can see that if you click Makefile in the page
displayed by your first url.

-Otto



Re: CVS confusion

2014-10-11 Thread Ted Unangst
On Sat, Oct 11, 2014 at 08:55, Otto Moerbeek wrote:
> On Sat, Oct 11, 2014 at 02:08:12AM +, Steven Surdock wrote:
> 
>> I'm trying to follow -stable ports, but CVSWEB appears inconsistent.
>>
>> If I look at ports/lang/php/5.4 for OPENBSD_5_5
> (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/?only_with_tag=OPENBSD_5_5)
> it shows the following:
>>
>> Makefile   1.16.2.1   4 months   jasper   security   update to
> php-5.4.28 ok sthen@
>>
>> If look at the Makefile
> (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/Makefile?only_with_tag=OPENBSD_5_5)
> it shows a Revision of 1.16.2.3 and the last note says "security update to
> 5.4.30; ok jasper@).
>>
>> If I look at Rev. 1.16.2.1 (from the first page above), it shows version
> 5.4.28
>>
>> If I grab a copy via CVS, I get 5.4.32.
>> $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -rOPENBSD_5_5 -P
> ports/lang/php/5.4
>>
>> Which is the "correct" php 5.4 for OpenBSD 5.5-stable?
>>
>> -Steve S.
> 
> Looks like a bug in cvsweb. Makefile 1.16.2.3 is the newest revision in the
> OPENBSD_5_5 branch. You can see that if you click Makefile in the page
> displayed by your first url.

There's also a typo in the last commit message, which adds to the fun.
It says 5.4.30 but should say 5.4.32.