Overview
| Comment: | Use patched version of libpcsc |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
4aa7799e7f5b4984ce669e5bc0864397 |
| User & Date: | rkeene on 2019-01-30 17:21:46 |
| Other Links: | manifest | tags |
Context
|
2019-01-30
| ||
| 17:23 | Fix dereferencing of cackey_pin_command when it is NULL and ensure printed buffers are truncated check-in: ce07b4406e user: rkeene tags: trunk | |
| 17:21 | Use patched version of libpcsc check-in: 4aa7799e7f user: rkeene tags: trunk | |
|
2018-08-24
| ||
| 21:33 | Updated URL for RPM spec file check-in: 1efa305922 user: rkeene tags: trunk | |
Changes
Modified build/chrome/build-deps from [7ffe8225b5] to [035611c6f5].
| ︙ | ︙ | |||
172 173 174 175 176 177 178 |
# Build the libpcsc we need
function buildPCSC() {
local version url pkg sha256 configure_extra
local archive workdir
pkg='nacl-libpcsc'
| | | 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 |
# Build the libpcsc we need
function buildPCSC() {
local version url pkg sha256 configure_extra
local archive workdir
pkg='nacl-libpcsc'
version='e1fc5a5e98463fe85c48f791e349ebb5cf5dc42a'
url="https://chiselapp.com/user/rkeene/repository/nacl-libpcsc/tarball/nacl-libpcsc-${version}.tar.gz?uuid=${version}"
sha256='-'
archive="archive/${pkg}-${version}.tar.gz"
workdir="workdir-${RANDOM}${RANDOM}${RANDOM}${RANDOM}.build"
download "${url}" "${archive}" "${sha256}" || return 1
|
| ︙ | ︙ |