Skip to content

Commit

Permalink
Fix for supl server certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwil committed Feb 5, 2017
1 parent 9fd82a7 commit e2270fa
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl AC_PREREQ(2.59)
AC_INIT([maemo-security-certman], [0.2.8])
AC_INIT([maemo-security-certman], [0.2.9])
dnl AC_CONFIG_SRCDIR(lib/certman/maemosec_certman_main.cpp)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_CONFIG_HEADERS(include/config.h)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
maemo-security-certman (0.2.9) unstable; urgency=low

Certificate fix for location-proxy

-- Jonathan Wilson <jfwfreo@tpgi.com.au> Sun, 5 Feb 2017 11:58:10 -0500

maemo-security-certman (0.2.8) unstable; urgency=low

Update the root CA store to match mozilla-central revision e581572bc9c1
Expand Down
2 changes: 2 additions & 0 deletions debian/maemosec-certman-common-ca.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
etc/secure/s/certman.* /etc/secure/s
etc/certs/common-ca/* etc/certs/common-ca
etc/certs/blacklist/* etc/certs/blacklist
etc/certs/location-proxy/* etc/certs/location-proxy

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-----BEGIN CERTIFICATE-----
MIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG
A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz
cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2
MDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV
BAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt
YXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN
ADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE
BarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is
I19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G
CSqGSIb3DQEBAgUAA4GBALtMEivPLCYATxQT3ab7/AoRhIzzKBxnki98tsX63/Do
lbwdj2wsqFHMc9ikwFPwTtYmwHYBV4GSXiHx0bH/59AhWM1pF+NEHJwZRDmJXNyc
AA9WjQKZ7aKQRUzkuxCkPfAyAw7xzvjoyVGM5mKf5p/AfbdynMk2OmufTqj/ZA1k
-----END CERTIFICATE-----
6 changes: 6 additions & 0 deletions etc/secure/s/certman.location-proxy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
92e109791674722d1c2d12af81a512a8b9ba32e5 */etc/certs/location-proxy/00d85a4c25c122e58b31ef6dbaf3cc5f29f10d61.pem
SIGNATURE:
d15915cd12c73e8bbdbf62578727f9ee3c4e45703b8e26355b4ee9250fea0bf8
7ecaf689314441e01daee3280a3ca89f06e880d94ed80501e1e7fa2a31704e0f
84f0640abfbcfb890c1e925c2eb9d2b466738e911227e505e9eb1f3977614ee4
c71fdaaadc90807e6b3e9821099036d9f9f27fdc89b7632313c87f797f91f05c

0 comments on commit e2270fa

Please sign in to comment.