about summary refs log tree commit diff
path: root/pkgs/development/libraries/libvorbis
AgeCommit message (Collapse)AuthorFilesLines
2018-06-17libvorbis: upstream patch for CVE-2018-10392Vladimír Čunát1-0/+5
/cc #41748.
2018-03-17libvorbis: 1.3.5 -> 1.3.6Andreas Rammhold1-12/+2
This update includes the removed patches (CVE-2017-14632, CVE-2017-14633) and additionally fixes CVE-2018-5146 [1]. The changelog: libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)" * Fix CVE-2018-5146 - out-of-bounds write on codebook decoding. * Fix CVE-2017-14632 - free() on unitialized data * Fix CVE-2017-14633 - out-of-bounds read * Fix bitrate metadata parsing. * Fix out-of-bounds read in codebook parsing. * Fix residue vector size in Vorbis I spec. * Appveyor support * Travis CI support * Add secondary CMake build system. * Build system fixes [1] http://seclists.org/oss-sec/2018/q1/243
2018-01-11libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633adisbladis1-1/+18
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2015-12-11Merge branch 'master' into closure-sizeLuca Bruno1-1/+1
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway1-1/+1
Communication happens on Github so names should be consistent.
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát1-1/+1
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-07-27More docs/manpages in separate outputsEelco Dolstra1-0/+2
2015-05-07Revert "Revert "libvorbis: propagate libogg dependency""William A. Kennington III1-1/+1
This reverts commit 5728c06f8320e134795374f35289ee6590ba2f85.
2015-05-07Revert "libvorbis: Fix ogg dependency"William A. Kennington III1-6/+0
This reverts commit ca5c9e6cf2ea5a7367154c52b41072722924ef2b.
2015-05-03libvorbis: Fix ogg dependencyWilliam A. Kennington III1-0/+6
2015-05-03Revert "libvorbis: propagate libogg dependency"William A. Kennington III1-1/+1
This reverts commit bd55792892dc6cc5db172e41f2b36998b3397143.
2015-05-02libvorbis: propagate libogg dependencyThomas Tuegel1-1/+1
2015-05-01libvorbis: Get rid of propagatedBuildInputsWilliam A. Kennington III1-3/+2
2015-04-18Merge 'staging' into closure-sizeVladimír Čunát1-6/+3
- there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
2015-03-25libvorbis: 1.3.4 -> 1.3.5William A. Kennington III1-2/+2
2014-09-24Style fixEelco Dolstra1-5/+2
2014-08-30mutiout: make it builtinVladimír Čunát1-1/+1
2014-08-27WIP: getting goodVladimír Čunát1-3/+3
2014-08-23Merge 'staging' into multiple-outputsVladimír Čunát1-6/+15
Conflicts: pkgs/applications/audio/flac/default.nix pkgs/build-support/gcc-wrapper/builder.sh pkgs/development/libraries/apr-util/default.nix pkgs/development/libraries/apr/default.nix pkgs/development/libraries/atk/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/builder.sh pkgs/development/libraries/glibc/2.17/locales.nix pkgs/development/libraries/libjpeg/default.nix pkgs/development/libraries/libogg/default.nix pkgs/development/libraries/libsamplerate/default.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/libvorbis/default.nix pkgs/development/libraries/mesa/default.nix pkgs/development/libraries/pango/default.nix pkgs/development/web/nodejs/default.nix pkgs/os-specific/linux/pam/default.nix pkgs/os-specific/linux/systemd/default.nix pkgs/stdenv/generic/setup.sh pkgs/stdenv/linux/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-small.nix
2014-06-22libvorbis: use pkgconfig instead of guessing paths. Closes #3014Luca Bruno1-1/+3
2014-06-12libogg, libvorbis: update to 1.3.2, 1.3.4Emery Hemingway1-6/+13
2013-06-09Merge remote-tracking branch 'origin/master' into multiple-outputsEelco Dolstra1-1/+1
Conflicts: pkgs/development/libraries/acl/default.nix pkgs/development/libraries/atk/2.6.x.nix pkgs/development/libraries/attr/default.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/glib/2.34.x.nix pkgs/development/libraries/gtk+/2.24.x.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/openssl/default.nix pkgs/development/libraries/pango/1.30.x.nix pkgs/misc/cups/default.nix pkgs/os-specific/linux/util-linux/default.nix pkgs/servers/x11/xorg/builder.sh pkgs/servers/x11/xorg/default.nix pkgs/top-level/all-packages.nix
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-08-24Turn multipleOutputs into a stdenv adaptationEelco Dolstra1-2/+2
This way we can merge it into stdenv.mkDerivation later without having to modify any package expressions (except the overrides in all-packages.nix).
2012-08-23Abstract common multiple output handling into a functionEelco Dolstra1-16/+2
2012-08-23Split a few libraries into multiple outputsEelco Dolstra1-1/+17
2012-02-08Updating libvorbis and libogg, and enabling by default libvorbis and libxvid ↵Lluís Batlle i Rossell1-4/+5
on ffmpeg. I think there are little drawbacks on that, whlie there are benefits. svn path=/nixpkgs/trunk/; revision=32145
2011-04-23Updating some xiph.org libraries, and making some cross-compile.Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=26943
2010-08-01* Updated libogg and libvorbis.Eelco Dolstra1-5/+10
svn path=/nixpkgs/trunk/; revision=22838
2010-01-17update to 1.2.3Armijn Hemel1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=19511
2009-01-20libvorbis: Propagate `libogg'.Ludovic Courtès1-1/+2
svn path=/nixpkgs/trunk/; revision=13813
2007-12-31update to 1.2.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=10011
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-07-061.1.0 -> 1.1.2Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5639
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-02-16* Added Ogg Theora support to MPlayer.Eelco Dolstra1-3/+2
svn path=/nixpkgs/trunk/; revision=2245
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2005-01-19added libvorbis libogg and flacRob Vermaas1-0/+11
svn path=/nixpkgs/trunk/; revision=2063