7468 Commits

Author SHA1 Message Date
espie
7a023d2bb4 this is arch-independent 2019-11-14 13:21:42 +00:00
jsg
32f018c05a update intel microcode to 20191113
-- Updates upon 20191112 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------

---- updated platforms ------------------------------------
CFL-S        P0       6-9e-c/22 000000a2->000000c6 Core Gen9 Desktop

---- removed platforms ------------------------------------

NOTE:  This microcode was previously incorrectly listed as both CFL-S (Desktop)
       and CFL-H (Mobile) and was removed from the 20191112 release.  This
       processor is now correctly listed as CFL-S (Desktop) only.
2019-11-14 02:54:35 +00:00
bcallah
392415ea35 Update to diffoscope-129 2019-11-13 17:05:34 +00:00
sthen
0f2cd09d7b after installing or updating intel ucode, print
"*** CPU microcode has been updated - reboot to apply."
2019-11-13 11:30:30 +00:00
espie
1f1b2d3b62 DEBUG_PACKAGES, simple and sweet to test 2019-11-13 10:57:51 +00:00
jsg
6c285c1fed update intel microcode to 20191112
-- Updates upon 20190918 release --
Processor             Identifier     Version       Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------
AVN          B0/C0    6-4d-8/01           0000012D Atom C2xxx
CML-U62      A0       6-a6-0/80           000000c6 Core Gen10 Mobile
CNL-U        D0       6-66-3/80           0000002a Core Gen8 Mobile
SKX-SP       B1       6-55-3/97           01000151 Xeon Scalable
GKL          B0       6-7a-1/01           00000032 Pentium J5005/N5000, Celeron J4005/J4105/N4000/N4100
GKL-R        R0       6-7a-8/01           00000016 Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
ICL U/Y      D1       6-7e-5/80           00000046 Core Gen10 Mobile

---- updated platforms ------------------------------------
SKL U/Y      D0       6-4e-3/c0 000000cc->000000d4 Core Gen6 Mobile
SKX-SP       H0/M0/U0 6-55-4/b7 02000064->00000065 Xeon Scalable
SKX-D        M1       6-55-4/b7 02000064->00000065 Xeon D-21xx
CLX-SP       B0       6-55-6/bf 0400002b->0400002c Xeon Scalable Gen2
CLX-SP       B1       6-55-7/bf 0500002b->0500002c Xeon Scalable Gen2
SKL H/S/E3   R0/N0    6-5e-3/36 000000cc->000000d4 Core Gen6
AML-Y22      H0       6-8e-9/10 000000b4->000000c6 Core Gen8 Mobile
KBL-U/Y      H0       6-8e-9/c0 000000b4->000000c6 Core Gen7 Mobile
CFL-U43e     D0       6-8e-a/c0 000000b4->000000c6 Core Gen8 Mobile
WHL-U        W0       6-8e-b/d0 000000b8->000000c6 Core Gen8 Mobile
AML-Y        V0       6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile
CML-U42      V0       6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile
WHL-U        V0       6-8e-c/94 000000b8->000000c6 Core Gen8 Mobile
KBL-G/X      H0       6-9e-9/2a 000000b4->000000c6 Core Gen7/Gen8
KBL-H/S/E3   B0       6-9e-9/2a 000000b4->000000c6 Core Gen7; Xeon E3 v6
CFL-H/S/E3   U0       6-9e-a/22 000000b4->000000c6 Core Gen8 Desktop, Mobile, Xeon E
CFL-S        B0       6-9e-b/02 000000b4->000000c6 Core Gen8
CFL-H        R0       6-9e-d/22 000000b8->000000c6 Core Gen9 Mobile
2019-11-13 00:07:28 +00:00
rsadowski
5019b4504d Update telegraf to 1.12.3 2019-11-12 22:31:23 +00:00
bket
c5ac756c44 +unionfs-fuse 2019-11-12 15:18:32 +00:00
bket
4af368d1fc Import unionfs-fuse-2.0.
DESCR:
unionfs-fuse overlays several directory into one single mount point.

It first tries to access the file on the top branch and if the file does
not exist there, it continues on lower level branches. If the user tries
to modify a file on a lower level read-only branch the file is copied to
a higher level read-write branch if the copy-on-write (cow) mode was
enabled.

OK rsadowski@, jca@
2019-11-12 15:15:09 +00:00
jeremy
04fcbcf378 Update to libvirt 0.7.1 2019-11-12 06:46:40 +00:00
fcambus
905b816ca4 Switch HOMEPAGE to HTTPS. 2019-11-11 20:58:49 +00:00
pvk
c8e3c54d80 +py-vmomi 2019-11-10 22:54:43 +00:00
pvk
9de19989ac Import py-vmomi, python SDK for the VMware vSphere API ok sthen@ 2019-11-10 22:53:08 +00:00
ajacoutot
d631d2238c Add some doc about creating new releases. 2019-11-10 19:56:58 +00:00
ajacoutot
065d94f886 No rhum for Landry. 2019-11-10 17:31:06 +00:00
ajacoutot
dc1d250c89 Update to terragrunt-0.21.4. 2019-11-10 14:14:35 +00:00
ajacoutot
5501050a5d Update terraform providers. 2019-11-10 14:01:45 +00:00
sthen
e20e0062ea nicer error if the mirror doesn't support ssh forwarding 2019-11-10 13:53:38 +00:00
sthen
6a5adc6f87 whitespace nits 2019-11-10 13:37:49 +00:00
sthen
797addee1f Now that some more second-level repository mirrors support ssh
port-forwarding (i.e. connect to localhost:873 on the mirror to tunnel
the rsync protocol), change the default to use this.

reposync still supports use of plaintext as a non-default option for now,
this may change in the future.
2019-11-10 13:36:32 +00:00
ajacoutot
d3f5a03ce4 Update to awscli-1.16.278. 2019-11-10 12:54:49 +00:00
ajacoutot
0445b8694d Remove aws-shell; no development since 1+ year and it prevents updating
py-prompt_toolkit.
2019-11-10 11:49:36 +00:00
landry
5a39e091ae BDEP on gettext-tools, not gettext.
cluebat from ajacoutot@
2019-11-10 11:32:33 +00:00
landry
ffcd636594 Update to upower 0.99.11. 2019-11-10 11:17:48 +00:00
bcallah
564546fe0b Update to bfs-1.5.1
Changelog: https://github.com/tavianator/bfs/releases/tag/1.5.1
2019-11-09 23:02:06 +00:00
ajacoutot
b7ec6f5a45 Take maintainer; I'll try and update these in the next few months. 2019-11-09 10:32:26 +00:00
kmos
6529fceb62 Move tests to MODPY_PYTEST 2019-11-08 22:40:35 +00:00
sthen
06b026089f tie the hash of the CVSROOT directory listing to the rsync repo address,
so switching server will trigger a full sync.
2019-11-08 21:58:58 +00:00
sthen
4ce0173ff7 I had an @ask-update to warn about the syntax change, but have now decided
it's not worth it because "make update" from ports doesn't agree with this.
2019-11-08 14:03:43 +00:00
sthen
52d74a7d7d add getopt parsing and move SSH port-forwarding username from special
rsync://username@host/path syntax to "reposync -l username rsync://host/path",
also add -f to force an update even if ChangeLog didn't change.

change in port-forwarding syntax done to stop depending on an undocumented
rsync feature tracked down by naddy@.
2019-11-08 13:57:10 +00:00
ajacoutot
2a06288cfd Update to exoscale-cli-1.6.0. 2019-11-08 11:58:19 +00:00
ajacoutot
a1947f5500 Update terraform providers. 2019-11-08 11:14:50 +00:00
fcambus
e7e89727a6 Fix broken HOMEPAGE and MASTER_SITES. 2019-11-08 10:27:56 +00:00
ajacoutot
311ec7dcd6 Update to awscli-1.16.277. 2019-11-08 10:12:27 +00:00
sthen
56a43d1648 check that reposync is run by uid owning the repo 2019-11-08 09:56:21 +00:00
kmos
3253c84b93 Tests still need things from py-nose, restore it to TEST_DEPENDS 2019-11-08 09:34:55 +00:00
kmos
517bfe443d Make tests for py-metlog actually run.
Just over half fail, but this is an improvement over "0 tests ran"
2019-11-07 14:41:04 +00:00
kmos
981b4cae3c Fix tests by moving from py-nose to py-test and patch a test file to
work properly with py-test.
2019-11-07 14:39:29 +00:00
ajacoutot
104d75af4d Update to awscli-1.16.276. 2019-11-07 13:41:00 +00:00
pvk
d5952760e7 Update ansible-2.8.6 -> 2.9.0
Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst
Take maintainership, ok jasper@
2019-11-07 13:33:20 +00:00
pvk
3763235c2e Fix permissions:
/logstash/vendor/bundle/jruby must be owned by _logstash
to be able to install plugins, while /logstash/vendor/jruby
doesn't need to be owned by _logstash, so tighten up permissions on this one
2019-11-07 13:26:10 +00:00
sebastia
e7e42fd74c simple update 2.4.1 -> 2.4.2 2019-11-07 07:43:14 +00:00
ajacoutot
f81fba0095 Update to awscli-1.16.274. 2019-11-06 16:49:54 +00:00
ajacoutot
769997bb84 Update terraform providers. 2019-11-06 16:31:59 +00:00
pvk
6d207e36e6 Update riemann 0.3.1 -> 0.3.4
Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md
2019-11-06 16:16:23 +00:00
ajacoutot
229151e23e Update to nomad-0.10.1. 2019-11-06 16:02:10 +00:00
ajacoutot
e0d96b0ce3 Update to packer-1.4.5. 2019-11-06 16:01:59 +00:00
ajacoutot
e2b29fe0f5 Update to google-cloud-sdk-270.0.0. 2019-11-06 15:35:24 +00:00
ajacoutot
9a8880d2d1 Update to amazon-ssm-agent-2.3.756.0. 2019-11-06 15:21:39 +00:00
pvk
f1852ca838 Update rancid 3.9 -> 3.10
Changelog: https://www.shrubbery.net/rancid/CHANGES
2019-11-06 10:27:36 +00:00