On Sat, Oct 11, 2014 at 02:08:12AM +0000, 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 [email protected]:/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