File: 0014-use-disintegration-imaging.patch

package info (click to toggle)
kitty 0.42.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 28,564 kB
  • sloc: ansic: 82,787; python: 55,191; objc: 5,122; sh: 1,295; xml: 364; makefile: 143; javascript: 78
file content (27 lines) | stat: -rw-r--r-- 655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Maytham Alsudany <maytham@debian.org>
Forwarded: not-needed
Description: Use disintegration/imaging
 The security vulnerability in Debian's package has been fixed.

--- a/kittens/icat/native.go
+++ b/kittens/icat/native.go
@@ -13,7 +13,7 @@
 	"image/gif"
 
 	"github.com/edwvee/exiffix"
-	"github.com/kovidgoyal/imaging"
+	"github.com/disintegration/imaging"
 )
 
 var _ = fmt.Print
--- a/tools/utils/images/loading.go
+++ b/tools/utils/images/loading.go
@@ -23,7 +23,7 @@
 	"github.com/kovidgoyal/kitty/tools/utils/shm"
 
 	"github.com/edwvee/exiffix"
-	"github.com/kovidgoyal/imaging"
+	"github.com/disintegration/imaging"
 )
 
 var _ = fmt.Print