Compare commits

...

9 Commits

Author SHA1 Message Date
clrbuilder ed15af71c8 Update packages file for version 31270
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-10-09 05:28:26 +00:00
clrbuilder 3c20fc2ad8 Update packages file for version 31260
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-10-08 19:16:31 +00:00
santoshkumar d7f6ddcce1 make bump : Replaced *.spec to package specfilic specfile variable $(SPECFILE).
In the submmitter's local pacakge directory can have mulptiple spec file present,
or swap file thus to avoid adding multiple specfile in git add better only add package
specific specfile.

Signed-off-by: santoshkumar <santoshkumar.laxminarayan.rai@intel.com>
2019-10-03 10:15:36 -07:00
Alex Jaramillo 22a927e26b Removing cve-check-tool
This tool no longer works and the repo looks abandoned (last commit
04/27/2017). The NVD cve database has changed format since.

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2019-10-01 22:24:48 +00:00
clrbuilder 4a29a2d5c1 Update packages file for version 31140
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-10-01 06:40:52 +00:00
Patrick McCarty 81ef638151 autospec: establish different calling convention for setting cli booleans
For the `make autospec` variants, use a simpler calling convention so
that the callers do not need to know the boolean option names.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-09-29 13:30:41 -07:00
clrbuilder 50b8b07d34 Update packages file for version 31120
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-09-27 05:03:55 +00:00
clrbuilder 47b634bc75 Update packages file for version 31110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-09-26 05:03:18 +00:00
clrbuilder 292ea0bde9 Update packages file for version 31100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-09-25 05:04:12 +00:00
3 changed files with 88 additions and 116 deletions
+6 -11
View File
@@ -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.
-6
View File
@@ -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.
+82 -99
View File
@@ -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
@@ -298,6 +297,7 @@ R-csvy
R-cubature
R-curl
R-cvTools
R-cyclocomp
R-data.table
R-date
R-dbarts
@@ -872,6 +872,7 @@ R-withr
R-worrms
R-xfun
R-xml2
R-xmlparsedata
R-xopen
R-xtable
R-xts
@@ -901,6 +902,7 @@ SPIRV-Headers
SPIRV-Tools
SQLAlchemy
SQLAlchemy-Utils
SVT-AV1
Sane
Send2Trash
Shapely
@@ -1018,7 +1020,6 @@ arc-theme
argcomplete
argon2
argon2_cffi
argparse
aria2
ark
armadillo
@@ -1030,8 +1031,10 @@ asciinema
asio
asn1crypto
aspell
aspell-de
aspell-en
aspell-es
aspell-fr
aspell-pt_BR
assimp
astor
@@ -1147,7 +1150,6 @@ buildreq-cmake
buildreq-configure
buildreq-cpan
buildreq-distutils
buildreq-distutils23
buildreq-distutils3
buildreq-distutils36
buildreq-gnome
@@ -1157,6 +1159,7 @@ buildreq-kernel
buildreq-make
buildreq-meson
buildreq-mvn
buildreq-nginx
buildreq-php
buildreq-qmake
buildreq-scons
@@ -1332,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
@@ -1387,7 +1389,6 @@ cups-pk-helper
curl
cursive
cve-bin-tool
cve-check-tool
cxxfilt
cycler
cyrus-sasl
@@ -1415,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
@@ -1661,13 +1587,13 @@ flatpak
flatpak-builder
fldigi
flex
flink-dep
fllog
flmsg
flnet
flrig
fltk
fluidsynth
fmt
folks
font-util
fontconfig
@@ -1686,7 +1612,6 @@ fritzing-app
fs
funcparserlib
funcsigs
functools32
fuse
futurist
fwupd
@@ -1729,6 +1654,7 @@ gflags
gftp
ghc
ghostscript
giflib
gimp
girara
git
@@ -1778,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
@@ -1828,6 +1755,7 @@ google-pasta
google-reauth
googletest
gparted
gpaste
gperf
gperftools
gpgme
@@ -1891,6 +1819,7 @@ hardinfo
hardlink
harfbuzz
haskell-random
haveged
hdf5
hdmedians
hdparm
@@ -1941,6 +1870,7 @@ iceauth
icecream
icon-naming-utils
icu4c
idle-python3.7-assets
idna
idna-ssl
ifaddr
@@ -2051,7 +1981,6 @@ jupyterlab_server
kactivities
kactivities-stats
kactivitymanagerd
kafka-dep
kalarm
kalarmcal
kalgebra
@@ -2363,6 +2292,7 @@ libdmx
libdnf
libdrm
libe-book
libeconf
libedit
libepoxy
libepubgen
@@ -2496,8 +2426,8 @@ libqb
libqmi
libqtxdg
libqxp
librabbitmq
libratbag
librdkafka
libreoffice
librepo
librevenge
@@ -2609,6 +2539,7 @@ linuxptp
lksctp-tools
llfuse
llvm
llvm8
llvmlite
lm-sensors
lmdb
@@ -2627,6 +2558,8 @@ lsof
lsscsi
ltp
ltrace
lttng-tools
lttng-ust
lua
lua52
lualgi
@@ -2666,7 +2599,6 @@ man-pages
man-pages-posix
marble
mariadb
mash
materia-theme
matplotlib
mc
@@ -2677,6 +2609,7 @@ mdds
media-player-info
mediasdk
meld
memc-nginx-module
memcached
memkind
memshrinker
@@ -2762,6 +2695,7 @@ musl
mutagen
mutt
mutter
mvn-DependencyCheck
mvn-Fenzo
mvn-GMetrics
mvn-HdrHistogram
@@ -2770,6 +2704,7 @@ mvn-JavaEWAH
mvn-JsonPath
mvn-LatencyUtils
mvn-RoaringBitmap
mvn-TipTip
mvn-accessors-smart
mvn-activation
mvn-addthis-oss-jar-pom
@@ -2794,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
@@ -2823,6 +2761,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
@@ -2845,6 +2784,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
@@ -2876,6 +2816,7 @@ mvn-commons-validator
mvn-compile-command-annotations
mvn-compiler-interface
mvn-compress-lzf
mvn-concurrent-trees
mvn-concurrentlinkedhashmap
mvn-config
mvn-crc32ex
@@ -2886,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
@@ -2901,8 +2843,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
@@ -2934,6 +2878,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
@@ -2945,6 +2896,7 @@ mvn-guava
mvn-guice
mvn-guice-servlet
mvn-h2database
mvn-h3xsteram-retirejs
mvn-hadoop
mvn-hadoop-aliyun
mvn-hamcrest
@@ -2984,12 +2936,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
@@ -3013,7 +2967,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
@@ -3034,6 +2992,8 @@ mvn-jets3t
mvn-jettison
mvn-jetty
mvn-jetty-parent
mvn-jfree
mvn-jfreechart
mvn-jgit
mvn-jhighlight
mvn-jline
@@ -3051,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
@@ -3078,18 +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
@@ -3108,6 +3074,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
@@ -3189,6 +3156,8 @@ mvn-minimal-json
mvn-minlog
mvn-mockito
mvn-mockito-core
mvn-mockito-kotlin
mvn-mockk
mvn-mockserver
mvn-modello
mvn-mojo-parent
@@ -3218,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
@@ -3235,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
@@ -3255,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
@@ -3270,6 +3243,7 @@ mvn-reflectasm
mvn-reflections
mvn-retrofit
mvn-rhino
mvn-rocksdb
mvn-saaj-api
mvn-sac
mvn-saxon
@@ -3284,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
@@ -3291,14 +3266,17 @@ 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
@@ -3319,6 +3297,7 @@ mvn-spire_2.11
mvn-spire_2.12
mvn-spock
mvn-spotbugs
mvn-spotless
mvn-sqljet
mvn-ssl-config
mvn-sslext
@@ -3338,6 +3317,7 @@ mvn-thrift
mvn-tomcat
mvn-treelayout
mvn-trilead-ssh2
mvn-trove4j
mvn-tycho
mvn-uncommons-maths
mvn-unirest-java
@@ -3363,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
@@ -3423,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
@@ -3472,7 +3458,6 @@ ocaml
ocamlbuild
ocl-icd
octave
offlineimap
oiio
okteta
okular
@@ -4398,6 +4383,7 @@ php-protobuf
php-psr
php-radius
php-raphf
php-rdkafka
php-redis
php-scrypt
php-stackdriver_debugger
@@ -4448,6 +4434,7 @@ plasma-vault
plasma-workspace
plasma-workspace-wallpapers
plata-theme
plotly
pluggy
ply
plzip
@@ -4518,7 +4505,6 @@ pybtex
pybtex-docutils
pycadf
pycairo
pycam
pycodestyle
pycosat
pycparser
@@ -4535,14 +4521,10 @@ pyemd
pyenchant
pyflakes
pygobject
pygobject-legacy
pygtk
pygtkglext
pyhs100
pyinotify
pykwalify
pylama
pyliblzma
pylint
pymemcache
pymongo
@@ -4586,7 +4568,6 @@ python-cinderclient
python-coveralls
python-crfsuite
python-dateutil
python-dateutil-legacypython
python-designateclient
python-distutils-extra
python-editor
@@ -4598,7 +4579,6 @@ python-heatclient
python-hwinfo
python-kconfiglib
python-keystoneclient
python-krbV
python-magic
python-magnumclient
python-manilaclient
@@ -4634,7 +4614,6 @@ python-vlc
python-zaqarclient
python-zeep
python-zstandard
python2-mod_wsgi
python3
pytools
pytorch
@@ -4654,8 +4633,6 @@ qgit
qhull
qml-box2d
qpdf
qpid-python
qpid-tools
qqc2-desktop-style
qrencode
qscintilla
@@ -4719,6 +4696,7 @@ rebootmgr
recommonmark
redis
redis-native
redis2-nginx-module
redland
redshift
redsocks
@@ -4854,6 +4832,7 @@ source-highlight
sox
spandsp
spectacle
speedtest-cli
speex
speexdsp
sphinx-feature-classification
@@ -4916,6 +4895,9 @@ suricata
svg.path
svgpart
sway
swaybg
swayidle
swaylock
sweeper
swift
swig
@@ -4984,6 +4966,7 @@ text-unidecode
texttable
tflearn
tgt
the_silver_searcher
thermal_daemon
thermal_monitor
thin-provisioning-tools
@@ -5024,6 +5007,7 @@ traceback2
traceroute
tracker
tracker-miners
traefik
traitlets
tree
trollius
@@ -5090,6 +5074,7 @@ volume_key
voluptuous
voluptuous-serialize
vpnc
vpp
vsqlite
vte
waffle
@@ -5127,7 +5112,6 @@ wol
wpa_supplicant
wrapt
wsgi_intercept
wsgiref
wsjtx
wxWidgets
x11perf
@@ -5228,7 +5212,6 @@ yelp
yelp-tools
yelp-xsl
ytnef
yum
yum-metadata-parser
zVMCloudConnector
zake