unattended-upgrades result for jena-vm.apache.org: SUCCESS

2024-01-18 Thread root
Unattended upgrade result: All upgrades installed

Packages that were upgraded:
 libpam-modules libpam-modules-bin libpam-runtime libpam0g

Package installation log:
Log started: 2024-01-19  06:07:11
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.7_amd64.deb ...
Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ...
Setting up libpam0g:amd64 (1.3.1-5ubuntu4.7) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
Log ended: 2024-01-19  06:07:15

Log started: 2024-01-19  06:07:15
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.7_amd64.deb ...
Unpacking libpam-modules-bin (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ...
Setting up libpam-modules-bin (1.3.1-5ubuntu4.7) ...
Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.7_amd64.deb ...
Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ...
Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.7) ...
Processing triggers for man-db (2.9.1-1) ...
Log ended: 2024-01-19  06:07:21

Log started: 2024-01-19  06:07:22
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
apt-listchanges: Reading changelogs...
Preconfiguring packages ...
Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.7_all.deb ...
Unpacking libpam-runtime (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4.6) ...
Setting up libpam-runtime (1.3.1-5ubuntu4.7) ...

pam-auth-update: Local modifications to /etc/pam.d/common-*, not updating.
pam-auth-update: Run pam-auth-update --force to override.

Processing triggers for man-db (2.9.1-1) ...
Log ended: 2024-01-19  06:07:27



Unattended-upgrades log:
Starting unattended upgrades script
Allowed origins are: origin=Ubuntu,suite=focal, 
origin=Ubuntu,suite=focal-security, origin=Ubuntu,suite=focal-backports, 
origin=Ubuntu,suite=focal-updates
Initial blacklist: 
Initial whitelist (not strict): 
Packages that will be upgraded: libpam-modules libpam-modules-bin 
libpam-runtime libpam0g
Writing dpkg log to /var/log/unattended-upgrades/unattended-upgrades-dpkg.log
All upgrades installed


Re: [PR] Fix rdf-thrift URL [jena-site]

2024-01-18 Thread via GitHub


kinow merged PR #176:
URL: https://github.com/apache/jena-site/pull/176


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Fix rdf-thrift URL [jena-site]

2024-01-18 Thread via GitHub


joshmoore opened a new pull request, #176:
URL: https://github.com/apache/jena-site/pull/176

   The previous rdf-thrift URL (https://afs.github.io/rdf-thrift) does not 
render in Chrome/OSX, assumedly due to a missing redirect.
   
   ```
   $ curl -IL https://afs.github.io/rdf-thrift
   HTTP/2 200
   server: GitHub.com
   content-type: text/html; charset=utf-8
   permissions-policy: interest-cohort=()
   last-modified: Sat, 03 Dec 2022 10:51:05 GMT
   access-control-allow-origin: *
   etag: "638b2a19-3cc"
   expires: Thu, 18 Jan 2024 08:17:23 GMT
   cache-control: max-age=600
   x-proxy-cache: MISS
   x-github-request-id: F4C2:2FFA55:585BEB3:59B9FAD:65A8DC3B
   accept-ranges: bytes
   date: Thu, 18 Jan 2024 08:07:38 GMT
   via: 1.1 varnish
   age: 15
   x-served-by: cache-fra-eddf8230085-FRA
   x-cache: HIT
   x-cache-hits: 1
   x-timer: S1705565258.486688,VS0,VE2
   vary: Accept-Encoding
   x-fastly-request-id: 44210949b1d61366b2f3687dfebb857648e79ece
   content-length: 972
   
   $ curl -IL https://afs.github.io/rdf-thrift/
   HTTP/2 200
   server: GitHub.com
   content-type: text/html; charset=utf-8
   permissions-policy: interest-cohort=()
   last-modified: Sat, 03 Dec 2022 10:51:05 GMT
   access-control-allow-origin: *
   etag: "638b2a19-ca9"
   expires: Thu, 18 Jan 2024 08:18:34 GMT
   cache-control: max-age=600
   x-proxy-cache: MISS
   x-github-request-id: 0CF2:2C7005:302E610:30EB27B:65A8DC82
   accept-ranges: bytes
   date: Thu, 18 Jan 2024 08:08:34 GMT
   via: 1.1 varnish
   age: 0
   x-served-by: cache-fra-eddf8230034-FRA
   x-cache: MISS
   x-cache-hits: 0
   x-timer: S1705565314.436379,VS0,VE102
   vary: Accept-Encoding
   x-fastly-request-id: 26f87c34d577b083f023642c07a2318ae27df25b
   content-length: 3241
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org