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

Re: working for wheezy-security until wheezy-lts starts



I thought I had sent the following information to
debian-lts@lists.debian.org and team@security.debian.org; but looking at
my archives I hadn't :-(


I have a version of libav available for testing:
https://people.debian.org/~bam/wheezy/libav/


I intended to rebuild all packages that depend on libav, however during
the process suddenly noticed that the --extra-packages argument to
sbuild (used by ratt) doesn't appear to be working for me, so I actually
was testing against the libav already in wheezy :-(

I submitted bug report #820882 on this.


In a previous email, Brian May <bam@debian.org> writes:

> Brian May <bam@debian.org> writes:
>
>> Will see if I can get it to build with what is available in wheezy.
>
> With the following patch builds on wheezy.
>
> Note that opus still seems to be supported despite not using libopus-dev
> (the version appears to be too old).
>
> Seems to build with the old version of libfreetype6 and gnutls in
> wheezy.
>
> Actually I just noticed it looks like libfreetype6 support was silently
> disabled in the build - it doesn't appear in list of external libraries
> like it does when it was built on sid - would guess this is because it
> is too old; does this matter? Or should I be backporting the latest
> libfreetype6 first?
>
>
>
> diff -Nru libav-11.6/debian/changelog libav-11.6/debian/changelog
> --- libav-11.6/debian/changelog	2016-03-03 09:13:44.000000000 +1100
> +++ libav-11.6/debian/changelog	2016-03-13 14:53:06.000000000 +1100
> @@ -1,3 +1,10 @@
> +libav (6:11.6-1~deb7u1) wheezy-security; urgency=high
> +
> +  * Security upload for wheezy.
> +  * Backport version from Jessie.
> +
> + -- Brian May <bam@debian.org>  Sun, 13 Mar 2016 14:30:55 +1100
> +
>  libav (6:11.6-1~deb8u1) jessie-security; urgency=medium
>  
>    * New upstream release fixing multiple security issues.
> diff -Nru libav-11.6/debian/control libav-11.6/debian/control
> --- libav-11.6/debian/control	2016-03-02 09:09:18.000000000 +1100
> +++ libav-11.6/debian/control	2016-03-13 14:51:46.000000000 +1100
> @@ -24,8 +24,8 @@
>   libcdio-dev,
>   libcdio-paranoia-dev,
>   libdc1394-22-dev [linux-any],
> - libfreetype6-dev (>= 2.5.1),
> - libgnutls28-dev,
> + libfreetype6-dev,
> + libgnutls-dev,
>   libgsm1-dev,
>   libjack-dev,
>   libmp3lame-dev,
> @@ -33,7 +33,6 @@
>   libopencore-amrwb-dev,
>   libopencv-dev,
>   libopenjpeg-dev,
> - libopus-dev (>= 1.0.1),
>   libpulse-dev,
>   libraw1394-dev [linux-any],
>   librtmp-dev (>= 2.2e-4),
> @@ -57,6 +56,8 @@
>   texi2html,
>   yasm [any-amd64 any-i386],
>   zlib1g-dev
> +Build-Conflicts:
> + libopus-dev
>  
>  Package: libav-tools
>  Section: video
>
> -- 
> Brian May <bam@debian.org>
-- 
Brian May <bam@debian.org>


Reply to: