[Bug 927452] New: Review Request: rlglue - Reinforcement Learning Glue
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=927452
Bug ID: 927452
Summary: Review Request: rlglue - Reinforcement Learning Glue
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: sanjay.ankur(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Spec URL: http://ankursinha.fedorapeople.org/rlglue/rlglue.spec
SRPM URL: http://ankursinha.fedorapeople.org/rlglue/rlglue-3.04-1.fc20.src.rpm
Description:
RL-Glue (Reinforcement Learning Glue) provides a standard interface that allows
you to connect reinforcement learning agents, environments, and experiment
programs together, even if they are written in different languages.
Fedora Account System Username: ankursinha
RPMS at: http://ankursinha.fedorapeople.org/rlglue/
rpmlint output:
[ankur@dhcppc1 fedora-reviews]$ rpmlint
/var/lib/mock/fedora-rawhide-x86_64/result/*.rpm ~/rpmbuild/SPECS/rlglue.spec
~/rpmbuild/SRPMS/rlglue-3.04-1.fc18.src.rpm
rlglue.x86_64: W: shared-lib-calls-exit
/usr/lib64/librlgluenetdev-0:0:0.so.0.0.0 exit(a)GLIBC_2.2.5
rlglue-debuginfo.x86_64: W: spurious-executable-perm
/usr/src/debug/rlglue-3.04/src/rlglue/RL_glue.h
rlglue-debuginfo.x86_64: W: spurious-executable-perm
/usr/src/debug/rlglue-3.04/src/RL_glue.c
rlglue-devel.x86_64: W: no-documentation
6 packages and 1 specfiles checked; 0 errors, 4 warnings.
[ankur@dhcppc1 fedora-reviews]$
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NGZD9VMH5N&a=cc_unsubscribe
5 years, 1 month
[Bug 794793] New: Review Request: openssl-ibmpkcs11 - An openssl PKCS#11 engine
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: openssl-ibmpkcs11 - An openssl PKCS#11 engine
https://bugzilla.redhat.com/show_bug.cgi?id=794793
Summary: Review Request: openssl-ibmpkcs11 - An openssl PKCS#11
engine
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: key(a)linux.vnet.ibm.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Spec URL: http://kyoder.users.sourceforge.net/openssl-ibmpkcs11.spec
SRPM URL: http://kyoder.users.sourceforge.net/openssl-ibmpkcs11-1.0.0-0.src.rpm
Description: This package contains a shared object OpenSSL dynamic engine for
the use with a PKCS#11 implementation such as openCryptoki.
This package provides a library that will bridge the gap between a PKCS#11
implementation, which provides support for storage of keys and certificates and
cryptographic hardware support, to the openssl libcrypto library.
Testing:
1. Install openCryptoki:
# rpm -ivh opencryptoki-2.3.3-2.fc15.i686.rpm
opencryptoki-libs-2.3.3-2.fc15.i686.rpm
opencryptoki-swtok-2.3.3-2.fc15.i686.rpm
2. Configure openCryptoki:
# /etc/init.d/pkcsslotd start
[root@localhost ~]# pkcsconf -t
Token #0 Info:
Label: IBM OS PKCS#11
Manufacturer: IBM Corp.
Model: IBM SoftTok
Serial Number: 123
Flags: 0x880045
(RNG|LOGIN_REQUIRED|CLOCK_ON_TOKEN|USER_PIN_TO_BE_CHANGED|SO_PIN_TO_BE_CHANGED)
Sessions: -1/-1
R/W Sessions: -1/-1
PIN Length: 4-8
Public Memory: 0xFFFFFFFF/0xFFFFFFFF
Private Memory: 0xFFFFFFFF/0xFFFFFFFF
Hardware Version: 1.0
Firmware Version: 1.0
Time: 10:01:00 AM
[root@localhost ~]# pkcsconf -I -c 0
Enter the SO PIN: # (default is 87654321)
Enter a unique token label: kentinit
[root@localhost ~]# pkcsconf -P -c 0
Enter the SO PIN:
Enter the new SO PIN:
Re-enter the new SO PIN:
[root@localhost ~]# pkcsconf -u -c 0
Enter the SO PIN:
Enter the new user PIN:
Re-enter the new user PIN:
[root@localhost ~]# pkcsconf -t
Token #0 Info:
Label: kentinit
Manufacturer: IBM Corp.
Model: IBM SoftTok
Serial Number: 123
Flags: 0x44D
(RNG|LOGIN_REQUIRED|USER_PIN_INITIALIZED|CLOCK_ON_TOKEN|TOKEN_INITIALIZED)
Sessions: -1/-1
R/W Sessions: -1/-1
PIN Length: 4-8
Public Memory: 0xFFFFFFFF/0xFFFFFFFF
Private Memory: 0xFFFFFFFF/0xFFFFFFFF
Hardware Version: 1.0
Firmware Version: 1.0
Time: 10:01:44 AM
3. Point openssl at the new engine:
[root@localhost ~]# openssl engine -t
(aesni) Intel AES-NI engine (no-aesni)
[ available ]
(dynamic) Dynamic engine loading support
[ unavailable ]
[root@localhost ~]#
OPENSSL_CONF=/usr/share/doc/openssl-ibmpkcs11-1.0.0/openssl.cnf.sample openssl
engine -t
(aesni) Intel AES-NI engine (no-aesni)
[ available ]
(dynamic) Dynamic engine loading support
[ unavailable ]
(ibmpkcs11) PKCS#11 hardware engine support
[ available ]
4. Run an openssl speed test using the engine:
[root@localhost ~]#
OPENSSL_CONF=/usr/share/doc/openssl-ibmpkcs11-1.0.0/openssl.cnf.sample openssl
engine -c
(aesni) Intel AES-NI engine (no-aesni)
(dynamic) Dynamic engine loading support
(ibmpkcs11) PKCS#11 hardware engine support
[RSA, RAND, DES-ECB, DES-CBC, DES-EDE3, DES-EDE3-CBC, AES-128-ECB,
AES-128-CBC, AES-192-ECB, AES-192-CBC, AES-256-ECB, AES-256-CBC, MD5, SHA1,
RSA-SHA1, hmacWithSHA1]
[root@localhost ~]#
OPENSSL_CONF=/usr/share/doc/openssl-ibmpkcs11-1.0.0/openssl.cnf.sample openssl
speed -engine ibmpkcs11 -evp des-ecb
engine "ibmpkcs11" set.
Doing des-ecb for 3s on 16 size blocks: 3601074 des-ecb's in 2.97s
Doing des-ecb for 3s on 64 size blocks: 1724899 des-ecb's in 2.97s
Doing des-ecb for 3s on 256 size blocks: 545990 des-ecb's in 2.90s
Doing des-ecb for 3s on 1024 size blocks: 156847 des-ecb's in 2.97s
Doing des-ecb for 3s on 8192 size blocks: 19434 des-ecb's in 2.97s
OpenSSL 1.0.0e-fips 6 Sep 2011
built on: Wed Sep 7 18:44:05 UTC 2011
options:bn(64,32) md2(int) rc4(8x,mmx) des(ptr,risc1,16,long) aes(partial)
blowfish(idx)
compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DKRB5_MIT -DL_ENDIAN -DTERMIO -Wall -O2 -g -pipe
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables -Wa,--noexecstack -DOPENSSL_BN_ASM_PART_WORDS
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
des-ecb 19399.73k 37169.54k 48197.74k 54077.89k 53603.81k
[root@localhost ~]#
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
5 years, 1 month
[Bug 854723] New: Review Request: bat - Binary Analysis Tool
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=854723
Bug ID: 854723
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Assignee: nobody(a)fedoraproject.org
Summary: Review Request: bat - Binary Analysis Tool
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: bluebat(a)member.fsf.org
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: Package Review
Product: Fedora
SPEC URL: https://api.opensuse.org/public/source/home:bluebat/bat/bat.spec
SRPM URL:
http://download.opensuse.org/repositories/home:/bluebat/Fedora_17/src/bat...
Description:
The Binary Analysis Tool is a modular framework that assists with auditing the
contents of compiled software. It makes it easier and cheaper to look inside
technology, and this helps compliance and due diligence activities.
The tool is freely available to everyone. The community can use it and
participate in further development, and work together to help reduce errors
when shipping devices or products containing Free and Open Source Software.
--
You are receiving this mail because:
You are on the CC list for the bug.
5 years, 2 months
[Bug 721112] New: Review Request: vmtk - The Vascular Modeling Toolkit
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: vmtk - The Vascular Modeling Toolkit
https://bugzilla.redhat.com/show_bug.cgi?id=721112
Summary: Review Request: vmtk - The Vascular Modeling Toolkit
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: sanjay.ankur(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Spec URL: http://ankursinha.fedorapeople.org/vmtk/vmtk.spec
SRPM URL: http://ankursinha.fedorapeople.org/vmtk/vmtk-0.9.0-1.fc15.src.rpm
Description:
== Segmentation of vascular segments (or other anatomical structures) from
medical
images:
Gradient-based 3D level sets segmentation. A new gradient computation
modality based on upwind finite differences allows the segmentation of small
(down to 1.2 pixels/diameter) vessels.
Interactive level sets initialization based on the Fast Marching Method.
This includes a brand new method for selecting a vascular segment comprised
between two points automatically ignoring side branches, no parameters
involved.
Segmenting a complex vascular tract comes down to selecting the endpoints of a
branch, letting level sets by attracted to gradient peaks with the sole
advection term turned on, repeating the operation for all the branches and
merging everything in a single model.
== Geometric analysis and surface data processing of 3D models of blood vessels
(and tubular objects in general)((The key algorithms have been published on
medical imaging journals. You can find a complete reference to publications at
David Steinman's and Luca Antiga's homepages)):
Compute centerlines and maximal inscribed sphere radius of branching
tubular
structures given their polygonal surface representation
Split surface models into their constitutive branches based on centerline
geometry
Compute centerline-based geometric quantities (such as bifurcation angles,
planarity, symmetry, branch curvature, tortuosity) and surface-based geometric
quantities (such as distance to centerlines, surface curvature, deviation from
tangency to maximal inscribed spheres)
Robustly map branches to a rectangular parametric space
Generate rectangular patches based on the parametric mapping for
statistical
analysis of geometric and CFD data over populations.
== Scripts, I/O tools and simple algorithms to easily work with images and
meshes:
Read and write a number of image, surface and volume mesh formats. Includes
a DICOM series reader with auto-flipping capabilities, Netgen mesh format
reader, libMesh xda mesh format writer, Tetgen mesh generator wrapper, FIDAP
FDNEUT mesh format reader and writer and a Newtetr input file generator
Display images and meshes
Incapsulate several VTK classes and make them available as pipeable scripts
(e.g. Marching Cubes, surface smoothing, clipping, normal computation,
connectivity, subdivision, distance between surfaces, ICP registration)
Add cylindrical extensions to surface model boundaries as a preprocessing
step for CFD simulations.
Generate boundary layers of prismatic elements with varying thickness for
CFD
=========================================================================
Some rpmlint issues. Fixing and uploading a new version in a day or two.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
5 years, 2 months
[Bug 799701] New: Review Request: logkeys - Linux keylogger
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: logkeys - Linux keylogger
https://bugzilla.redhat.com/show_bug.cgi?id=799701
Summary: Review Request: logkeys - Linux keylogger
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: sanjay.ankur(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Spec URL: http://ankursinha.fedorapeople.org/logkeys/logkeys.spec
SRPM URL:
http://ankursinha.fedorapeople.org/logkeys/logkeys-0.1.1a-1.fc16.src.rpm
Description:
logkeys is a linux keylogger (GNU/Linux systems only). It is no more advanced
than other available linux keyloggers, but is a bit more up to date, it doesn't
unreliably repeat keys and it should never crash your X. All in all, it just
seems to work. It relies on event interface of the Linux input subsystem. Once
set, it logs all common character and function keys, while also being fully
aware of Shift and AltGr key modifiers. It works with serial as well as USB
keyboards.
== rpmlint output ==
[ankur@ankur result]$ rpmlint *.rpm ~/rpmbuild/SPECS/logkeys.spec
logkeys.src: W: spelling-error Summary(en_US) keylogger -> key logger,
key-logger, flogger
logkeys.src: W: spelling-error %description -l en_US linux -> Linux
logkeys.src: W: spelling-error %description -l en_US keylogger -> key logger,
key-logger, flogger
logkeys.src: W: spelling-error %description -l en_US keyloggers -> key loggers,
key-loggers, loggers
logkeys.src: W: strange-permission logkeys-0.1.1a.tar.gz 0640L
logkeys.src: W: invalid-url Source0:
http://logkeys.googlecode.com/files/logkeys-0.1.1a.tar.gz HTTP Error 404: Not
Found
logkeys.x86_64: W: spelling-error Summary(en_US) keylogger -> key logger,
key-logger, flogger
logkeys.x86_64: W: spelling-error %description -l en_US linux -> Linux
logkeys.x86_64: W: spelling-error %description -l en_US keylogger -> key
logger, key-logger, flogger
logkeys.x86_64: W: spelling-error %description -l en_US keyloggers -> key
loggers, key-loggers, loggers
logkeys.x86_64: W: manual-page-warning /usr/share/man/man8/logkeys.8.gz 216:
warning: macro `..' not defined
logkeys.x86_64: W: no-manual-page-for-binary llk
logkeys.x86_64: W: no-manual-page-for-binary llkk
/home/ankur/rpmbuild/SPECS/logkeys.spec: W: invalid-url Source0:
http://logkeys.googlecode.com/files/logkeys-0.1.1a.tar.gz HTTP Error 404: Not
Found
3 packages and 1 specfiles checked; 0 errors, 14 warnings.
[ankur@ankur result]$
Nothing really serious here.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
5 years, 3 months