Changeset a6c8ae352629fb178d6af03c67f64501d7027df2
- Timestamp:
- 05/17/08 00:56:00
(4 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1210978560 +0400
- git-parent:
[dc040150d52d6abe1074ec443753bb435a6ec089]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1210978560 +0400
- Message:
Contrib: fix libvorbis CVEs: 2008-1419, 2008-1420, 2008-1423.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdc04015 |
ra6c8ae3 |
|
| 700 | 700 | $(EXTRACT_GZ) |
|---|
| 701 | 701 | patch -p0 < Patches/libvorbis.patch |
|---|
| | 702 | patch -d libvorbis -p0 < Patches/libvorbis-r14598-CVE-2008-1420.patch |
|---|
| | 703 | patch -d libvorbis -p0 < Patches/libvorbis-r14602-CVE-2008-1419.patch |
|---|
| | 704 | patch -d libvorbis -p0 < Patches/libvorbis-r14602-CVE-2008-1423.patch |
|---|
| 702 | 705 | (cd $@; autoconf) |
|---|
| 703 | 706 | |
|---|