mirror of
https://github.com/clearlinux/common.git
synced 2026-06-20 04:56:45 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48fbe7cd3e | |||
| 39aed7cee7 | |||
| 23c281b1c8 | |||
| d402ae1449 | |||
| 72cc059f89 | |||
| 0d56579421 | |||
| 02d46e6db4 | |||
| 4adb7a1524 | |||
| be21e942aa | |||
| 4e9b844267 | |||
| facb8827f7 | |||
| 77c5172cf9 | |||
| ae4ea46b1c | |||
| 8e18acca7a | |||
| ed15af71c8 | |||
| 3c20fc2ad8 | |||
| d7f6ddcce1 | |||
| 22a927e26b | |||
| 4a29a2d5c1 | |||
| 81ef638151 | |||
| 50b8b07d34 |
+6
-11
@@ -49,13 +49,6 @@ spdxcheck: $(SPECFILE)
|
||||
if ! grep -qx "$$LICENSE" $(TOPLVL)/projects/common/licenses-{spdx,exceptions,extra}; then FAIL=yes; echo "ERROR: License '$$LICENSE' is not an allowed SPDX license ID"; fi; \
|
||||
done; test -z "$$FAIL"
|
||||
|
||||
#help cvecheck: Checks
|
||||
#help for common vulnerabilities and exposures in your package.
|
||||
cvecheck:
|
||||
# https://github.com/ikeydoherty/cve-check-tool
|
||||
# Installation: https://github.com/ikeydoherty/cve-check-tool/wiki
|
||||
cve-check-tool -M $(TOPLVL)/projects/common/mapping $(SPECFILE)
|
||||
|
||||
#help clean: Cleans up the src.rpm file. but not the rpm files or log files.
|
||||
clean:
|
||||
rm -f $(SRPMFILE)
|
||||
@@ -181,7 +174,9 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
|
||||
--mock-config $(MOCK_CONFIG_VAL) \
|
||||
--mock-opts "$(MOCK_OPTS)" \
|
||||
$${SETVERSION:+ --version $${SETVERSION}} \
|
||||
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
|
||||
$${NON_INTERACTIVE:+ --non_interactive} \
|
||||
$${SKIP_GIT:+ --skip-git} \
|
||||
$${CLEANUP:+ -C} \
|
||||
$(firstword $(NEWURL) $(URL));
|
||||
$(MAKE) link-new-rpms PKG_REPO_DIR="."
|
||||
@$(MAKE) spdxcheck
|
||||
@@ -206,12 +201,12 @@ for-review.txt:
|
||||
|
||||
#help autospecnogit: Runs autospec, but does not create a commit
|
||||
autospecnogit:
|
||||
$(MAKE) SKIP_GIT=--skip-git autospec
|
||||
$(MAKE) autospec SKIP_GIT=1
|
||||
|
||||
#help autospecnostate: Runs autospec, but cleans up mock chroots
|
||||
#help and disables interactive mode.
|
||||
autospecnostate:
|
||||
$(MAKE) CLEANUP=-C NON_INTERACTIVE=--non_interactive autospec
|
||||
$(MAKE) autospec CLEANUP=1 NON_INTERACTIVE=1
|
||||
|
||||
scanlicense:
|
||||
python3 $(TOPLVL)/projects/autospec/autospec/autospec.py -t . --config $(AUTOSPEC_CONF) --license-only $(firstword $(NEWURL) $(URL)) --name $(PKG_NAME)
|
||||
@@ -220,7 +215,7 @@ scanlicense:
|
||||
bump:
|
||||
git pull --rebase
|
||||
$(MAKE) bumpnogit
|
||||
git add *.spec release
|
||||
git add $(SPECFILE) release
|
||||
git commit -a -m "version bump from $(shell rpmspec -D '_vendor clr' --srpm -q --queryformat '%{VERSION}-%{RELEASE}\n' $(SPECFILE)) to `rpmspec -D '_vendor clr' --srpm -q --queryformat '%{VERSION}-%{RELEASE}\n' $(SPECFILE)`"
|
||||
|
||||
#help bumpnogit: Increments the release file by one and does not commit changes.
|
||||
|
||||
@@ -56,12 +56,6 @@ $(clone_PKGS): $(PACKAGES_FILE) packages/common/Makefile.common
|
||||
$(call subjectprefix,$$pkg); \
|
||||
)
|
||||
|
||||
#help cvecheck: Checks for common vulnerabilities and exposures in your code.
|
||||
cvecheck:
|
||||
# https://github.com/ikeydoherty/cve-check-tool
|
||||
# Installation: https://github.com/ikeydoherty/cve-check-tool/wiki
|
||||
cve-check-tool -n -M $(TOPLVL)/projects/common/mapping $(PACKAGES_FILE)
|
||||
|
||||
#help pull: Performs a git pull --rebase for each package repo, avoiding the creation
|
||||
#help of merge commits, while displaying any changes since your last pull. It is
|
||||
#help silent if there are no changes.
|
||||
|
||||
@@ -237,6 +237,7 @@ MTLL
|
||||
MakeIndex
|
||||
MirOS
|
||||
Motosoto
|
||||
MulanPSL-1.0
|
||||
Multics
|
||||
Mup
|
||||
NASA-1.3
|
||||
@@ -264,6 +265,7 @@ ODC-By-1.0
|
||||
ODbL-1.0
|
||||
OFL-1.0
|
||||
OFL-1.1
|
||||
OGL-Canada-2.0
|
||||
OGL-UK-1.0
|
||||
OGL-UK-2.0
|
||||
OGL-UK-3.0
|
||||
@@ -323,6 +325,8 @@ SMLNJ
|
||||
SMPPL
|
||||
SNIA
|
||||
SPL-1.0
|
||||
SSH-OpenSSH
|
||||
SSH-short
|
||||
SSPL-1.0
|
||||
SWL
|
||||
Saxpath
|
||||
@@ -343,6 +347,7 @@ TORQUE-1.1
|
||||
TOSL
|
||||
TU-Berlin-1.0
|
||||
TU-Berlin-2.0
|
||||
UCL-1.0
|
||||
UPL-1.0
|
||||
Unicode-DFS-2015
|
||||
Unicode-DFS-2016
|
||||
@@ -382,6 +387,7 @@ diffmark
|
||||
dvipdfm
|
||||
eCos-2.0
|
||||
eGenix
|
||||
etalab-2.0
|
||||
gSOAP-1.3b
|
||||
gnuplot
|
||||
iMatix
|
||||
|
||||
@@ -51,4 +51,5 @@ rack = rubygem-rack
|
||||
compute = nova
|
||||
international_components_for_unicode = icu4c
|
||||
node.js = nodejs
|
||||
jupyter-core = jupyter_core
|
||||
jupyter-core = jupyter_core
|
||||
flatten-json = flatten_json
|
||||
@@ -4,7 +4,7 @@ Babel
|
||||
Botan
|
||||
CGAL
|
||||
CUnit
|
||||
Cheetah
|
||||
Cheetah3
|
||||
CherryPy
|
||||
Coin
|
||||
ConfigArgParse
|
||||
@@ -46,8 +46,8 @@ MarkupSafe
|
||||
ModemManager
|
||||
MonkeyType
|
||||
MuseScore
|
||||
MySQL-python
|
||||
NetworkManager
|
||||
NetworkManager-l2tp
|
||||
NetworkManager-openconnect
|
||||
NetworkManager-openvpn
|
||||
NetworkManager-vpnc
|
||||
@@ -122,6 +122,7 @@ R-GPArotation
|
||||
R-GeneralizedHyperbolic
|
||||
R-GlobalOptions
|
||||
R-Guerry
|
||||
R-HistData
|
||||
R-Hmisc
|
||||
R-ICEbox
|
||||
R-ICS
|
||||
@@ -200,6 +201,7 @@ R-TSP
|
||||
R-TTR
|
||||
R-TeachingDemos
|
||||
R-Unicode
|
||||
R-UsingR
|
||||
R-VGAM
|
||||
R-VGAMdata
|
||||
R-VIM
|
||||
@@ -298,6 +300,7 @@ R-csvy
|
||||
R-cubature
|
||||
R-curl
|
||||
R-cvTools
|
||||
R-cyclocomp
|
||||
R-data.table
|
||||
R-date
|
||||
R-dbarts
|
||||
@@ -379,6 +382,7 @@ R-fail
|
||||
R-fansi
|
||||
R-fastICA
|
||||
R-fastcluster
|
||||
R-fastmap
|
||||
R-fastmatch
|
||||
R-fauxpas
|
||||
R-fda
|
||||
@@ -608,6 +612,7 @@ R-pbkrtest
|
||||
R-pbmcapply
|
||||
R-pcaPP
|
||||
R-pcse
|
||||
R-pder
|
||||
R-pdfCluster
|
||||
R-pdftools
|
||||
R-pdp
|
||||
@@ -704,6 +709,7 @@ R-reshape
|
||||
R-reshape2
|
||||
R-reticulate
|
||||
R-rex
|
||||
R-rgdal
|
||||
R-rgenoud
|
||||
R-rgeos
|
||||
R-rgl
|
||||
@@ -724,6 +730,7 @@ R-rneos
|
||||
R-rngWELL
|
||||
R-rngtools
|
||||
R-robCompositions
|
||||
R-robumeta
|
||||
R-robust
|
||||
R-robustbase
|
||||
R-rootSolve
|
||||
@@ -872,6 +879,7 @@ R-withr
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xml2
|
||||
R-xmlparsedata
|
||||
R-xopen
|
||||
R-xtable
|
||||
R-xts
|
||||
@@ -901,6 +909,8 @@ SPIRV-Headers
|
||||
SPIRV-Tools
|
||||
SQLAlchemy
|
||||
SQLAlchemy-Utils
|
||||
SVT-AV1
|
||||
SVT-HEVC
|
||||
Sane
|
||||
Send2Trash
|
||||
Shapely
|
||||
@@ -1018,7 +1028,6 @@ arc-theme
|
||||
argcomplete
|
||||
argon2
|
||||
argon2_cffi
|
||||
argparse
|
||||
aria2
|
||||
ark
|
||||
armadillo
|
||||
@@ -1030,8 +1039,10 @@ asciinema
|
||||
asio
|
||||
asn1crypto
|
||||
aspell
|
||||
aspell-de
|
||||
aspell-en
|
||||
aspell-es
|
||||
aspell-fr
|
||||
aspell-pt_BR
|
||||
assimp
|
||||
astor
|
||||
@@ -1066,6 +1077,8 @@ autofs
|
||||
autogen
|
||||
automake
|
||||
automaton
|
||||
autossh
|
||||
avahi
|
||||
awesome-wm
|
||||
awscli
|
||||
axel
|
||||
@@ -1146,8 +1159,6 @@ buildreq-R
|
||||
buildreq-cmake
|
||||
buildreq-configure
|
||||
buildreq-cpan
|
||||
buildreq-distutils
|
||||
buildreq-distutils23
|
||||
buildreq-distutils3
|
||||
buildreq-distutils36
|
||||
buildreq-gnome
|
||||
@@ -1157,6 +1168,7 @@ buildreq-kernel
|
||||
buildreq-make
|
||||
buildreq-meson
|
||||
buildreq-mvn
|
||||
buildreq-nginx
|
||||
buildreq-php
|
||||
buildreq-qmake
|
||||
buildreq-scons
|
||||
@@ -1171,7 +1183,6 @@ ca-certs-static
|
||||
cabextract
|
||||
cached-property
|
||||
cachetools
|
||||
caffe
|
||||
cairo
|
||||
cairomm
|
||||
calc
|
||||
@@ -1192,7 +1203,6 @@ catkin_pkg
|
||||
ccache
|
||||
ccid
|
||||
cdparanoia
|
||||
ceilometer
|
||||
ceph
|
||||
ceph-deploy
|
||||
certbot
|
||||
@@ -1222,6 +1232,7 @@ clinfo
|
||||
cln
|
||||
cloc
|
||||
cloud-native-setup
|
||||
cloudflare
|
||||
cloudpickle
|
||||
clr-R-helpers
|
||||
clr-avx-tools
|
||||
@@ -1286,6 +1297,7 @@ colcon-recursive-crawl
|
||||
colcon-ros
|
||||
colcon-test-result
|
||||
colcon-zsh
|
||||
collectd
|
||||
collectl
|
||||
colorama
|
||||
colord
|
||||
@@ -1302,8 +1314,7 @@ compat-efivar-soname0
|
||||
compat-enchant-soname1
|
||||
compat-fuse-soname2
|
||||
compat-gdal-soname20
|
||||
compat-gegl
|
||||
compat-gegl-0.3
|
||||
compat-gdbm-soname4
|
||||
compat-glew-soname1
|
||||
compat-gmime-26
|
||||
compat-gspell-soname1
|
||||
@@ -1332,7 +1343,6 @@ compat-mpfr-soname4
|
||||
compat-nettle-soname6
|
||||
compat-opencv-soname32
|
||||
compat-opencv-soname33
|
||||
compat-opencv-soname34
|
||||
compat-openssl-soname-10
|
||||
compat-proj-soname13
|
||||
compat-protobuf-soname14
|
||||
@@ -1387,7 +1397,6 @@ cups-pk-helper
|
||||
curl
|
||||
cursive
|
||||
cve-bin-tool
|
||||
cve-check-tool
|
||||
cxxfilt
|
||||
cycler
|
||||
cyrus-sasl
|
||||
@@ -1415,81 +1424,6 @@ decorator
|
||||
defusedxml
|
||||
dejagnu
|
||||
dejavu-fonts
|
||||
deprecated-Babel
|
||||
deprecated-Cython
|
||||
deprecated-Jinja2
|
||||
deprecated-Mako
|
||||
deprecated-Markdown
|
||||
deprecated-MarkupSafe
|
||||
deprecated-PyYAML
|
||||
deprecated-Pygments
|
||||
deprecated-Sphinx
|
||||
deprecated-WebOb
|
||||
deprecated-Werkzeug
|
||||
deprecated-Whoosh
|
||||
deprecated-alabaster
|
||||
deprecated-asn1crypto
|
||||
deprecated-attrs
|
||||
deprecated-boto3
|
||||
deprecated-botocore
|
||||
deprecated-certifi
|
||||
deprecated-cffi
|
||||
deprecated-chardet
|
||||
deprecated-colorama
|
||||
deprecated-configparser
|
||||
deprecated-contextlib2
|
||||
deprecated-coverage
|
||||
deprecated-cryptography
|
||||
deprecated-docutils
|
||||
deprecated-funcsigs
|
||||
deprecated-futures
|
||||
deprecated-glances
|
||||
deprecated-html5lib
|
||||
deprecated-hypothesis
|
||||
deprecated-idna
|
||||
deprecated-imagesize
|
||||
deprecated-ipaddress
|
||||
deprecated-isort
|
||||
deprecated-jmespath
|
||||
deprecated-linecache2
|
||||
deprecated-mido
|
||||
deprecated-nose
|
||||
deprecated-numpy
|
||||
deprecated-ordereddict
|
||||
deprecated-pexpect
|
||||
deprecated-pluggy
|
||||
deprecated-psycopg2
|
||||
deprecated-py
|
||||
deprecated-pyOpenSSL
|
||||
deprecated-pyasn1
|
||||
deprecated-pycairo
|
||||
deprecated-pycparser
|
||||
deprecated-pycurl
|
||||
deprecated-pyflakes
|
||||
deprecated-pyparsing
|
||||
deprecated-python-dldt
|
||||
deprecated-python-memcached
|
||||
deprecated-python-mock
|
||||
deprecated-python-multilib
|
||||
deprecated-pytz
|
||||
deprecated-requests
|
||||
deprecated-s3transfer
|
||||
deprecated-setproctitle
|
||||
deprecated-setuptools_scm
|
||||
deprecated-simplejson
|
||||
deprecated-six
|
||||
deprecated-snowballstemmer
|
||||
deprecated-sphinx_rtd_theme
|
||||
deprecated-sphinxcontrib-websupport
|
||||
deprecated-testscenarios
|
||||
deprecated-traceback2
|
||||
deprecated-typing
|
||||
deprecated-unittest2
|
||||
deprecated-urllib3
|
||||
deprecated-warlock
|
||||
deprecated-webcolors
|
||||
deprecated-zope.testing
|
||||
deprecated-zope.testrunner
|
||||
deprecation
|
||||
desktop-file-utils
|
||||
desktop-icons
|
||||
@@ -1563,6 +1497,7 @@ dtopt
|
||||
dulwich
|
||||
dunst
|
||||
duperemove
|
||||
dvisvgm
|
||||
dwarves
|
||||
dyskctl
|
||||
e2fsprogs
|
||||
@@ -1575,6 +1510,7 @@ efibootmgr
|
||||
efitools
|
||||
efivar
|
||||
efl
|
||||
eid-mw
|
||||
eigen
|
||||
elasticsearch
|
||||
elasticsearch-dep
|
||||
@@ -1590,7 +1526,6 @@ empy
|
||||
enchant
|
||||
enlightenment
|
||||
entrypoints
|
||||
enum34
|
||||
envs
|
||||
eog
|
||||
eog-plugins
|
||||
@@ -1609,6 +1544,7 @@ evolution-ews
|
||||
evtest
|
||||
execnet
|
||||
exempi
|
||||
exfat-utils
|
||||
exiv2
|
||||
exo
|
||||
expat
|
||||
@@ -1659,15 +1595,16 @@ flare-engine
|
||||
flare-game
|
||||
flatpak
|
||||
flatpak-builder
|
||||
flatten_json
|
||||
fldigi
|
||||
flex
|
||||
flink-dep
|
||||
fllog
|
||||
flmsg
|
||||
flnet
|
||||
flrig
|
||||
fltk
|
||||
fluidsynth
|
||||
fmt
|
||||
folks
|
||||
font-util
|
||||
fontconfig
|
||||
@@ -1686,7 +1623,6 @@ fritzing-app
|
||||
fs
|
||||
funcparserlib
|
||||
funcsigs
|
||||
functools32
|
||||
fuse
|
||||
futurist
|
||||
fwupd
|
||||
@@ -1716,6 +1652,7 @@ geary
|
||||
gedit
|
||||
geeqie
|
||||
gegl
|
||||
gengetopt
|
||||
gensim
|
||||
geocam-v4l2
|
||||
geoclue
|
||||
@@ -1729,6 +1666,7 @@ gflags
|
||||
gftp
|
||||
ghc
|
||||
ghostscript
|
||||
giflib
|
||||
gimp
|
||||
girara
|
||||
git
|
||||
@@ -1775,7 +1713,6 @@ gnome-contacts
|
||||
gnome-control-center
|
||||
gnome-desktop
|
||||
gnome-disk-utility
|
||||
gnome-doc-utils
|
||||
gnome-flashback
|
||||
gnome-font-viewer
|
||||
gnome-getting-started-docs
|
||||
@@ -1829,6 +1766,7 @@ google-pasta
|
||||
google-reauth
|
||||
googletest
|
||||
gparted
|
||||
gpaste
|
||||
gperf
|
||||
gperftools
|
||||
gpgme
|
||||
@@ -1850,6 +1788,7 @@ grig
|
||||
grilo
|
||||
grilo-plugins
|
||||
groff
|
||||
grpc
|
||||
grpcio
|
||||
grub
|
||||
gsequencer
|
||||
@@ -1892,6 +1831,7 @@ hardinfo
|
||||
hardlink
|
||||
harfbuzz
|
||||
haskell-random
|
||||
haveged
|
||||
hdf5
|
||||
hdmedians
|
||||
hdparm
|
||||
@@ -1957,7 +1897,6 @@ imapfilter
|
||||
imlib2
|
||||
importlib_metadata
|
||||
indent
|
||||
infiniband-diags
|
||||
inflection
|
||||
influxdb
|
||||
iniparse
|
||||
@@ -1970,6 +1909,7 @@ intel-compute-runtime
|
||||
intel-gmmlib
|
||||
intel-graphics-compiler
|
||||
intel-hybrid-driver
|
||||
intel-ipsec-mb
|
||||
intel-media-driver
|
||||
intelhex
|
||||
intltool
|
||||
@@ -2034,9 +1974,11 @@ json-glib
|
||||
json5
|
||||
jsoncpp
|
||||
jsondiff
|
||||
jsonlines
|
||||
jsonpatch
|
||||
jsonpath-rw
|
||||
jsonpath-rw-ext
|
||||
jsonpickle
|
||||
jsonpointer
|
||||
jsonrpc-glib
|
||||
jsonschema
|
||||
@@ -2053,7 +1995,6 @@ jupyterlab_server
|
||||
kactivities
|
||||
kactivities-stats
|
||||
kactivitymanagerd
|
||||
kafka-dep
|
||||
kalarm
|
||||
kalarmcal
|
||||
kalgebra
|
||||
@@ -2259,15 +2200,7 @@ ktexteditor
|
||||
ktextwidgets
|
||||
ktimer
|
||||
ktnef
|
||||
ktp-approver
|
||||
ktp-common-internals
|
||||
ktp-contact-list
|
||||
ktp-contact-runner
|
||||
ktp-desktop-applets
|
||||
ktp-filetransfer-handler
|
||||
ktp-kded-module
|
||||
ktp-send-file
|
||||
ktp-text-ui
|
||||
ktuberling
|
||||
kturtle
|
||||
kubernetes
|
||||
@@ -2339,6 +2272,7 @@ libatomic_ops
|
||||
libavtp
|
||||
libb64
|
||||
libblockdev
|
||||
libbpf
|
||||
libburn
|
||||
libbytesize
|
||||
libcanberra
|
||||
@@ -2365,6 +2299,7 @@ libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
libe-book
|
||||
libeconf
|
||||
libedit
|
||||
libepoxy
|
||||
libepubgen
|
||||
@@ -2500,8 +2435,10 @@ libqtxdg
|
||||
libqxp
|
||||
libratbag
|
||||
librdkafka
|
||||
librealsense
|
||||
libreoffice
|
||||
librepo
|
||||
libreswan
|
||||
librevenge
|
||||
librsvg
|
||||
librtlsdr
|
||||
@@ -2573,10 +2510,10 @@ libxkbcommon
|
||||
libxkbfile
|
||||
libxklavier
|
||||
libxml2
|
||||
libxml2-legacy
|
||||
libxslt
|
||||
libyami
|
||||
libyami-utils
|
||||
libyubikey
|
||||
libzapojit
|
||||
libzip
|
||||
libzmf
|
||||
@@ -2611,6 +2548,7 @@ linuxptp
|
||||
lksctp-tools
|
||||
llfuse
|
||||
llvm
|
||||
llvm8
|
||||
llvmlite
|
||||
lm-sensors
|
||||
lmdb
|
||||
@@ -2629,11 +2567,14 @@ lsof
|
||||
lsscsi
|
||||
ltp
|
||||
ltrace
|
||||
lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua52
|
||||
lualgi
|
||||
luarocks
|
||||
lutris
|
||||
luv
|
||||
lv2
|
||||
lxml
|
||||
lxqt-about
|
||||
@@ -2668,7 +2609,6 @@ man-pages
|
||||
man-pages-posix
|
||||
marble
|
||||
mariadb
|
||||
mash
|
||||
materia-theme
|
||||
matplotlib
|
||||
mc
|
||||
@@ -2679,6 +2619,7 @@ mdds
|
||||
media-player-info
|
||||
mediasdk
|
||||
meld
|
||||
memc-nginx-module
|
||||
memcached
|
||||
memkind
|
||||
memshrinker
|
||||
@@ -2712,6 +2653,7 @@ mkl-dnn
|
||||
mkosi
|
||||
mlocate
|
||||
mlt
|
||||
mmc-utils
|
||||
mobile-broadband-provider-info
|
||||
mock
|
||||
mod_wsgi
|
||||
@@ -2764,6 +2706,7 @@ musl
|
||||
mutagen
|
||||
mutt
|
||||
mutter
|
||||
mvn-DependencyCheck
|
||||
mvn-Fenzo
|
||||
mvn-GMetrics
|
||||
mvn-HdrHistogram
|
||||
@@ -2772,6 +2715,7 @@ mvn-JavaEWAH
|
||||
mvn-JsonPath
|
||||
mvn-LatencyUtils
|
||||
mvn-RoaringBitmap
|
||||
mvn-TipTip
|
||||
mvn-accessors-smart
|
||||
mvn-activation
|
||||
mvn-addthis-oss-jar-pom
|
||||
@@ -2796,11 +2740,14 @@ mvn-apache
|
||||
mvn-apache-jar-resource-bundle
|
||||
mvn-apache-log4j-extras
|
||||
mvn-apache-rat
|
||||
mvn-apiguardian
|
||||
mvn-archetype
|
||||
mvn-argparse4j
|
||||
mvn-arpack_combined_all
|
||||
mvn-arrow
|
||||
mvn-asciidoctor-gradle-plugin
|
||||
mvn-asciidoctorj
|
||||
mvn-asciidoctorj-groovy-dsl
|
||||
mvn-asciidoctorj-pdf
|
||||
mvn-asm
|
||||
mvn-assertj-core
|
||||
@@ -2825,6 +2772,7 @@ mvn-breeze-macros_2.11
|
||||
mvn-breeze_2.11
|
||||
mvn-breeze_2.12
|
||||
mvn-build-helper-maven-plugin
|
||||
mvn-build-scan-plugin
|
||||
mvn-buildnumber-maven-plugin
|
||||
mvn-byte-buddy
|
||||
mvn-byteman
|
||||
@@ -2847,6 +2795,7 @@ mvn-clirr-maven-plugin
|
||||
mvn-codehaus-jackson
|
||||
mvn-codenarc
|
||||
mvn-common
|
||||
mvn-common-annotations-api
|
||||
mvn-commons-beanutils
|
||||
mvn-commons-chain
|
||||
mvn-commons-cli
|
||||
@@ -2878,6 +2827,7 @@ mvn-commons-validator
|
||||
mvn-compile-command-annotations
|
||||
mvn-compiler-interface
|
||||
mvn-compress-lzf
|
||||
mvn-concurrent-trees
|
||||
mvn-concurrentlinkedhashmap
|
||||
mvn-config
|
||||
mvn-crc32ex
|
||||
@@ -2888,6 +2838,7 @@ mvn-datanucleus-core
|
||||
mvn-datanucleus-rdbms
|
||||
mvn-dd-plist
|
||||
mvn-decentxml
|
||||
mvn-dependency-check-gradle
|
||||
mvn-derby
|
||||
mvn-directory-jdbm
|
||||
mvn-directory-ldap-api
|
||||
@@ -2903,8 +2854,10 @@ mvn-doxia
|
||||
mvn-doxia-sitetools
|
||||
mvn-doxia-tools
|
||||
mvn-droolsjbpm-build-bootstrap
|
||||
mvn-durian
|
||||
mvn-easymock
|
||||
mvn-ecj
|
||||
mvn-ee4j
|
||||
mvn-ehcache
|
||||
mvn-eigenbase-properties
|
||||
mvn-elasticsearch
|
||||
@@ -2936,6 +2889,13 @@ mvn-google-api-services-storage
|
||||
mvn-google-collections
|
||||
mvn-google-http-java-client
|
||||
mvn-gossip
|
||||
mvn-gradle-download-task
|
||||
mvn-gradle-groovy-all
|
||||
mvn-gradle-idea-ext-plugin
|
||||
mvn-gradle-kotlin
|
||||
mvn-gradle-scoverage
|
||||
mvn-gradle-versions-plugin
|
||||
mvn-grgit
|
||||
mvn-grizzled-scala_2.12
|
||||
mvn-grizzled-slf4j_2.11
|
||||
mvn-grizzled-slf4j_2.12
|
||||
@@ -2947,6 +2907,7 @@ mvn-guava
|
||||
mvn-guice
|
||||
mvn-guice-servlet
|
||||
mvn-h2database
|
||||
mvn-h3xsteram-retirejs
|
||||
mvn-hadoop
|
||||
mvn-hadoop-aliyun
|
||||
mvn-hamcrest
|
||||
@@ -2986,12 +2947,14 @@ mvn-jackson-dataformat-cbor
|
||||
mvn-jackson-dataformat-smile
|
||||
mvn-jackson-dataformat-yaml
|
||||
mvn-jackson-dataformats-binary
|
||||
mvn-jackson-dataformats-text
|
||||
mvn-jackson-jaxrs-providers
|
||||
mvn-jackson-module-jaxb-annotations
|
||||
mvn-jackson-module-paranamer
|
||||
mvn-jackson-module-scala_2.11
|
||||
mvn-jackson-module-scala_2.12
|
||||
mvn-jackson-modules-base
|
||||
mvn-jackson-modules-java8
|
||||
mvn-jackson-parent
|
||||
mvn-jacoco
|
||||
mvn-jamm
|
||||
@@ -3015,7 +2978,11 @@ mvn-javax.servlet-api
|
||||
mvn-javax.ws.rs-api
|
||||
mvn-javolution
|
||||
mvn-jaxb-api
|
||||
mvn-jaxb-core
|
||||
mvn-jaxb-impl
|
||||
mvn-jaxb-v2
|
||||
mvn-jaxen
|
||||
mvn-jaxrs-api
|
||||
mvn-jboss-logging
|
||||
mvn-jboss-parent
|
||||
mvn-jchardet
|
||||
@@ -3036,6 +3003,8 @@ mvn-jets3t
|
||||
mvn-jettison
|
||||
mvn-jetty
|
||||
mvn-jetty-parent
|
||||
mvn-jfree
|
||||
mvn-jfreechart
|
||||
mvn-jgit
|
||||
mvn-jhighlight
|
||||
mvn-jline
|
||||
@@ -3053,6 +3022,7 @@ mvn-joni
|
||||
mvn-jopt-simple
|
||||
mvn-jpam
|
||||
mvn-jpmml-model
|
||||
mvn-jruby
|
||||
mvn-jsch
|
||||
mvn-jsch.agentproxy.connector-factory
|
||||
mvn-jsch.agentproxy.core
|
||||
@@ -3080,18 +3050,23 @@ mvn-jtidy
|
||||
mvn-jtransforms
|
||||
mvn-junit
|
||||
mvn-junit-interface
|
||||
mvn-junit-xml-parser
|
||||
mvn-junit5
|
||||
mvn-jython-standalone
|
||||
mvn-jzlib
|
||||
mvn-kafka-clients
|
||||
mvn-kafka_2.11
|
||||
mvn-kafka_2.12
|
||||
mvn-kerby
|
||||
mvn-keytool
|
||||
mvn-klob
|
||||
mvn-kolor
|
||||
mvn-kosmosfs
|
||||
mvn-kotlin
|
||||
mvn-kotlinx-coroutines
|
||||
mvn-kryo
|
||||
mvn-ktlint
|
||||
mvn-ktlint-gradle
|
||||
mvn-kubernetes-client
|
||||
mvn-kxml2
|
||||
mvn-ldapsdk
|
||||
@@ -3110,6 +3085,7 @@ mvn-machinist_2.11
|
||||
mvn-machinist_2.12
|
||||
mvn-macro-compat_2.11
|
||||
mvn-macro-compat_2.12
|
||||
mvn-mail
|
||||
mvn-mapr-hadoop
|
||||
mvn-maprfs
|
||||
mvn-maven
|
||||
@@ -3191,6 +3167,8 @@ mvn-minimal-json
|
||||
mvn-minlog
|
||||
mvn-mockito
|
||||
mvn-mockito-core
|
||||
mvn-mockito-kotlin
|
||||
mvn-mockk
|
||||
mvn-mockserver
|
||||
mvn-modello
|
||||
mvn-mojo-parent
|
||||
@@ -3220,6 +3198,7 @@ mvn-okhttp
|
||||
mvn-okio
|
||||
mvn-opencsv
|
||||
mvn-openhtmltopdf-parent
|
||||
mvn-opentest4j
|
||||
mvn-orc
|
||||
mvn-org.apache.felix.bundlerepository
|
||||
mvn-org.eclipse.sisu.inject
|
||||
@@ -3237,9 +3216,11 @@ mvn-parboiled
|
||||
mvn-parquet-format
|
||||
mvn-parquet-mr
|
||||
mvn-pdfbox
|
||||
mvn-pdfbox-graphics2d
|
||||
mvn-pegdown
|
||||
mvn-pgjdbc
|
||||
mvn-pgjdbc-parent-poms
|
||||
mvn-picocli
|
||||
mvn-plexus
|
||||
mvn-plexus-archiver
|
||||
mvn-plexus-build-api
|
||||
@@ -3257,6 +3238,7 @@ mvn-plexus-languages
|
||||
mvn-plexus-resources
|
||||
mvn-plexus-utils
|
||||
mvn-plexus-velocity
|
||||
mvn-plugin-publish-plugin
|
||||
mvn-pmaven
|
||||
mvn-powermock
|
||||
mvn-powermock-reflect
|
||||
@@ -3272,6 +3254,7 @@ mvn-reflectasm
|
||||
mvn-reflections
|
||||
mvn-retrofit
|
||||
mvn-rhino
|
||||
mvn-rocksdb
|
||||
mvn-saaj-api
|
||||
mvn-sac
|
||||
mvn-saxon
|
||||
@@ -3286,6 +3269,7 @@ mvn-scala-parser-combinators_2.12
|
||||
mvn-scala-reflect
|
||||
mvn-scala-xml_2.11
|
||||
mvn-scala-xml_2.12
|
||||
mvn-scalac-scoverage-plugin
|
||||
mvn-scalacheck
|
||||
mvn-scalactic_2.11
|
||||
mvn-scalactic_2.12
|
||||
@@ -3298,10 +3282,12 @@ mvn-scopt_2.11
|
||||
mvn-scopt_2.12
|
||||
mvn-selenium
|
||||
mvn-semver
|
||||
mvn-semver4j
|
||||
mvn-sequence-library
|
||||
mvn-servicemix-bundles
|
||||
mvn-servicemix-pom
|
||||
mvn-servlet-api
|
||||
mvn-shadow
|
||||
mvn-shapeless_2.11
|
||||
mvn-shapeless_2.12
|
||||
mvn-siesta
|
||||
@@ -3322,6 +3308,7 @@ mvn-spire_2.11
|
||||
mvn-spire_2.12
|
||||
mvn-spock
|
||||
mvn-spotbugs
|
||||
mvn-spotless
|
||||
mvn-sqljet
|
||||
mvn-ssl-config
|
||||
mvn-sslext
|
||||
@@ -3341,6 +3328,7 @@ mvn-thrift
|
||||
mvn-tomcat
|
||||
mvn-treelayout
|
||||
mvn-trilead-ssh2
|
||||
mvn-trove4j
|
||||
mvn-tycho
|
||||
mvn-uncommons-maths
|
||||
mvn-unirest-java
|
||||
@@ -3366,10 +3354,12 @@ mvn-xercesImpl
|
||||
mvn-xercesMinimal
|
||||
mvn-xml-apis
|
||||
mvn-xml-resolver
|
||||
mvn-xmlParserAPIs
|
||||
mvn-xmlenc
|
||||
mvn-xmlpull
|
||||
mvn-xmlunit
|
||||
mvn-xmlunit-core
|
||||
mvn-xom
|
||||
mvn-xpp3_min
|
||||
mvn-xstream
|
||||
mvn-xz
|
||||
@@ -3388,6 +3378,7 @@ mysqltcl
|
||||
mythes
|
||||
nagios-plugins
|
||||
nano
|
||||
nanoflann
|
||||
nasm
|
||||
natsort
|
||||
nautilus
|
||||
@@ -3426,8 +3417,12 @@ nftables
|
||||
nghttp2
|
||||
nginx
|
||||
nginx-mainline
|
||||
nginx-upload-module
|
||||
nginx_cookie_flag_module
|
||||
ngraph
|
||||
ngx_brotli
|
||||
ngx_http_auth_pam_module
|
||||
ngx_http_enhanced_memcached_module
|
||||
nicstat
|
||||
nim
|
||||
ninja
|
||||
@@ -3476,7 +3471,6 @@ ocaml
|
||||
ocamlbuild
|
||||
ocl-icd
|
||||
octave
|
||||
offlineimap
|
||||
oiio
|
||||
okteta
|
||||
okular
|
||||
@@ -3587,7 +3581,6 @@ paper-icon-theme
|
||||
papi
|
||||
papirus-icon-theme
|
||||
parallel
|
||||
parameter-framework
|
||||
paramiko
|
||||
parley
|
||||
parsedatetime
|
||||
@@ -3605,7 +3598,6 @@ pathspec
|
||||
patsy
|
||||
pavucontrol
|
||||
pbr
|
||||
pbr-legacy
|
||||
pbzip2
|
||||
pciutils
|
||||
pcmanfm-qt
|
||||
@@ -3627,6 +3619,7 @@ perl-Algorithm-Diff-XS
|
||||
perl-Algorithm-Merge
|
||||
perl-Algorithm-Munkres
|
||||
perl-Alien-Build
|
||||
perl-Alien-Libxml2
|
||||
perl-Alien-m4
|
||||
perl-AnyEvent
|
||||
perl-AnyEvent-AIO
|
||||
@@ -3649,6 +3642,7 @@ perl-Audio-Scan
|
||||
perl-Audio-Wav
|
||||
perl-Authen-NTLM
|
||||
perl-Authen-SASL
|
||||
perl-B-COW
|
||||
perl-B-Hooks-EndOfScope
|
||||
perl-B-Hooks-OP-Check
|
||||
perl-B-Keywords
|
||||
@@ -3776,8 +3770,11 @@ perl-Date-Manip
|
||||
perl-DateTime
|
||||
perl-DateTime-Format-Builder
|
||||
perl-DateTime-Format-DateParse
|
||||
perl-DateTime-Format-Flexible
|
||||
perl-DateTime-Format-ISO8601
|
||||
perl-DateTime-Format-Mail
|
||||
perl-DateTime-Format-MySQL
|
||||
perl-DateTime-Format-Natural
|
||||
perl-DateTime-Format-Pg
|
||||
perl-DateTime-Format-Strptime
|
||||
perl-DateTime-Format-W3CDTF
|
||||
@@ -4060,6 +4057,7 @@ perl-Net-Daemon
|
||||
perl-Net-HTTP
|
||||
perl-Net-IDN-Encode
|
||||
perl-Net-INET6Glue
|
||||
perl-Net-IP
|
||||
perl-Net-Ident
|
||||
perl-Net-MAC
|
||||
perl-Net-MQTT
|
||||
@@ -4142,6 +4140,8 @@ perl-Router-Simple
|
||||
perl-SGLMSpm
|
||||
perl-SMTP-Server
|
||||
perl-SQL-Abstract
|
||||
perl-SQL-SplitStatement
|
||||
perl-SQL-Tokenizer
|
||||
perl-SQL-Translator
|
||||
perl-SUPER
|
||||
perl-Scalar-String
|
||||
@@ -4453,6 +4453,7 @@ plasma-vault
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
plata-theme
|
||||
plotly
|
||||
pluggy
|
||||
ply
|
||||
plzip
|
||||
@@ -4470,6 +4471,7 @@ portaudio
|
||||
portend
|
||||
positional
|
||||
posix_ipc
|
||||
postfix
|
||||
postgis
|
||||
postgresql
|
||||
postgresql11
|
||||
@@ -4495,6 +4497,7 @@ prometheus_client
|
||||
prompt_toolkit
|
||||
protobuf
|
||||
protobuf-c
|
||||
psensor
|
||||
psmisc
|
||||
psstop
|
||||
psutil
|
||||
@@ -4523,7 +4526,6 @@ pybtex
|
||||
pybtex-docutils
|
||||
pycadf
|
||||
pycairo
|
||||
pycam
|
||||
pycodestyle
|
||||
pycosat
|
||||
pycparser
|
||||
@@ -4540,14 +4542,10 @@ pyemd
|
||||
pyenchant
|
||||
pyflakes
|
||||
pygobject
|
||||
pygobject-legacy
|
||||
pygtk
|
||||
pygtkglext
|
||||
pyhs100
|
||||
pyinotify
|
||||
pykwalify
|
||||
pylama
|
||||
pyliblzma
|
||||
pylint
|
||||
pymemcache
|
||||
pymongo
|
||||
@@ -4591,8 +4589,8 @@ python-cinderclient
|
||||
python-coveralls
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
python-dateutil-legacypython
|
||||
python-designateclient
|
||||
python-digitalocean
|
||||
python-distutils-extra
|
||||
python-editor
|
||||
python-future
|
||||
@@ -4603,7 +4601,7 @@ python-heatclient
|
||||
python-hwinfo
|
||||
python-kconfiglib
|
||||
python-keystoneclient
|
||||
python-krbV
|
||||
python-ldap
|
||||
python-magic
|
||||
python-magnumclient
|
||||
python-manilaclient
|
||||
@@ -4622,7 +4620,6 @@ python-perf
|
||||
python-pkgconfig
|
||||
python-pocketlint
|
||||
python-polib
|
||||
python-rpm-legacypython
|
||||
python-saharaclient
|
||||
python-senlinclient
|
||||
python-slip
|
||||
@@ -4639,7 +4636,6 @@ python-vlc
|
||||
python-zaqarclient
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python2-mod_wsgi
|
||||
python3
|
||||
pytools
|
||||
pytorch
|
||||
@@ -4651,6 +4647,7 @@ pywbem
|
||||
pyxattr
|
||||
pyxdg
|
||||
pyzmq
|
||||
qalculate-gtk
|
||||
qbittorrent
|
||||
qca-qt5
|
||||
qemu
|
||||
@@ -4659,8 +4656,6 @@ qgit
|
||||
qhull
|
||||
qml-box2d
|
||||
qpdf
|
||||
qpid-python
|
||||
qpid-tools
|
||||
qqc2-desktop-style
|
||||
qrencode
|
||||
qscintilla
|
||||
@@ -4724,6 +4719,7 @@ rebootmgr
|
||||
recommonmark
|
||||
redis
|
||||
redis-native
|
||||
redis2-nginx-module
|
||||
redland
|
||||
redshift
|
||||
redsocks
|
||||
@@ -4772,6 +4768,7 @@ rtmpdump
|
||||
rtslib-fb
|
||||
rttr
|
||||
ruamel.yaml
|
||||
ruamel.yaml.clib
|
||||
ruby
|
||||
runc
|
||||
rust-std32
|
||||
@@ -4783,6 +4780,7 @@ s3fs-fuse
|
||||
s3transfer
|
||||
sahara
|
||||
samba
|
||||
samtools
|
||||
sane-backends
|
||||
sassc
|
||||
satyr
|
||||
@@ -4922,6 +4920,9 @@ suricata
|
||||
svg.path
|
||||
svgpart
|
||||
sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
sweeper
|
||||
swift
|
||||
swig
|
||||
@@ -4957,8 +4958,6 @@ tcpdump
|
||||
tdb
|
||||
telemetrics-client
|
||||
telepathy-glib
|
||||
telepathy-logger
|
||||
telepathy-qt
|
||||
tempest
|
||||
tempest-lib
|
||||
template-glib
|
||||
@@ -4990,6 +4989,7 @@ text-unidecode
|
||||
texttable
|
||||
tflearn
|
||||
tgt
|
||||
the_silver_searcher
|
||||
thermal_daemon
|
||||
thermal_monitor
|
||||
thin-provisioning-tools
|
||||
@@ -5030,6 +5030,7 @@ traceback2
|
||||
traceroute
|
||||
tracker
|
||||
tracker-miners
|
||||
traefik
|
||||
traitlets
|
||||
tree
|
||||
trollius
|
||||
@@ -5060,8 +5061,9 @@ unzip
|
||||
upm
|
||||
upower
|
||||
uritemplate
|
||||
urlgrabber
|
||||
urllib3
|
||||
usb-modeswitch
|
||||
usb-modeswitch-data
|
||||
usbredir
|
||||
usbutils
|
||||
user-agents
|
||||
@@ -5090,6 +5092,7 @@ vino
|
||||
virt-manager
|
||||
virt-viewer
|
||||
virtualenv
|
||||
vkd3d
|
||||
vlc
|
||||
volk
|
||||
volume_key
|
||||
@@ -5120,6 +5123,7 @@ wget
|
||||
wheel
|
||||
wheelhouse-uploader
|
||||
which
|
||||
whitespace
|
||||
whois
|
||||
widgetsnbextension
|
||||
wine
|
||||
@@ -5134,7 +5138,6 @@ wol
|
||||
wpa_supplicant
|
||||
wrapt
|
||||
wsgi_intercept
|
||||
wsgiref
|
||||
wsjtx
|
||||
wxWidgets
|
||||
x11perf
|
||||
@@ -5193,6 +5196,7 @@ xinput
|
||||
xkbcomp
|
||||
xkeyboard-config
|
||||
xkill
|
||||
xl2tpd
|
||||
xlog
|
||||
xmlb
|
||||
xmlrpc-c
|
||||
@@ -5234,9 +5238,8 @@ yasm
|
||||
yelp
|
||||
yelp-tools
|
||||
yelp-xsl
|
||||
ykclient
|
||||
ytnef
|
||||
yum
|
||||
yum-metadata-parser
|
||||
zVMCloudConnector
|
||||
zake
|
||||
zathura
|
||||
@@ -5251,6 +5254,8 @@ zlib
|
||||
znc
|
||||
zope.component
|
||||
zope.configuration
|
||||
zope.deferredimport
|
||||
zope.deprecation
|
||||
zope.event
|
||||
zope.exceptions
|
||||
zope.hookable
|
||||
|
||||
Reference in New Issue
Block a user