./devel/byacc, Berkeley Yacc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q2, Version: 20050813nb1, Package name: byacc-20050813nb1, Maintainer: pkgsrc-users

Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc
has been made as compatible as possible with AT&T Yacc. Berkeley
Yacc can accept any input specification that conforms to the AT&T
Yacc documentation.

Some programs depend on a byacc (instead of bison).


Master sites:

SHA1: 3258494f3422eb3150944c1823af1c9c2c386062
RMD160: 3ee159857a79025a83e2b0807577925fe460f816
Filesize: 135.434 KB

Version history: (Expand)


CVS history: (Expand)


   2008-07-25 11:29:05 by Tyler R. Retzlaff | Files touched by this commit (3)
Log message:
pullup ticket #2460 requested by tonnerre
byacc: patch to fix DoS vulnerability

revisions pulled up:
pkgsrc/devel/byacc/Makefile		1.9
pkgsrc/devel/byacc/distinfo		1.4
pkgsrc/devel/byacc/patches/patch-aa	1.3

   Module Name:	pkgsrc
   Committed By:	tonnerre
   Date:		Thu Jul 24 17:13:00 UTC 2008

   Modified Files:
   	pkgsrc/devel/byacc: Makefile distinfo
   Added Files:
   	pkgsrc/devel/byacc/patches: patch-aa

   Log message:
   Fix denial of sevice vulnerability in Berkeley yacc (CVE-2008-3196).