Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack_tuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Inghirami, Gabriele
spack_tuda
Commits
af62d914
Commit
af62d914
authored
7 months ago
by
kwryankrattiger
Committed by
Harmen Stoppels
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
gdk-pixbuf: Point at gitlab instead of broken mirror (#47825)
parent
f32a7449
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/repos/builtin/packages/gdk-pixbuf/package.py
+10
-7
10 additions, 7 deletions
var/spack/repos/builtin/packages/gdk-pixbuf/package.py
with
10 additions
and
7 deletions
var/spack/repos/builtin/packages/gdk-pixbuf/package.py
+
10
−
7
View file @
af62d914
...
@@ -12,33 +12,36 @@ class GdkPixbuf(MesonPackage):
...
@@ -12,33 +12,36 @@ class GdkPixbuf(MesonPackage):
GTK+ 2 but it was split off into a separate package in preparation for the change to GTK+ 3.
"""
GTK+ 2 but it was split off into a separate package in preparation for the change to GTK+ 3.
"""
homepage
=
"
https://gitlab.gnome.org/GNOME/gdk-pixbuf
"
homepage
=
"
https://gitlab.gnome.org/GNOME/gdk-pixbuf
"
url
=
"
https://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/2.40/gdk-pixbuf-2.40.0.tar.xz
"
git
=
"
https://gitlab.gnome.org/GNOME/gdk-pixbuf
"
git
=
"
https://gitlab.gnome.org/GNOME/gdk-pixbuf
"
list_url
=
"
https://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/
"
url
=
"
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/2.40.0/gdk-pixbuf-2.40.0.tar.gz
"
# Falling back to the gitlab source since the mirror here seems to be broken
# url = "https://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/2.40/gdk-pixbuf-2.40.0.tar.xz"
# list_url = "https://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/"
list_depth
=
1
list_depth
=
1
license
(
"
LGPL-2.1-or-later
"
,
checked_by
=
"
wdconinc
"
)
license
(
"
LGPL-2.1-or-later
"
,
checked_by
=
"
wdconinc
"
)
version
(
"
2.42.12
"
,
sha256
=
"
b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7
"
)
version
(
"
2.42.12
"
,
sha256
=
"
d41966831b3d291fcdfe31f683bea4b3f03241d591ddbe550b5db873af3da364
"
)
# https://nvd.nist.gov/vuln/detail/CVE-2022-48622
# https://nvd.nist.gov/vuln/detail/CVE-2022-48622
version
(
version
(
"
2.42.10
"
,
"
2.42.10
"
,
sha256
=
"
ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
"
,
sha256
=
"
87a086c51d9705698b22bd598a795efaccf61e4db3a96f439dcb3cd90506dab8
"
,
deprecated
=
True
,
deprecated
=
True
,
)
)
version
(
version
(
"
2.42.9
"
,
"
2.42.9
"
,
sha256
=
"
2
8f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962
"
,
sha256
=
"
2
26d950375907857b23c5946ae6d30128f08cd75f65f14b14334c7a9fb686e36
"
,
deprecated
=
True
,
deprecated
=
True
,
)
)
version
(
version
(
"
2.42.6
"
,
"
2.42.6
"
,
sha256
=
"
c4
a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
"
,
sha256
=
"
c4
f3a84a04bc7c5f4fbd97dce7976ab648c60628f72ad4c7b79edce2bbdb494d
"
,
deprecated
=
True
,
deprecated
=
True
,
)
)
version
(
version
(
"
2.42.2
"
,
"
2.42.2
"
,
sha256
=
"
83c66a1cfd591d7680c144d2922c5955d38b4db336d7cd3ee109f7bcf9afef15
"
,
sha256
=
"
249b977279f761979104d7befbb5ee23f1661e29d19a36da5875f3a97952d13f
"
,
deprecated
=
True
,
deprecated
=
True
,
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment