openSUSE:Factory:Contrib/vidalia
https://build.opensuse.org/request/show/123111
Description: Package has already been migrated to a develprj
To REVIEW against the previous version:
osc request show --diff 123111
To ACCEPT the request:
osc request accept 123111 --message="reviewed ok."
To DECLINE the request:
osc request decline 123111 --message="declined for reason xyz (see ... for background / policy / ...)."
To REVOKE the request:
osc request revoke 123111 --message="retracted because ..., sorry / thx / see better version ..."
--
Hermes messaging (http://hermes.opensuse.org)
openSUSE Build Service (https://build.opensuse.org/)
Collaboration: http://en.opensuse.org/Build_Service/Collaboration
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org
State of submit-request #123086 was changed by jengelh:
new -> declined
Comment:
Submit to openSUSE:Factory instead
https://build.opensuse.org/request/diff/123086
Source
project: home:slerena
package: xprobe2
revision: 22
Target:
project: openSUSE:Factory:Contrib
package: xprobe2
--
Hermes messaging (http://hermes.opensuse.org)
openSUSE Build Service (https://build.opensuse.org/)
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org
home:slerena/xprobe2 -> openSUSE:Factory:Contrib/xprobe2
https://build.opensuse.org/request/show/123086
Description: Xprobe is an alternative to some tools which are heavily dependent upon the usage of the TCP protocol for remote active operating system fingerprinting.
changes files:
--------------
++++++ new changes file:
--- xprobe2-0.3.changes
+++ xprobe2-0.3.changes
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Fri Apr 6 13:45:33 UTC 2012 - diego.ercolani(a)gmail.com
+- Rebuilded under opensuse12.1
+
+* Fri Dec 18 2009 Sancho Lerena <slerena(a)gmail.com> 3.2-2
+- A lot of changes to be ready for all RPM plattforms available on build.opensuse.org
+
+* Tue Dec 08 2009 Sancho Lerena <slerena(a)gmail.com> 3.2-1
+- First RPM Spec for SUSE Systems, based on CentOS Spec from Dag Wieers
new:
----
xprobe2-0.3.changes
xprobe2-0.3.spec
xprobe2-0.3.tar.gz
spec files:
-----------
++++++ new spec file:
--- xprobe2-0.3.spec
+++ xprobe2-0.3.spec
@@ -0,0 +1,67 @@
+Name: xprobe2
+Version: 0.3
+Release: 2
+Summary: Tool to detect OS remotely by TCP/IP fingerprinting
+License: GPLv2
+Group: Network/Security
+URL: http://xprobe.sourceforge.net/
+Packager: Sancho Lerena <slerena(a)gmail.com>
+Source: http://dl.sf.net/xprobe/xprobe2-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}
+Provides: %{name}-%{version}
+Requires: libpcap
+BuildRequires: gcc-c++ libpcap-devel
+
+#This is for SUSE build service, to avoid enforce FHS paths
+#!BuildIgnore: post-build-checks
+
+%description
+Xprobe is an alternative to some tools which are heavily dependent upon the
+usage of the TCP protocol for remote active operating system fingerprinting.
+
+Xprobe I combines various remote active operating system fingerprinting methods
+using the ICMP protocol, which were discovered during the "ICMP Usage in
+Scanning" research project, into a simple, fast, efficient and a powerful way
+to detect an underlying operating system a targeted host is using.
+
+Xprobe2 is an active operating system fingerprinting tool with a different
+approach to operating system fingerprinting. Xprobe2 rely on fuzzy signature
+matching, probabilistic guesses, multiple matches simultaneously, and a
+signature database.
+
+%prep
+%setup
+
+%build
+./configure --with-libpcap-libraries=/usr/lib --with-libpcap-includes=/usr/include/pcap --mandir=%{_mandir} --disable-schemas-install
+make
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+ln -s /usr/local/bin/xprobe2 /usr/bin
+
+%preun
+
+%postun
+
+%files
+
+%defattr(755,root,root)
+/usr/local/etc
+/usr/local/etc/xprobe2
+
+%defattr(644,root,root)
+%doc AUTHORS CHANGELOG COPYING CREDITS README TODO docs/*
+%doc /usr/share/man/man1/xprobe2.1.gz
+/usr/local/etc/xprobe2/xprobe2.conf
+
+%defattr(755,root,root)
+/usr/local/bin/xprobe2
+
+
+%changelog
other changes:
--------------
++++++ xprobe2-0.3.tar.gz (new)
To REVIEW against the previous version:
osc request show --diff 123086
To ACCEPT the request:
osc request accept 123086 --message="reviewed ok."
To DECLINE the request:
osc request decline 123086 --message="declined for reason xyz (see ... for background / policy / ...)."
To REVOKE the request:
osc request revoke 123086 --message="retracted because ..., sorry / thx / see better version ..."
--
Hermes messaging (http://hermes.opensuse.org)
openSUSE Build Service (https://build.opensuse.org/)
Collaboration: http://en.opensuse.org/Build_Service/Collaboration
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org
Hi,
By de-digesting the FreshMeat [fm] digest, I have found the (apparently)
new version 4.8 of your package proguard. (Old version last
notified/in tree was 4.7).
(This is just for your information. You decide whether to upgrade a package or
not.)
Location:
Extra Information:
[054] PROGUARD 4.8
Project Tags: Software Development, Code Generators, Build Tools
Description:
ProGuard is a free Java class file shrinker, optimizer, obfuscator, and
preverifier. It detects and removes unused classes, fields, methods, and
attributes. It optimizes bytecode and removes unused instructions. It
renames the remaining classes, fields, and methods using short
meaningless names. Finally, it preverifies the processed code for Java 6
or for Java Micro Edition. The resulting jars are more compact and more
difficult to reverse-engineer. Advantages of ProGuard compared to other
Java shrinkers and obfuscators are compact template-based configuration,
memory efficiency, and speed.
Release Notes:
This release mostly fixes a series of minor problems in configuration
parsing, optimization, and obfuscation. It also adds a few string
optimizations to the optimization step, and small enhancements for
configuration with the Ant task. This version is entirely compatible
with previous versions, so upgrading is simply a matter of switching to
the new jars.
License: GPL
http://freecode.com/projects/proguard
========================================================================
Ciao, FreshMeat De Digester
(/suse/meissner/projects/caldera-tools/packagehunter/fm/filter_freshmeat.pl)
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org
[This e-mail has been automatically generated.]
You have one or more bugs assigned to you in the Bugzilla bug tracking system (http://bugzilla.novell.com/) that require
attention.
All of these bugs are in the NEW orREOPENED state, and have not been
touched in 7 days or more.
You need to take a look at them, and decide on an initial action.
Generally, this means one of three things:
(1) You decide this bug is really quick to deal with (like, it's INVALID),
and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to
someone else. (Hint: if you don't know who to reassign it to, make
sure that the Component field seems reasonable, and then use the
"Reassign bug to default assignee of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
Just use the "Accept bug" command.
To get a list of all NEW/REOPENED bugs, you can use this URL (bookmark
it if you like!):
http://bugzilla.novell.com/buglist.cgi?bug_status=NEW&bug_status=REOPENED&a…
Or, you can use the general query page, at
http://bugzilla.novell.com/query.cgi
Appended below are the individual URLs to get to all of your NEW bugs
that haven't been touched for 7 days or more.
You will get this message once a week until you've dealt with these bugs!
chromium 20: data corruption after file upload
-> http://bugzilla.novell.com/show_bug.cgi?id=758759
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org
State of submit-request #120688 was changed by coolo:
new -> accepted
Comment:
the package is broken in between
https://build.opensuse.org/request/diff/120688
Source
project: home:computersalat:devel:Contrib
package: unetbootin
revision: 4f991301286f21d301a8e19337d64fb0
Target:
project: openSUSE:11.4:Contrib
package: unetbootin
--
Hermes messaging (http://hermes.opensuse.org)
openSUSE Build Service (https://build.opensuse.org/)
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org
openSUSE:Factory:Contrib/efax
https://build.opensuse.org/request/show/121558
Description: I just got efax acked into network:telephony
https://build.opensuse.org/package/show?package=efax&project=network%3Atele…
My understanding is that we are trying to remove this repo, so lets let the package live on there where it fits better.
(I also did some cleanup on the spec)
changes files:
--------------
++++++ deleted changes files:
--- efax.changes
old:
----
efax-0.9a-001114.tar.gz
efax-04crashpowerpc.dpatch
efax-destdir.patch
efax-undefined.patch
efax.changes
efax.spec
spec files:
-----------
++++++ deleted spec files:
--- efax.spec
other changes:
--------------
++++++ deleted files:
--- efax-0.9a-001114.tar.gz
--- efax-04crashpowerpc.dpatch
--- efax-destdir.patch
--- efax-undefined.patch
To REVIEW against the previous version:
osc request show --diff 121558
To ACCEPT the request:
osc request accept 121558 --message="reviewed ok."
To DECLINE the request:
osc request decline 121558 --message="declined for reason xyz (see ... for background / policy / ...)."
To REVOKE the request:
osc request revoke 121558 --message="retracted because ..., sorry / thx / see better version ..."
--
Hermes messaging (http://hermes.opensuse.org)
openSUSE Build Service (https://build.opensuse.org/)
Collaboration: http://en.opensuse.org/Build_Service/Collaboration
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-contrib+owner(a)opensuse.org