On Fri, Nov 16, 2012 at 01:55:59PM +0000, Stuart Henderson wrote: > OK to import this? > > The YubiKey Personalization Tool is a Qt based Cross-Platform utility > designed to facilitate re-configuration of YubiKeys on Windows, Linux > and MAC platforms. The tool provides a same simple step-by-step > approach to make configuration of YubiKeys easy to follow and > understand, while still being powerful enough to exploit all > functionality both of the YubiKey 1 and YubiKey 2 generation of > keys. The tool provides the same functionality and user interface on > Windows, Linux and MAC platforms. > > The Cross-Platform YubiKey Personalization Tool provides the following > main functions: > > * Programming the YubiKey in "Yubico OTP" mode > * Programming the YubiKey in "OATH-HOTP" mode > * Programming the YubiKey in "Static Password" mode > * Programming the YubiKey in "Challenge-Response" mode > * Checking type and firmware version of the YubiKey
I just cvs up ports tree, updated all packages from latest amd64 snapshot and got this error: g++ -c -pipe -O2 -fno-wrapv -O2 -pipe -O2 -fno-wrapv -Wall -W -pthread -DVERSION=\"3.1.2\" -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/lib/qt4/mkspecs/openbsd-g++4 -I. -I/usr/local/include/X11/qt4/QtCore -I/usr/local/include/X11/qt4/QtGui -I/usr/local/include/X11/qt4 -I. -Isrc -Isrc/ui -I/usr/local/include/ykpers-1 -Ibuild/release/MOCFiles -Isrc/ui -I/usr/local/include -o build/release/ObjFiles/yubikeywriter.o src/yubikeywriter.cpp src/yubikeywriter.cpp: In member function 'void YubiKeyWriter::doChallengeResponse(QString, QString&, int, bool)': src/yubikeywriter.cpp:450: error: 'yk_challenge_response' was not declared in this scope src/yubikeywriter.cpp: In member function 'void YubiKeyWriter::writeNdef(bool, QString, QString, QString)': src/yubikeywriter.cpp:479: error: 'YK_NDEF' was not declared in this scope src/yubikeywriter.cpp:479: error: 'ndef' was not declared in this scope src/yubikeywriter.cpp:479: error: 'ykp_alloc_ndef' was not declared in this scope src/yubikeywriter.cpp:496: error: 'ykp_set_ndef_access_code' was not declared in this scope src/yubikeywriter.cpp:523: error: 'yk_write_ndef' was not declared in this scope src/yubikeywriter.cpp:531: error: 'ykp_free_ndef' was not declared in this scope *** Error 1 in /data/pobj/yubikey-personalization-gui-3.1.2/yubikey-personalization-gui-3.1.2 (Makefile:549 'build/release/ObjFiles/yubikeywriter.o') *** Error 1 in . (/data/cvs/OpenBSD/ports/infrastructure/mk/bsd.port.mk:2567 '/data/pobj/yubikey-personalization-gui-3.1.2/.build_done') *** Error 1 in /data/cvs/OpenBSD/ports/mystuff/security/yubikey-personalization-gui (/data/cvs/OpenBSD/ports/infrastructure/mk/bsd.port.mk:2287 'build') jirib