mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed15af71c8 | |||
| 3c20fc2ad8 | |||
| d7f6ddcce1 | |||
| 22a927e26b | |||
| 4a29a2d5c1 | |||
| 81ef638151 | |||
| 50b8b07d34 | |||
| 47b634bc75 | |||
| 292ea0bde9 | |||
| b0f7bbfb90 | |||
| 20d0fece07 | |||
| 0f546b20f5 | |||
| 16a09f7fa6 |
+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.
|
||||
|
||||
@@ -4,7 +4,7 @@ Babel
|
||||
Botan
|
||||
CGAL
|
||||
CUnit
|
||||
Cheetah
|
||||
Cheetah3
|
||||
CherryPy
|
||||
Coin
|
||||
ConfigArgParse
|
||||
@@ -46,7 +46,6 @@ MarkupSafe
|
||||
ModemManager
|
||||
MonkeyType
|
||||
MuseScore
|
||||
MySQL-python
|
||||
NetworkManager
|
||||
NetworkManager-openconnect
|
||||
NetworkManager-openvpn
|
||||
@@ -289,6 +288,7 @@ R-conting
|
||||
R-corpcor
|
||||
R-corrgram
|
||||
R-corrplot
|
||||
R-covr
|
||||
R-cowplot
|
||||
R-crayon
|
||||
R-crosstalk
|
||||
@@ -297,6 +297,7 @@ R-csvy
|
||||
R-cubature
|
||||
R-curl
|
||||
R-cvTools
|
||||
R-cyclocomp
|
||||
R-data.table
|
||||
R-date
|
||||
R-dbarts
|
||||
@@ -505,6 +506,7 @@ R-leaps
|
||||
R-lfe
|
||||
R-lhs
|
||||
R-libcoin
|
||||
R-lifecycle
|
||||
R-linprog
|
||||
R-lintr
|
||||
R-listenv
|
||||
@@ -870,6 +872,7 @@ R-withr
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xml2
|
||||
R-xmlparsedata
|
||||
R-xopen
|
||||
R-xtable
|
||||
R-xts
|
||||
@@ -899,6 +902,7 @@ SPIRV-Headers
|
||||
SPIRV-Tools
|
||||
SQLAlchemy
|
||||
SQLAlchemy-Utils
|
||||
SVT-AV1
|
||||
Sane
|
||||
Send2Trash
|
||||
Shapely
|
||||
@@ -1016,7 +1020,6 @@ arc-theme
|
||||
argcomplete
|
||||
argon2
|
||||
argon2_cffi
|
||||
argparse
|
||||
aria2
|
||||
ark
|
||||
armadillo
|
||||
@@ -1028,8 +1031,10 @@ asciinema
|
||||
asio
|
||||
asn1crypto
|
||||
aspell
|
||||
aspell-de
|
||||
aspell-en
|
||||
aspell-es
|
||||
aspell-fr
|
||||
aspell-pt_BR
|
||||
assimp
|
||||
astor
|
||||
@@ -1145,7 +1150,6 @@ buildreq-cmake
|
||||
buildreq-configure
|
||||
buildreq-cpan
|
||||
buildreq-distutils
|
||||
buildreq-distutils23
|
||||
buildreq-distutils3
|
||||
buildreq-distutils36
|
||||
buildreq-gnome
|
||||
@@ -1155,6 +1159,7 @@ buildreq-kernel
|
||||
buildreq-make
|
||||
buildreq-meson
|
||||
buildreq-mvn
|
||||
buildreq-nginx
|
||||
buildreq-php
|
||||
buildreq-qmake
|
||||
buildreq-scons
|
||||
@@ -1330,7 +1335,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
|
||||
@@ -1385,7 +1389,6 @@ cups-pk-helper
|
||||
curl
|
||||
cursive
|
||||
cve-bin-tool
|
||||
cve-check-tool
|
||||
cxxfilt
|
||||
cycler
|
||||
cyrus-sasl
|
||||
@@ -1413,81 +1416,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
|
||||
@@ -1659,13 +1587,13 @@ flatpak
|
||||
flatpak-builder
|
||||
fldigi
|
||||
flex
|
||||
flink-dep
|
||||
fllog
|
||||
flmsg
|
||||
flnet
|
||||
flrig
|
||||
fltk
|
||||
fluidsynth
|
||||
fmt
|
||||
folks
|
||||
font-util
|
||||
fontconfig
|
||||
@@ -1684,7 +1612,6 @@ fritzing-app
|
||||
fs
|
||||
funcparserlib
|
||||
funcsigs
|
||||
functools32
|
||||
fuse
|
||||
futurist
|
||||
fwupd
|
||||
@@ -1727,6 +1654,7 @@ gflags
|
||||
gftp
|
||||
ghc
|
||||
ghostscript
|
||||
giflib
|
||||
gimp
|
||||
girara
|
||||
git
|
||||
@@ -1776,6 +1704,7 @@ gnome-disk-utility
|
||||
gnome-doc-utils
|
||||
gnome-flashback
|
||||
gnome-font-viewer
|
||||
gnome-getting-started-docs
|
||||
gnome-icon-theme
|
||||
gnome-initial-setup
|
||||
gnome-keyring
|
||||
@@ -1826,6 +1755,7 @@ google-pasta
|
||||
google-reauth
|
||||
googletest
|
||||
gparted
|
||||
gpaste
|
||||
gperf
|
||||
gperftools
|
||||
gpgme
|
||||
@@ -1889,6 +1819,7 @@ hardinfo
|
||||
hardlink
|
||||
harfbuzz
|
||||
haskell-random
|
||||
haveged
|
||||
hdf5
|
||||
hdmedians
|
||||
hdparm
|
||||
@@ -1939,6 +1870,7 @@ iceauth
|
||||
icecream
|
||||
icon-naming-utils
|
||||
icu4c
|
||||
idle-python3.7-assets
|
||||
idna
|
||||
idna-ssl
|
||||
ifaddr
|
||||
@@ -2049,7 +1981,6 @@ jupyterlab_server
|
||||
kactivities
|
||||
kactivities-stats
|
||||
kactivitymanagerd
|
||||
kafka-dep
|
||||
kalarm
|
||||
kalarmcal
|
||||
kalgebra
|
||||
@@ -2361,6 +2292,7 @@ libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
libe-book
|
||||
libeconf
|
||||
libedit
|
||||
libepoxy
|
||||
libepubgen
|
||||
@@ -2494,8 +2426,8 @@ libqb
|
||||
libqmi
|
||||
libqtxdg
|
||||
libqxp
|
||||
librabbitmq
|
||||
libratbag
|
||||
librdkafka
|
||||
libreoffice
|
||||
librepo
|
||||
librevenge
|
||||
@@ -2607,6 +2539,7 @@ linuxptp
|
||||
lksctp-tools
|
||||
llfuse
|
||||
llvm
|
||||
llvm8
|
||||
llvmlite
|
||||
lm-sensors
|
||||
lmdb
|
||||
@@ -2625,6 +2558,8 @@ lsof
|
||||
lsscsi
|
||||
ltp
|
||||
ltrace
|
||||
lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua52
|
||||
lualgi
|
||||
@@ -2664,7 +2599,6 @@ man-pages
|
||||
man-pages-posix
|
||||
marble
|
||||
mariadb
|
||||
mash
|
||||
materia-theme
|
||||
matplotlib
|
||||
mc
|
||||
@@ -2675,6 +2609,7 @@ mdds
|
||||
media-player-info
|
||||
mediasdk
|
||||
meld
|
||||
memc-nginx-module
|
||||
memcached
|
||||
memkind
|
||||
memshrinker
|
||||
@@ -2760,14 +2695,19 @@ musl
|
||||
mutagen
|
||||
mutt
|
||||
mutter
|
||||
mvn-DependencyCheck
|
||||
mvn-Fenzo
|
||||
mvn-GMetrics
|
||||
mvn-HdrHistogram
|
||||
mvn-HikariCP-java7
|
||||
mvn-JavaEWAH
|
||||
mvn-JsonPath
|
||||
mvn-LatencyUtils
|
||||
mvn-RoaringBitmap
|
||||
mvn-TipTip
|
||||
mvn-accessors-smart
|
||||
mvn-activation
|
||||
mvn-addthis-oss-jar-pom
|
||||
mvn-aether-core
|
||||
mvn-aggdesigner
|
||||
mvn-airbase
|
||||
@@ -2789,11 +2729,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
|
||||
@@ -2818,11 +2761,13 @@ 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
|
||||
mvn-calcite
|
||||
mvn-calcite-avatica
|
||||
mvn-camel
|
||||
mvn-cassandra
|
||||
mvn-cdi-api
|
||||
mvn-cglib
|
||||
@@ -2831,11 +2776,15 @@ mvn-checkerframework
|
||||
mvn-checkstyle
|
||||
mvn-chill-java
|
||||
mvn-chill_2.11
|
||||
mvn-chill_2.12
|
||||
mvn-classutil_2.12
|
||||
mvn-classworlds
|
||||
mvn-client_java
|
||||
mvn-clirr-maven-plugin
|
||||
mvn-codehaus-jackson
|
||||
mvn-codenarc
|
||||
mvn-common
|
||||
mvn-common-annotations-api
|
||||
mvn-commons-beanutils
|
||||
mvn-commons-chain
|
||||
mvn-commons-cli
|
||||
@@ -2867,7 +2816,10 @@ mvn-commons-validator
|
||||
mvn-compile-command-annotations
|
||||
mvn-compiler-interface
|
||||
mvn-compress-lzf
|
||||
mvn-concurrent-trees
|
||||
mvn-concurrentlinkedhashmap
|
||||
mvn-config
|
||||
mvn-crc32ex
|
||||
mvn-cssparser
|
||||
mvn-curator
|
||||
mvn-datanucleus-api-jdo
|
||||
@@ -2875,6 +2827,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
|
||||
@@ -2883,15 +2836,20 @@ mvn-directory-mavibot
|
||||
mvn-directory-project
|
||||
mvn-directory-server
|
||||
mvn-disruptor
|
||||
mvn-disruptor_thrift_server
|
||||
mvn-dnsjava
|
||||
mvn-dom4j
|
||||
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
|
||||
mvn-enforcer
|
||||
mvn-error_prone_annotations
|
||||
mvn-exec-maven-plugin
|
||||
@@ -2920,8 +2878,16 @@ 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
|
||||
mvn-grizzly
|
||||
mvn-grolifant
|
||||
mvn-groovy
|
||||
@@ -2930,10 +2896,15 @@ mvn-guava
|
||||
mvn-guice
|
||||
mvn-guice-servlet
|
||||
mvn-h2database
|
||||
mvn-h3xsteram-retirejs
|
||||
mvn-hadoop
|
||||
mvn-hadoop-aliyun
|
||||
mvn-hamcrest
|
||||
mvn-handlebars.java
|
||||
mvn-hbase
|
||||
mvn-hbc
|
||||
mvn-hibernate-validator
|
||||
mvn-high-scale-lib
|
||||
mvn-hive
|
||||
mvn-hk2
|
||||
mvn-hppc
|
||||
@@ -2949,25 +2920,33 @@ mvn-hydromatic-parent
|
||||
mvn-icu4j
|
||||
mvn-incremental-compiler
|
||||
mvn-incubator-datasketches-java
|
||||
mvn-influxdb-java
|
||||
mvn-intellij.annotations
|
||||
mvn-ion-java
|
||||
mvn-irclib
|
||||
mvn-ivy
|
||||
mvn-j2objc-annotations
|
||||
mvn-jBCrypt
|
||||
mvn-jackrabbit
|
||||
mvn-jackson-annotations
|
||||
mvn-jackson-bom
|
||||
mvn-jackson-core
|
||||
mvn-jackson-databind
|
||||
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
|
||||
mvn-jamon-java-parent
|
||||
mvn-jamon-parent
|
||||
mvn-jamon-runtime
|
||||
@@ -2988,8 +2967,14 @@ 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
|
||||
mvn-jcifs
|
||||
mvn-jcip-annotations
|
||||
mvn-jcodings
|
||||
@@ -3007,6 +2992,8 @@ mvn-jets3t
|
||||
mvn-jettison
|
||||
mvn-jetty
|
||||
mvn-jetty-parent
|
||||
mvn-jfree
|
||||
mvn-jfreechart
|
||||
mvn-jgit
|
||||
mvn-jhighlight
|
||||
mvn-jline
|
||||
@@ -3016,6 +3003,7 @@ mvn-jmock
|
||||
mvn-jmxutils
|
||||
mvn-jna
|
||||
mvn-jniloader
|
||||
mvn-joauth
|
||||
mvn-joda-convert
|
||||
mvn-joda-time
|
||||
mvn-jodd
|
||||
@@ -3023,6 +3011,7 @@ mvn-joni
|
||||
mvn-jopt-simple
|
||||
mvn-jpam
|
||||
mvn-jpmml-model
|
||||
mvn-jruby
|
||||
mvn-jsch
|
||||
mvn-jsch.agentproxy.connector-factory
|
||||
mvn-jsch.agentproxy.core
|
||||
@@ -3041,6 +3030,7 @@ mvn-json4s_2.11
|
||||
mvn-jsonassert
|
||||
mvn-jsoup
|
||||
mvn-jsp-api
|
||||
mvn-jsr166e
|
||||
mvn-jsr250-api
|
||||
mvn-jsr305
|
||||
mvn-jsr311
|
||||
@@ -3049,17 +3039,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
|
||||
@@ -3068,19 +3064,24 @@ mvn-license-maven-plugin
|
||||
mvn-log4j
|
||||
mvn-logback-classic
|
||||
mvn-logback-core
|
||||
mvn-logging-log4j2
|
||||
mvn-logging-parent
|
||||
mvn-logkit
|
||||
mvn-lombok
|
||||
mvn-lucene-solr
|
||||
mvn-lz4-java
|
||||
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
|
||||
mvn-maven-aether-provider
|
||||
mvn-maven-ant-tasks
|
||||
mvn-maven-antrun-plugin
|
||||
mvn-maven-archetype
|
||||
mvn-maven-archiver
|
||||
mvn-maven-artifact
|
||||
mvn-maven-artifact-manager
|
||||
@@ -3134,6 +3135,7 @@ mvn-maven-resources-plugin
|
||||
mvn-maven-scm
|
||||
mvn-maven-scm-provider-svnjava
|
||||
mvn-maven-scm-publish-plugin
|
||||
mvn-maven-script-interpreter
|
||||
mvn-maven-settings
|
||||
mvn-maven-settings-builder
|
||||
mvn-maven-shade-plugin
|
||||
@@ -3146,6 +3148,7 @@ mvn-maven-toolchain
|
||||
mvn-maven-war-plugin
|
||||
mvn-mesos
|
||||
mvn-metrics
|
||||
mvn-metrics-reporter-config
|
||||
mvn-micrometer
|
||||
mvn-mina
|
||||
mvn-mina-sshd
|
||||
@@ -3153,11 +3156,16 @@ mvn-minimal-json
|
||||
mvn-minlog
|
||||
mvn-mockito
|
||||
mvn-mockito-core
|
||||
mvn-mockito-kotlin
|
||||
mvn-mockk
|
||||
mvn-mockserver
|
||||
mvn-modello
|
||||
mvn-mojo-parent
|
||||
mvn-mojo-signature
|
||||
mvn-moshi
|
||||
mvn-msgpack-java
|
||||
mvn-mssql-jdbc
|
||||
mvn-mustache.java
|
||||
mvn-mvnplugins
|
||||
mvn-mysql-connector-java
|
||||
mvn-native-platform
|
||||
@@ -3167,6 +3175,8 @@ mvn-netty
|
||||
mvn-nexus-maven-plugins
|
||||
mvn-nexus-public
|
||||
mvn-nicoulaj-parent
|
||||
mvn-nifi
|
||||
mvn-nifi-registry
|
||||
mvn-nimbus-jose-jwt
|
||||
mvn-nuiton
|
||||
mvn-oauth-java-client
|
||||
@@ -3177,6 +3187,7 @@ mvn-okhttp
|
||||
mvn-okio
|
||||
mvn-opencsv
|
||||
mvn-openhtmltopdf-parent
|
||||
mvn-opentest4j
|
||||
mvn-orc
|
||||
mvn-org.apache.felix.bundlerepository
|
||||
mvn-org.eclipse.sisu.inject
|
||||
@@ -3194,9 +3205,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
|
||||
@@ -3214,6 +3227,7 @@ mvn-plexus-languages
|
||||
mvn-plexus-resources
|
||||
mvn-plexus-utils
|
||||
mvn-plexus-velocity
|
||||
mvn-plugin-publish-plugin
|
||||
mvn-pmaven
|
||||
mvn-powermock
|
||||
mvn-powermock-reflect
|
||||
@@ -3222,11 +3236,14 @@ mvn-protobuf-java
|
||||
mvn-py4j
|
||||
mvn-pyrolite
|
||||
mvn-qdox
|
||||
mvn-rabbitmq
|
||||
mvn-re2j
|
||||
mvn-reactivestreams
|
||||
mvn-reflectasm
|
||||
mvn-reflections
|
||||
mvn-retrofit
|
||||
mvn-rhino
|
||||
mvn-rocksdb
|
||||
mvn-saaj-api
|
||||
mvn-sac
|
||||
mvn-saxon
|
||||
@@ -3241,6 +3258,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
|
||||
@@ -3248,17 +3266,21 @@ mvn-scalastyle-maven-plugin
|
||||
mvn-scalatest-maven-plugin
|
||||
mvn-scalatest_2.11
|
||||
mvn-scalatest_2.12
|
||||
mvn-schema-registry
|
||||
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
|
||||
mvn-sigar
|
||||
mvn-simpleframework
|
||||
mvn-sisu
|
||||
mvn-sisu-guice
|
||||
@@ -3269,11 +3291,13 @@ mvn-snappy
|
||||
mvn-snappy-java
|
||||
mvn-sonatype-aether
|
||||
mvn-sonatype-plexus-sec-dispatcher
|
||||
mvn-spatial4j
|
||||
mvn-spice-zapper
|
||||
mvn-spire_2.11
|
||||
mvn-spire_2.12
|
||||
mvn-spock
|
||||
mvn-spotbugs
|
||||
mvn-spotless
|
||||
mvn-sqljet
|
||||
mvn-ssl-config
|
||||
mvn-sslext
|
||||
@@ -3286,14 +3310,17 @@ mvn-struts
|
||||
mvn-super-csv
|
||||
mvn-svnkit
|
||||
mvn-swagger-core
|
||||
mvn-t-digest
|
||||
mvn-test-interface
|
||||
mvn-testng
|
||||
mvn-thrift
|
||||
mvn-tomcat
|
||||
mvn-treelayout
|
||||
mvn-trilead-ssh2
|
||||
mvn-trove4j
|
||||
mvn-tycho
|
||||
mvn-uncommons-maths
|
||||
mvn-unirest-java
|
||||
mvn-univocity-parsers
|
||||
mvn-unused
|
||||
mvn-validation-api
|
||||
@@ -3306,6 +3333,7 @@ mvn-weld-api
|
||||
mvn-weld-parent
|
||||
mvn-wikitext-project
|
||||
mvn-wildfly-openssl
|
||||
mvn-wiremock
|
||||
mvn-woodstox-core
|
||||
mvn-wsdl4j
|
||||
mvn-xalan
|
||||
@@ -3315,10 +3343,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
|
||||
@@ -3375,7 +3405,11 @@ nftables
|
||||
nghttp2
|
||||
nginx
|
||||
nginx-mainline
|
||||
nginx_cookie_flag_module
|
||||
ngraph
|
||||
ngx_brotli
|
||||
ngx_http_auth_pam_module
|
||||
ngx_http_enhanced_memcached_module
|
||||
nicstat
|
||||
nim
|
||||
ninja
|
||||
@@ -3424,7 +3458,6 @@ ocaml
|
||||
ocamlbuild
|
||||
ocl-icd
|
||||
octave
|
||||
offlineimap
|
||||
oiio
|
||||
okteta
|
||||
okular
|
||||
@@ -3438,6 +3471,7 @@ open-isns
|
||||
open-lldp
|
||||
open-vm-tools
|
||||
openQA
|
||||
open_model_zoo
|
||||
openal-soft
|
||||
openblas
|
||||
openbox
|
||||
@@ -4349,6 +4383,7 @@ php-protobuf
|
||||
php-psr
|
||||
php-radius
|
||||
php-raphf
|
||||
php-rdkafka
|
||||
php-redis
|
||||
php-scrypt
|
||||
php-stackdriver_debugger
|
||||
@@ -4398,6 +4433,8 @@ plasma-sdk
|
||||
plasma-vault
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
plata-theme
|
||||
plotly
|
||||
pluggy
|
||||
ply
|
||||
plzip
|
||||
@@ -4468,7 +4505,6 @@ pybtex
|
||||
pybtex-docutils
|
||||
pycadf
|
||||
pycairo
|
||||
pycam
|
||||
pycodestyle
|
||||
pycosat
|
||||
pycparser
|
||||
@@ -4485,14 +4521,10 @@ pyemd
|
||||
pyenchant
|
||||
pyflakes
|
||||
pygobject
|
||||
pygobject-legacy
|
||||
pygtk
|
||||
pygtkglext
|
||||
pyhs100
|
||||
pyinotify
|
||||
pykwalify
|
||||
pylama
|
||||
pyliblzma
|
||||
pylint
|
||||
pymemcache
|
||||
pymongo
|
||||
@@ -4536,7 +4568,6 @@ python-cinderclient
|
||||
python-coveralls
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
python-dateutil-legacypython
|
||||
python-designateclient
|
||||
python-distutils-extra
|
||||
python-editor
|
||||
@@ -4548,7 +4579,6 @@ python-heatclient
|
||||
python-hwinfo
|
||||
python-kconfiglib
|
||||
python-keystoneclient
|
||||
python-krbV
|
||||
python-magic
|
||||
python-magnumclient
|
||||
python-manilaclient
|
||||
@@ -4584,7 +4614,6 @@ python-vlc
|
||||
python-zaqarclient
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python2-mod_wsgi
|
||||
python3
|
||||
pytools
|
||||
pytorch
|
||||
@@ -4604,8 +4633,6 @@ qgit
|
||||
qhull
|
||||
qml-box2d
|
||||
qpdf
|
||||
qpid-python
|
||||
qpid-tools
|
||||
qqc2-desktop-style
|
||||
qrencode
|
||||
qscintilla
|
||||
@@ -4669,6 +4696,7 @@ rebootmgr
|
||||
recommonmark
|
||||
redis
|
||||
redis-native
|
||||
redis2-nginx-module
|
||||
redland
|
||||
redshift
|
||||
redsocks
|
||||
@@ -4804,6 +4832,7 @@ source-highlight
|
||||
sox
|
||||
spandsp
|
||||
spectacle
|
||||
speedtest-cli
|
||||
speex
|
||||
speexdsp
|
||||
sphinx-feature-classification
|
||||
@@ -4865,6 +4894,10 @@ sure
|
||||
suricata
|
||||
svg.path
|
||||
svgpart
|
||||
sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
sweeper
|
||||
swift
|
||||
swig
|
||||
@@ -4933,6 +4966,7 @@ text-unidecode
|
||||
texttable
|
||||
tflearn
|
||||
tgt
|
||||
the_silver_searcher
|
||||
thermal_daemon
|
||||
thermal_monitor
|
||||
thin-provisioning-tools
|
||||
@@ -4973,6 +5007,7 @@ traceback2
|
||||
traceroute
|
||||
tracker
|
||||
tracker-miners
|
||||
traefik
|
||||
traitlets
|
||||
tree
|
||||
trollius
|
||||
@@ -5039,6 +5074,7 @@ volume_key
|
||||
voluptuous
|
||||
voluptuous-serialize
|
||||
vpnc
|
||||
vpp
|
||||
vsqlite
|
||||
vte
|
||||
waffle
|
||||
@@ -5068,6 +5104,7 @@ wine
|
||||
winpdb
|
||||
wireless-regdb-master
|
||||
wireshark
|
||||
wlroots
|
||||
wmctrl
|
||||
woff2
|
||||
wok
|
||||
@@ -5075,7 +5112,6 @@ wol
|
||||
wpa_supplicant
|
||||
wrapt
|
||||
wsgi_intercept
|
||||
wsgiref
|
||||
wsjtx
|
||||
wxWidgets
|
||||
x11perf
|
||||
@@ -5176,7 +5212,6 @@ yelp
|
||||
yelp-tools
|
||||
yelp-xsl
|
||||
ytnef
|
||||
yum
|
||||
yum-metadata-parser
|
||||
zVMCloudConnector
|
||||
zake
|
||||
|
||||
Reference in New Issue
Block a user