[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.6-37-g31225b5



The following commit has been merged in the master branch:
commit 31225b552dd0118e608e4d53eaa45b7edc335a43
Author: Andres Mejia <amejia004@gmail.com>
Date:   Sun Apr 1 20:17:15 2012 +0200

    d/b/embedded-libs: Add various libav/ffmpeg libraries
    
    Add check for embedded libav/ffmpeg libraries. It seems that
    libav/ffmpeg gets at least 10 security fixes every point release. A
    point release seems to be made once every 2 months. Given this,
    embedding the libav/ffmpeg libs in an app should now be an error.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/data/binaries/embedded-libs b/data/binaries/embedded-libs
index 704f621..d81a9cf 100644
--- a/data/binaries/embedded-libs
+++ b/data/binaries/embedded-libs
@@ -43,6 +43,11 @@ ftgl      ||FTGlyphContainer
 gl2ps     ||\(C\) 1999-2009 C\. Geuzaine
 glee      ||Extension name exceeds 1023 characters\.
 glew      ||Missing GL version
+libavcodec  ||source=libav||insufficient thread locking around avcodec_open/close\(\)\n
+libavdevice ||source=libav||Soundcard does not support 16 bit sample format\n
+libavfilter ||source=libav||Buffer video frames, and make them accessible to the filterchain\.
+libavformat ||source=libav||Format detected only with low score of %d, misdetection possible!\n
+libavutil   ||source=libav||AVOption type %d of option %s not implemented yet\n
 libgd2    ||gd-(?:png|jpeg:) error:
 libjpeg   ||source-regex=libjpeg.* ||(?m)^Caution: quantization tables are too coarse for baseline JPEG
 libm      ||source=eglibc ||neg\*\*non-integral: DOMAIN error
@@ -52,6 +57,8 @@ libmikmod ||APUN \(APlayer\) and UNI \(MikMod\)
 libmysqlclient ||source-regex=mysql-\d.* ||MySQL client ran out of memory
 libpcap   ||(?:pcap_activate: The "any" device isn\'t supported|corrupted frame on kernel ring mac offset)
 libpng    ||(?m)^Potential overflow in png_zalloc
+libpostproc ||source=libav||using npp filters 0x%X/0x%X\n
+libswscale  ||source=libav||Exactly one scaler algorithm must be chosen\n
 
 # Trailing whitespace was present when the file was created (see commit: 77fd246)
 libtheora ||Xiph.Org libtheora\s
diff --git a/debian/changelog b/debian/changelog
index 3278b31..5414e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -67,6 +67,8 @@ lintian (2.5.7) UNRELEASED; urgency=low
 
   * data/binaries/embedded-libs:
     + [NT] New file.
+    + [NT] Add libav libraries.  Thanks to Andres Mejia for the
+      suggestion and the suggested patch.  (Closes: #666765)
 
   * frontend/lintian:
     + [JW] Fix typo in error message.

-- 
Debian package checker


Reply to: