https://bugzilla.redhat.com/show_bug.cgi?id=1268360
Bug ID: 1268360
Summary: Review Request: rubygem-simple_oauth - Simply builds
and verifies OAuth headers
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: ilya.gradina(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-simpl…
SRPM URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-simpl…
Description: Simply builds and verifies OAuth headers.
Fedora Account System Username: ilgrad
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: s3fs - FUSE-based file system backed by Amazon S3
https://bugzilla.redhat.com/show_bug.cgi?id=725292
Summary: Review Request: s3fs - FUSE-based file system backed
by Amazon S3
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: kad(a)blegh.net
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Spec URL: http://kad.fedorapeople.org/packages/s3fs/s3fs.spec
SRPM URL: http://kad.fedorapeople.org/packages/s3fs/s3fs-1.58-1.fc15.src.rpm
Description: s3fs is a FUSE filesystem that allows you to mount an Amazon S3
bucket as a local filesystem. It stores files natively and transparently in S3
(i.e., you can use other programs to access the same files). Maximum file
size=64GB (limited by s3fs, not Amazon).
s3fs is stable and is being used in number of production environments, e.g.,
rsync backup to s3.
Additional info: I am a new packager, and need a sponsor.
Also, this package conflicts with an existing package already in fedora:
fuse-s3fs (this is stated in the spec file). However the fuse-s3fs appears to
be abandoned in upstream (most recent commit at
https://fedorahosted.org/s3fs/browser is from 3 years ago) and, in fact, I
couldn't make it work as it is right now. This package on the other hand is
being actively maintained and claims to be more mature.
--
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.
https://bugzilla.redhat.com/show_bug.cgi?id=1198760
Bug ID: 1198760
Summary: Review Request: mitmproxy - An interactive SSL-capable
intercepting HTTP proxy
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mail(a)fabian-affolter.ch
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://fab.fedorapeople.org/packages/SRPMS/mitmproxy.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/mitmproxy-0.11.3-1.fc21.src.rpm
Project URL: http://mitmproxy.org/
Description:
mitmproxy is an interactive, SSL-capable man-in-the-middle proxy for HTTP with
a console interface.
mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP.
libmproxy is the library that mitmproxy and mitmdump are built on.
Koji scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=9138575
rpmlint output:
[fab@laptop017 SRPMS]$ rpmlint mitmproxy-0.11.3-1.fc21.src.rpm
mitmproxy.src: W: spelling-error %description -l en_US mitmdump -> dumdum
mitmproxy.src: W: spelling-error %description -l en_US tcpdump -> Dumpster
mitmproxy.src: W: spelling-error %description -l en_US libmproxy -> improbably
1 packages and 0 specfiles checked; 0 errors, 3 warnings.
[fab@laptop017 noarch]$ rpmlint mitmproxy-0.11.3-1.fc21.noarch.rpm
mitmproxy.noarch: W: spelling-error %description -l en_US tcpdump -> Dumpster
mitmproxy.noarch: W: no-manual-page-for-binary mitmproxy
mitmproxy.noarch: W: no-manual-page-for-binary mitmdump
1 packages and 0 specfiles checked; 0 errors, 3 warnings.
Fedora Account System Username: fab
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1260845
Bug ID: 1260845
Summary: Review Request: sshguard - Protect hosts from
brute-force attacks
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: konrad(a)tylerc.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://konradm.fedorapeople.org/fedora/SPECS/sshguard.spec
SRPM URL:
https://konradm.fedorapeople.org/fedora/SRPMS/sshguard-1.5-1.fc22.src.rpm
Description:
sshguard protects hosts from brute-force attacks against SSH and other
services. It aggregates system logs and blocks repeat offenders using
iptables.
sshguard can read log messages from standard input (suitable for piping from
syslog) or monitor one or more log files. Log messages are parsed,
line-by-line, for recognized patterns. If an attack, such as several login
failures within a few seconds, is detected, the offending IP is blocked.
Offenders are unblocked after a set interval, but can be semi-permanently
banned using the blacklist option.
Fedora Account System Username: konradm
N.B.: Sshguard monitors /var/log/secure and depends on rsyslog because it was
not obvious how to get plaintext out of systemd-journald in a single path; with
a small patch to sshguard we could drop the rsyslog dependency.
N.B. 2: I've chosen to integrate sshguard with firewalld via IN_public_deny
rather than trying to have it work standalone and with firewalld. The only
downside here is that server users may grumble about having to run firewalld.
N.B. 3: Not a lot of configuration available / relevant for this service!
There are a few knobs specified as command line options we *could* expose to
admins, but the defaults are pretty reasonable.
Rpmlint is clean, modulo mistaken spelling errors on 'syslog' and 'systemd'.
This is my first systemd .unit file, any feedback is appreciated.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1055838
Bug ID: 1055838
Summary: Review Request: ghc-time-compat - Compatibility with
old-time for the time package
Product: Fedora
Version: rawhide
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: petersen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: http://petersen.fedorapeople.org/reviews/ghc-time-compat.spec
SRPM URL:
http://petersen.fedorapeople.org/reviews/ghc-time-compat-0.1.0.3-1.fc20.src…
Description:
Compatibility with the old-time package for the new time package.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1268744
Bug ID: 1268744
Summary: Review Request: rubygem-ast - A library for working
with Abstract Syntax Trees
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: ilya.gradina(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-ast.s…
SRPM URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-ast-2…
Description: A library for working with Abstract Syntax Trees.
Fedora Account System Username: ilgrad
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1268742
Bug ID: 1268742
Summary: Review Request: rubygem-bacon-colored_output - Colored
output for Bacon test framework
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: ilya.gradina(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-bacon…
SRPM URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-bacon…
Description: Colored output for Bacon test framework.
Fedora Account System Username: ilgrad
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1268703
Bug ID: 1268703
Summary: Review Request: rubygem-powerpack - A few useful
extensions to core Ruby classes
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: ilya.gradina(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-power…
SRPM URL:
https://github.com/ilgrad/fedora-packages/raw/master/rubygems/rubygem-power…
Description: A few useful extensions to core Ruby classes.
Fedora Account System Username: ilgrad
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component