aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch')
-rw-r--r--gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch b/gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch
deleted file mode 100644
index 0a6bee378b..0000000000
--- a/gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Copied from https://hg.mozilla.org/releases/mozilla-esr38/raw-rev/e7c23c08bf84
-
-# HG changeset patch
-# User Randell Jesup <rjesup@jesup.org>
-# Date 1458543433 14400
-# Node ID e7c23c08bf84a02d9154f31e0c5d121a45884a69
-# Parent a6de1f453712edabff597879398606708c191098
-Bug 1254876: assert windows recording is shut down r=pkerr a=ritu
-
-MozReview-Commit-ID: JRqxBb5TgrE
-
-diff --git a/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_core_win.cc b/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_core_win.cc
---- a/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_core_win.cc
-+++ b/media/webrtc/trunk/webrtc/modules/audio_device/win/audio_device_core_win.cc
-@@ -567,16 +567,19 @@ AudioDeviceWindowsCore::AudioDeviceWindo
- // ----------------------------------------------------------------------------
-
- AudioDeviceWindowsCore::~AudioDeviceWindowsCore()
- {
- WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, _id, "%s destroyed", __FUNCTION__);
-
- Terminate();
-
-+ // Recording thread should be shut down before this!
-+ assert(_hRecThread == NULL);
-+
- // The IMMDeviceEnumerator is created during construction. Must release
- // it here and not in Terminate() since we don't recreate it in Init().
- SAFE_RELEASE(_ptrEnumerator);
-
- _ptrAudioBuffer = NULL;
-
- if (NULL != _hRenderSamplesReadyEvent)
- {
-
gnu: perl-yaml-libyaml: Update to 0.82....* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.82. Efraim Flashner 2021-01-28gnu: Add perl-text-soundex....* gnu/packages/perl.scm (perl-text-soundex): New variable. Ricardo Wurmus 2021-01-14gnu: Add perl-sgmls....* gnu/packages/perl.scm (perl-sgmls): New variable. Maxim Cournoyer 2021-01-01gnu: Add perl-eval-withlexicals....* gnu/packages/perl.scm (perl-eval-withlexicals): New variable. Maxim Cournoyer 2020-12-19gnu: perl-pod-simple: Update to 3.42....* gnu/packages/perl.scm (perl-pod-simple): Update to 3.42. Marius Bakke 2020-12-19gnu: perl-json-maybexs: Update to 1.004003....* gnu/packages/perl.scm (perl-json-maybexs): Update to 1.004003. [native-inputs]: Remove PERL-TEST-WITHOUT-MODULE. Add PERL-TEST-NEEDS. Marius Bakke 2020-12-19gnu: perl-cpanel-json-xs: Update to 4.25....* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.25. Marius Bakke 2020-12-19gnu: perl-common-sense: Update to 3.75....* gnu/packages/perl.scm (perl-common-sense): Update to 3.75. Marius Bakke 2020-11-11gnu: perl-list-moreutils-xs: Update to 0.430....* gnu/packages/perl.scm (perl-list-moreutils-xs): Update to 0.430. Tobias Geerinckx-Rice 2020-11-11gnu: perl-list-moreutils: Update to 0.430....* gnu/packages/perl.scm (perl-list-moreutils): Update to 0.430. Tobias Geerinckx-Rice 2020-11-11gnu: perl-libintl-perl: Update to 1.32....* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.32. Tobias Geerinckx-Rice 2020-11-11gnu: perl-text-format: Update to 0.62....* gnu/packages/perl.scm (perl-text-format): Update to 0.62. Tobias Geerinckx-Rice 2020-11-11gnu: perl-moox-handlesvia: Update to 0.001009....* gnu/packages/perl.scm (perl-moox-handlesvia): Update to 0.001009. Tobias Geerinckx-Rice 2020-11-11gnu: perl-moox-file-configdir: Update to 0.008....* gnu/packages/perl.scm (perl-moox-file-configdir): Update to 0.008. Tobias Geerinckx-Rice 2020-11-11gnu: perl-clone-pp: Update to 1.08....* gnu/packages/perl.scm (perl-clone-pp): Update to 1.08. Tobias Geerinckx-Rice 2020-11-11gnu: perl-class-c3: Update to 0.35....* gnu/packages/perl.scm (perl-class-c3): Update to 0.35. Tobias Geerinckx-Rice 2020-11-11gnu: perl-algorithm-c3: Update to 0.11....* gnu/packages/perl.scm (perl-algorithm-c3): Update to 0.11. Tobias Geerinckx-Rice 2020-10-16gnu: perl-role-tiny: Update to 2.001004....* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001004. Tobias Geerinckx-Rice 2020-10-14gnu: perl-crypt-rijndael: Update to 1.15....* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.15. Tobias Geerinckx-Rice 2020-10-10gnu: Add perl-opengl....* gnu/packages/perl.scm (perl-opengl): New variable. Co-authored-by: Malte Frank Gerdes <malte.f.gerdes@gmail.com> Andreas Enge 2020-10-06gnu: perl-digest-md5: Update to 2.58....* gnu/packages/perl.scm (perl-digest-md5): Update to 2.58. [arguments]: Remove field. Tobias Geerinckx-Rice 2020-10-02gnu: perl-async-interrupt: Update to 1.26....* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.26. Tobias Geerinckx-Rice 2020-09-23gnu: Fix typoes in package descriptions....* gnu/packages/audio.scm (caps-plugins-lv2)[synopsis]: Fix typo. * gnu/packages/bioconductor.scm (r-karyoploter, r-anota, r-gcrma) (r-bigmemoryextras)[description]: Likewise. * gnu/packages/cran.scm (r-geometry)[synopsis]: Likewise. (r-stringdist, r-patchwork, r-depth, r-tea)[description]: Likewise. * gnu/packages/crates-io.scm (rust-assert-fs-0.11, rust-notify-4) (rust-tokio-fs-0.1)[synopsis, description]: Likewise. (rust-blas-sys-0.7)[description]: Likewise. (rust-fs-extra-1.1, rust-xattr-0.2)[synopsis]: Likewise. * gnu/packages/databases.scm (perl-mysql-config)[description]: Likewise. * gnu/packages/disk.scm (hddtemp)[description]: Likewise. * gnu/packages/django.scm (python-djangorestframework)[description]: Likewise. * gnu/packages/documentation.scm (doc++)[description]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-kakoune, emacs-pyim-basedict, eless) (emacs-scpaste)[description]: Likewise. * gnu/packages/file-systems.scm (dbxfs)[description]: Likewise. * gnu/packages/finance.scm (python-stdnum)[description]: Likewise. * gnu/packages/fontutils.scm (woff2)[description]: Likewise. * gnu/packages/games.scm (openttd-opengfx)[description]: Likewise. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux) [description]: Likewise. * gnu/packages/gnome.scm (libgrss)[description]: Likewise. * gnu/packages/golang.scm (go-github-com-mitchellh-reflectwalk) [description]: Likewise. (go-github-com-go-git-go-billy)[synopsis, description]: Likewise. * gnu/packages/haskell-check.scm (ghc-inspection-testing)[description]: Likewise. * gnu/packages/haskell-web.scm (ghc-yesod-form)[description]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-hex)[description]: Likewise. * gnu/packages/hyperledger.scm (hyperledger-iroha-ed25519)[description]: Likewise. * gnu/packages/java.scm (java-mail)[synopsis]: Likewise. (java-native-access-platform)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities-stats)[description]: Likewise. * gnu/packages/kde-utils.scm (krusader)[description]: Likewise. * gnu/packages/language.scm (praat)[description]: Likewise. * gnu/packages/linux.scm (light)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.defclass-star)[description]: Likewise. * gnu/packages/mail.scm (dovecot-trees, sieve-connect)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-opam-file-format, ocaml-cppo) (ocaml4.07-ppx-variants-conv)[description]: Likewise. * gnu/packages/perl.scm (perl-convert-binhex)[description]: Likewise. * gnu/packages/python-crypto.scm (python-ecdsa)[description]: Likewise. * gnu/packages/python-web.scm (python-html5lib)[synopsis, description]: Likewise. (python-venusian)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-readlike, python-gssapi) (python-flufl-i18n)[description]: Likewise. (python-pox, python-watchdog, python-xattr)[synopsis, description]: Likewise. * gnu/packages/ruby.scm (ruby-sorcerer)[description]: Likewise. * gnu/packages/rust-apps.scm (watchexec)[description]: Likewise. * gnu/packages/rust.scm (mrustc)[synopsis]: Likewise. * gnu/packages/shells.scm (s-shell)[description]: Likewise. * gnu/packages/ssh.scm (sshpass)[description]: Likewise. * gnu/packages/terminals.scm (beep)[description]: Likewise. * gnu/packages/web.scm (perl-lwp-useragent-cached)[description]: Likewise. * gnu/packages/wv.scm (wv)[description]: Likewise. Tobias Geerinckx-Rice 2020-09-02gnu: perl-pdf-api2: Update to 2.038....* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038. Tobias Geerinckx-Rice 2020-09-02gnu: perl-hash-merge: Update to 0.302....* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302. Tobias Geerinckx-Rice 2020-09-02gnu: perl-hash-merge: Run more tests....* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone and perl-clone-pp. Tobias Geerinckx-Rice 2020-08-26gnu: perl-text-csv-xs: Update to 1.44....* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44. Tobias Geerinckx-Rice 2020-08-26gnu: perl-time-hires: Tweak synopsis....* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak. Tobias Geerinckx-Rice 2020-08-26gnu: perl-time-hires: Update to 1.9764....* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764. Tobias Geerinckx-Rice