F21 Self Contained Change: Replace Bacula with Bareos
by Jaroslav Reznik
= Proposed Self Contained Change: Replace Bacula with Bareos =
https://fedoraproject.org/wiki/Changes/Bareos
Change Owner(s): Simone Caronni <negativo17 at gmail.com>
The powerful Bacula network backup solution has switched from being Open
Source friendly to being almost closed source. Originally the project was
conceived totally as Open Source, but since the creation of Bacula Systems and
its proprietary Bacula Enterprise Edition product, the Open Source (now called
"Community Edition") has received less and less updates and is mostly
abandoned.
== Detailed description ==
The most important points that are left "abandoned" are the following:
* Installation scripts and updates to makefiles are not updated anymore.
* New plugins and functionalities are not added anymore, except those in the
"core" daemons.
* Gaphical (and buggy) console has not received any update in almost two
years.
* Patches and bugs opened in the bug tracker are mostly left abandoned. Even
trivial fixes are not imported in the source.
* Windows binaries are no longer provided, nor the source for the clients has
been updated. Even if compiled with difficulties, there is no support for recent
Windows versions.
A former Bacula developer, frustrated by the situation created the fork Bareos
a long time ago from Bacula 5.2.x (the current Fedora and RHEL 7 version).
This version has now received '''a lot of bugfixes''' compared to the original
Bacula source. This makes compilation and installation a lot easier than it
was with Bacula.
On top of this, a '''lot of new features''' have been added; some unique to
Bareos but many available only in the closed source Bacula Enterprise.
Here is the list of new features compared to the current Bacula 5.2.13:
* http://www.bareos.org/en/whats_new.html
Some highlights include NDMP support for enterprise class storage (NetApp,
etc.), support for enterprise class tape libraries and Windows support
(including Windows Server 2012) with Bareos generated binaries.
For further details on why a Bacula fork was created please look at the
following links:
* http://www.bareos.org/en/faq/items/why_fork.html
Bareos can also be '''fully compatible with Bacula''' by setting a specific
configuration directive in the Daemon configuration files; thus providing the
option for RHEL 6/7 users to interoperate with Fedora systems.
* http://www.bareos.org/en/faq/items/bareos_bacula_compatibility.html
== Scope ==
To accomplish the goal, the following Bacula packages need to be replaced with
Bareos equivalents:
bacula
bacula-docs
Currently, the same Fedora packages can be rebuilt as they are, to work also
on CentOS/RHEL 5 and 6, upgrading the EPEL or official Bacula packages in the
distributions. This is to have a consistent backup infrastructure across all
the Fedora/CentOS/RHEL ecosystem.
To ease installation, a repository for installing those packages on a
CentOS/RHEL system do exist:
http://repos.fedorapeople.org/repos/slaanesh/bacula/README.txt
The idea is the same for Bareos: import into Fedora 21 packages that can be
rebuilt for all supported Fedora/RHEL/CentOS releases and provide a repository
that can upgrade any Bacula release currently installed in the system with the
new one. In detail; the upgrade scenarios supported when going from Bacula to
Bareos would be:
From Bacula 2.4:
* RHEL/CentOS 5 with EPEL repository
From Bacula 5.0:
* RHEL/CentOS 6
From Bacula 5.2.13:
* Fedora 18+
* RHEL/CentOS 5
* RHEL/CentOS 6
As written before, the change is impacting only Fedora 21, the list of
upgrades supported are only for users who want a consistent backup solution
across the enterprise.
=== External activities ===
Proposal owners: I'm the current Bacula mantainer in Fedora and will complete
the transition in time for the release.
Other developers: N/A (not a System Wide Change)
Release engineering: the release engineering team should make sure the new
Bareos packages are in place instead of the current Bacula packages for the
new release.
Policies and guidelines: N/A (not a System Wide Change)
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
5 years, 9 months
Expanding the list of "Hardened Packages"
by Dhiru Kholia
Hi,
This proposal was originally at https://fedorahosted.org/fesco/ticket/1104
(mitr asked me to move the discussion to fedora-devel to get more
attention and feedback)
...
http://fedoraproject.org/wiki/Hardened_Packages page mentions
that "FESCo requires some packages to use PIE and relro hardening by
default."
It would be great if this list could be expanded to include even more
packages which are at comparatively more risk of being exploited (locally
or remotely).
Such packages will typically include various system daemons, network
daemons and network enabled applications.
Lot of network daemons are already using PIE and RELRO (e.g. httpd,
MariaDB). So a natural question is why packages in same "network
daemons" class like PostgreSQL, Dovecot and MongoDB aren't being
hardened?
Some of the ways to implement this proposal are,
1. Hardening flags should be turned on (by default) for all packages
which are at comparatively more risk of being exploited or which meet
some well-defined criteria (suggestions welcome).
"Packaging Guidelines" say that "Other packages may enable the flags at
the maintainer's discretion."
Thinking from a security perspective, I find "Hardening flags can only
be disabled for other packages at the maintainer's discretion provided
enough justification is given to FESCo" to be more appropriate.
2. An alternate approach is to come up with an expanded list of packages
which should be hardened.
Any feedback is welcome!
--
Dhiru
6 years, 6 months
Package reviev : tayga
by William
Hi,
I am looking to have the following package reviewed for inclusion into
fedora.
Tayga is a NAT64 implementation in userland. With the help of DNS64
(BIND), it allows an ipv6 only client to communicate with the ipv4
internet. http://www.litech.org/tayga/
I have attached the SRPM of what I have created.
There are a few things that could change. First, I had thought that I
would need more selinux policy than I did. At the moment the policy just
provides a filecontext. Is there a better way to do this?
The ifup / ifdown script read their variables from the /etc/tayga
configuration file. In most scenarios, a system will run only one
instance of this. However I would like feedback on:
Should I enable it so that the ifup/down can accept a tayga.conf
parameter to read
OR
Should the ifup/ifdown script generate the tayga.conf on the fly to
say /var/run/tmp somewhere from values provided in the ifup / ifdown?
Additionally, what I have in these scripts should really be reviewed, as
I have never written them before.
Finally, tayga is a long running process, as such, I have enabled the
hardened build. It is possible to run as an alternate user and in a
chroot of it's DB dir. What is the best way to go about adding a user
for this package for the daemon to run as?
Looking forwards to comments and advice,
--
Sincerely,
William Brown
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0xEFC416D781A8099A
6 years, 6 months
Removing python-setuptools-devel backwards compat
by Toshio Kuratomi
In November of 2009, in time for Fedora 13, we solved a packaging issue in
the main python package that allowed us to remove a split in our
python-setuptools package. Instead of needing a separate
python-setuptools-devel subpackage for easy_install the python-setuptools
package could now contain all of the functionality of python-setuptools.
To ease with package migration we added an Obsoletes and Provides tag to the
python-setuptools package at that time so that packages, kickstarts, etc
which required python-setuptools-devel would not break.
Fast forward to the present day:
It's November of 2013. Rawhide is Fedora 21. I'd like to drop the
backwards compatibility Provides (and Obsoletes) from the python-setuptools
package. However, there are currently 166 packages BuildRequire'ing
python-setuptools-devel. If owners would care to fix them before I remove
the backwards compatibility there shouldn't be any surprises in mass
rebuilds or late-night package updates later. The changes are easy enough
that provenpackagers could step in if owners don't update.
Changes are simply:
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
(Same for Requires: lines but AFAICT I fixed the last of those today)
Here's the list:
Listing by package:
| PyOpenGL | fcami, cicku
| TurboGears2 | toshio, lmacken, ralph, vicodan
| antlr | mizdebsk, mjakubicek
| babel | fschwarz, jcollie, nphilipp
| bodhi | lmacken
| bzr-fastimport | dcallagh
| catkin | rmattes
| certmaster | ssalevan, alikins, wakko666
| cloud-init | mattdm, apevec, pbrady, gholms
| clusterPy | volter
| cobbler | jimi, shenson
| django-typepad | lbazan
| euca2ools | gholms
| fedmsg | lmacken, ralph
| fedmsg-notify | lmacken, ralph
| firstaidkit | msivak
| func | gnat, ssalevan, alikins, wakko666
| fuse-python | peter
| gaupol | lucilanga
| geome | pwouters
| gflags | peter
| glances | madko
| gnome-shell-search-fedora-packages | ralph
| gnome-shell-search-github-repositories | ralph
| gnome-shell-search-pinboard | ralph
| grin | terjeros
| hgsvn | terjeros
| libconcord | swt2c, silfreed
| libpfm | wcohen
| nml | heffer
| nwsclient | spot
| openerp | leamas
| ovirt-engine-cli | oschreib, jhernand
| phatch | jcapik
| planet | limb
| protobuf | mizdebsk, jlaska, abbot, konradm
| pss | kushal
| pssh | terjeros
| pycolumnize | kushal
| pykickstart | bcl, clumens
| pymodbus | chkr
| pymol | timfenn
| pyrasite | lmacken
| python-Coherence | hadess, thias
| python-Levenshtein | dwayne
| python-PSI | topdog
| python-TurboMail | fschwarz, toshio, lmacken
| python-altgraph | fab
| python-amara | jamatos
| python-atfork | jlaska
| python-batchhttp | puiterwijk
| python-blivet | bcl, dlehman
| python-boto | robert, gholms
| python-bugzilla | dzickus, crobinso, wwoods
| python-clientform | lmacken
| python-confparser | dougsland, aquini
| python-ctags | kushal
| python-daap | jcollie
| python-decoratortools | toshio, lmacken
| python-demjson | thm
| python-di | msivak
| python-dictclient | ricky
| python-django-ajax-selects | lbazan
| python-django-threadedcomments | lbazan
| python-dotconf | mjakubicek
| python-dtopt | ralph, ricky
| python-editdist | pwouters
| python-elfdata | kushal
| python-enum | maxamillion
| python-fastimport | dcallagh
| python-feedcache | lmacken
| python-flup | till
| python-futures | terjeros
| python-gnutls | gnat, peter
| python-googlevoice | jcollie
| python-guppy | peter
| python-html2text | mschwendt, thl
| python-httplib2 | awjb, dchen
| python-iniparse | timlau
| python-isodate | jmatthews, jlaska
| python-jinja | toshio, thm
| python-kid | toshio, till, lmacken
| python-louie | thias
| python-markupsafe | kylev, lmacken
| python-mechanize | lmacken
| python-meh | clumens, vpodzime
| python-mpd | hguemar
| python-musicbrainz2 | jcollie, alexlan
| python-netifaces | rrix
| python-nss | jdennis
| python-numeric | rstrode, rhughes, alexlan, johnp, alexl, caolanm, ssp,
mbarnes, hadess, mclasen, caillon
| python-oauth | sdz
| python-openid | jcollie
| python-pandas | kushal
| python-peak-rules | kylev, lmacken
| python-peak-util-symbols | lmacken
| python-pmw | timfenn
| python-ptrace | terjeros
| python-pyramid | lmacken, ralph, rossdylan
| python-pysctp | nhorman
| python-rdfextras | pingou
| python-rdflib | dmalcolm, pingou
| python-remoteobjects | bkabrda
| python-repoze-lru | lmacken, ralph
| python-repoze-tm2 | lmacken
| python-repoze-what | lmacken
| python-repoze-what-plugins-sql | lmacken
| python-repoze-what-pylons | spot
| python-repoze-what-quickstart | spot
| python-repoze-who-friendlyform | spot
| python-repoze-who-plugins-sa | lmacken
| python-repoze-who-testutil | spot
| python-rosdep | rmattes
| python-rosinstall | rmattes
| python-rospkg | rmattes
| python-rpmfluff | jhutar
| python-ruledispatch | toshio, lmacken
| python-scripttest | mbacovsk
| python-shapely | volter
| python-shove | lmacken
| python-signalfd | jlaska
| python-simpy | sarantis
| python-sippy | peter
| python-spiffgtkwidgets | leamas
| python-sqlamp | mbacovsk
| python-suds | jortel
| python-sudsds | jskarvad
| python-sybase | yaneti
| python-tag | thias
| python-textile | thm
| python-tgext-admin | lmacken
| python-tgext-crud | lmacken
| python-translationstring | lmacken, ralph
| python-turbocheetah | toshio, lmacken
| python-tw-jquery | lmacken
| python-twill | thias
| python-typepad | lbazan
| python-unipath | terjeros
| python-urllib2_kerberos | tdabasin
| python-urwid | lmacken, fabiand, dcantrel
| python-vcstools | rmattes
| python-venusian | lmacken, ralph, rossdylan
| python-weberror | lmacken, ricky
| python-webflash | lmacken
| python-webhelpers | kylev
| python-webob1.1 | lmacken
| python-wsgiproxy | ricky
| python-wsgiref | lmacken
| python-xappy | lmacken
| python-xmpp | jcollie, peter
| python-yenc | konradm
| python-zope-deprecation | lmacken, ralph
| pywbem | miminar, ke4qqq, jsafrane
| pywebdav | sharkcz
| rednotebook | fab, cwickert
| sendKindle | kparal
| snake | jlaska, wwoods
| spambayes | pghmcfc
| squeal | dmalcolm
| supybot | ricky
| trac | limb, fschwarz, lmacken
| trac-tracnav-plugin | thm
| trash-cli | sundaram, ankursinha
| veusz | jsanders
| vhybridize | fab
| zapplet | ke4qqq
Listing by maintainer:
| abbot | protobuf
| alexl | python-numeric
| alexlan | python-numeric, python-musicbrainz2
| alikins | certmaster, func
| ankursinha | trash-cli
| apevec | cloud-init
| aquini | python-confparser
| awjb | python-httplib2
| bcl | pykickstart, python-blivet
| bkabrda | python-remoteobjects
| caillon | python-numeric
| caolanm | python-numeric
| chkr | pymodbus
| cicku | PyOpenGL
| clumens | pykickstart, python-meh
| crobinso | python-bugzilla
| cwickert | rednotebook
| dcallagh | python-fastimport, bzr-fastimport
| dcantrel | python-urwid
| dchen | python-httplib2
| dlehman | python-blivet
| dmalcolm | squeal, python-rdflib
| dougsland | python-confparser
| dwayne | python-Levenshtein
| dzickus | python-bugzilla
| fab | vhybridize, rednotebook, python-altgraph
| fabiand | python-urwid
| fcami | PyOpenGL
| fschwarz | babel, python-TurboMail, trac
| gholms | cloud-init, python-boto, euca2ools
| gnat | python-gnutls, func
| hadess | python-numeric, python-Coherence
| heffer | nml
| hguemar | python-mpd
| jamatos | python-amara
| jcapik | phatch
| jcollie | babel, python-googlevoice, python-xmpp, python-openid,
python-daap, python-musicbrainz2
| jdennis | python-nss
| jhernand | ovirt-engine-cli
| jhutar | python-rpmfluff
| jimi | cobbler
| jlaska | python-isodate, python-atfork, protobuf, python-signalfd, snake
| jmatthews | python-isodate
| johnp | python-numeric
| jortel | python-suds
| jsafrane | pywbem
| jsanders | veusz
| jskarvad | python-sudsds
| ke4qqq | zapplet, pywbem
| konradm | protobuf, python-yenc
| kparal | sendKindle
| kushal | pycolumnize, pss, python-elfdata, python-ctags, python-pandas
| kylev | python-markupsafe, python-webhelpers, python-peak-rules
| lbazan | python-typepad, python-django-ajax-selects,
python-django-threadedcomments, django-typepad
| leamas | openerp, python-spiffgtkwidgets
| limb | planet, trac
| lmacken | python-repoze-what-plugins-sql, python-peak-rules,
python-translationstring, python-ruledispatch, python-pyramid,
python-shove, python-kid, TurboGears2, python-wsgiref,
python-peak-util-symbols, python-weberror,
python-repoze-who-plugins-sa, python-repoze-lru,
python-decoratortools, python-repoze-tm2, python-webflash,
python-webob1.1, pyrasite, python-clientform, python-tgext-crud,
bodhi, python-xappy, python-repoze-what, python-markupsafe,
python-tw-jquery, trac, python-zope-deprecation, fedmsg,
python-tgext-admin, python-TurboMail, fedmsg-notify,
python-mechanize, python-urwid, python-venusian,
python-turbocheetah, python-feedcache
| lucilanga | gaupol
| madko | glances
| mattdm | cloud-init
| maxamillion | python-enum
| mbacovsk | python-sqlamp, python-scripttest
| mbarnes | python-numeric
| mclasen | python-numeric
| miminar | pywbem
| mizdebsk | antlr, protobuf
| mjakubicek | antlr, python-dotconf
| mschwendt | python-html2text
| msivak | python-di, firstaidkit
| nhorman | python-pysctp
| nphilipp | babel
| oschreib | ovirt-engine-cli
| pbrady | cloud-init
| peter | gflags, python-guppy, python-xmpp, python-sippy, python-gnutls,
fuse-python
| pghmcfc | spambayes
| pingou | python-rdfextras, python-rdflib
| puiterwijk | python-batchhttp
| pwouters | geome, python-editdist
| ralph | python-dtopt, python-zope-deprecation,
gnome-shell-search-fedora-packages, fedmsg,
gnome-shell-search-github-repositories, fedmsg-notify,
python-pyramid, python-venusian, python-translationstring,
TurboGears2, python-repoze-lru, gnome-shell-search-pinboard
| rhughes | python-numeric
| ricky | python-weberror, python-dtopt, python-wsgiproxy, supybot,
python-dictclient
| rmattes | python-rospkg, python-rosdep, python-rosinstall, catkin,
python-vcstools
| robert | python-boto
| rossdylan | python-pyramid, python-venusian
| rrix | python-netifaces
| rstrode | python-numeric
| sarantis | python-simpy
| sdz | python-oauth
| sharkcz | pywebdav
| shenson | cobbler
| silfreed | libconcord
| spot | nwsclient, python-repoze-who-friendlyform,
python-repoze-what-pylons, python-repoze-who-testutil,
python-repoze-what-quickstart
| ssalevan | certmaster, func
| ssp | python-numeric
| sundaram | trash-cli
| swt2c | libconcord
| tdabasin | python-urllib2_kerberos
| terjeros | pssh, python-futures, python-unipath, python-ptrace, grin,
hgsvn
| thias | python-tag, python-louie, python-twill, python-Coherence
| thl | python-html2text
| thm | python-textile, python-jinja, trac-tracnav-plugin, python-demjson
| till | python-flup, python-kid
| timfenn | python-pmw, pymol
| timlau | python-iniparse
| topdog | python-PSI
| toshio | python-TurboMail, python-ruledispatch, python-turbocheetah,
python-kid, python-jinja, TurboGears2, python-decoratortools
| vicodan | TurboGears2
| volter | python-shapely, clusterPy
| vpodzime | python-meh
| wakko666 | certmaster, func
| wcohen | libpfm
| wwoods | python-bugzilla, snake
| yaneti | python-sybase
-Toshio
6 years, 9 months
python-django update to Django-1.6
by Matthias Runge
Hey,
recently, I saw a few requests to update python-django to Django-1.6,
the corresponding bug is [1].
As there are quite a few changes, I'd expect this update to be harmful,
at least
- python-django-openstack-auth
- openstack-dashboard
will break, and won't even build any more (because they also execute
sanity checks during build).
So, the current plan is, to fix both packages upstream and then to
update python-django to Django 1.6 in rawhide. I'd expect this to happen
within the next two weeks and I'd update python-django to Django-1.6
around Dec 16th.
Because of bad timing, we won't have Django-1.6 in f20.
Matthias
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1027766
6 years, 9 months
Strange ssh / openldap linking problem
by Richard W.M. Jones
I'm not sure whether or not this is a bug, but it sure looks strange.
$ rpm -qf /usr/bin/ssh
openssh-clients-6.1p1-6.fc18.x86_64
$ ldd /usr/bin/ssh|grep ldap
libldap-2.4.so.2 => /lib64/libldap-2.4.so.2 (0x00007fad274fc000)
/usr/lib64/libldap-2.4.so.2 is a symbolic link to a symbolic link
which passes through a -devel package.
/usr/lib64/libldap-2.4.so.2 -> libldap.so # openldap-2.4.34-1.fc18
/usr/lib64/libldap.so -> libldap-2.4.so.2.9.0 # openldap-devel-2.4.34-1.fc18
/usr/lib64/libldap-2.4.so.2.9.0 is a real file # openldap-2.4.34-1.fc18
To cut a long story short, I fixed this by uninstalling openldap-devel
and reinstalling it. Now there is no -devel package in the chain:
$ ldd /usr/bin/ssh | grep ldap
libldap-2.4.so.2 => /lib64/libldap-2.4.so.2 (0x00007fe8caf69000)
/lib64/libldap-2.4.so.2 -> libldap-2.4.so.2.9.0
I'd like to understand how the original situation happened, because it
broke a supermin-built appliance (RHBZ#954185). I assume ldconfig
must have something to do with it. There is nothing unusual in the
%scripts of openldap (it just runs ldconfig as you'd expect), nor is
there any special openssh/openldap config file in /etc/ld.so.conf.d.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
6 years, 10 months
F20 Self Contained Change: Snapshot and Rollback Tool
by Jaroslav Reznik
= Proposed Self Contained Change: Snapshot and Rollback Tool =
https://fedoraproject.org/wiki/Changes/Rollback
Change owner(s): Stephen Gallagher <sgallagh(a)redhat.com>, Colin Walters
<walters(a)redhat.com>
With the advent of thinly-provisioned LVM pools, it has become possible for us
to implement full-system LVM snapshotting for recording rollback points. We
are planning to support this for yum updates and eventually fedup upgrades
going forwards. This change request notes the addition of new tools provided
by the roller-derby project to present an interface and a CLI for managing and
initiating rollbacks.
== Detailed description ==
The roller-derby project will be providing a library and a CLI for creating,
labeling and managing LVM snapshots (plus non-LVM backups of /boot), oriented
primarily towards rpm-managed data, but useful beyond that. The yum plugin
"yum-plugin-fs-snapshot" will be updated to consume this library and save the
system state in a compatible format. The roller-derby CLI tool will provide an
interactive and scriptable interface for manipulating these snapshots and
determining when to remove older ones. It will also allow the tagging of
snapshots as "known-good", to be skipped when automatically-trimming for
space. The roller-derby project will likely provide a small daemon to keep
track of the available space in the LVM pool to proactively clean up snapshots
before the system runs out of space.
In order to prevent "loss" of data when rebooting into an snapshot, the
roller-derby CLI will allow saving a snapshot of the current state before
rolling back and will provide tools to allow mounting of that current state to
recover changes that have occurred since the rollback point.
== Scope ==
The scope of this project is the completion of the initial release of the
roller-derby project and the inclusion of thinly-provisioned LVM as an option
in the Anaconda installer [1].
Proposal owners: We need to complete the roller-derby project. Other than the
Anaconda change referenced above, all dependencies are available in Fedora
already.
Other developers: OS Installer Support for LVM Thin Provisioning
Release engineering: N/A (not a System Wide Change)
Policies and guidelines: N/A (not a System Wide Change)
[1] https://fedoraproject.org/wiki/Changes/InstallerLVMThinProvisioningSupport
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
6 years, 10 months
Can we have better ssh fingerprint collision messages?
by Valent Turkovic
I really enjoy working with ssh on Ubuntu just for this simple reason,
they have user friendly ssh fingerprint collision messages:
$ ssh root(a)192.168.1.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
c0:3b:b2:60:a6:e2:5e:97:aa:ae:ec:d2:ca:ba:27:1b.
Please contact your system administrator.
Add correct host key in /home/valent/.ssh/known_hosts to get rid of
this message.
Offending RSA key in /home/valent/.ssh/known_hosts:8
I really miss this feature when I return back to Fedora.
How hard would be to make this behavior default for Fedora also?
6 years, 11 months
Using git for patch management in Fedora
by Richard W.M. Jones
Several packages are using git for patch management. eg:
http://pkgs.fedoraproject.org/cgit/erlang.git/tree/erlang.spec#n46
http://pkgs.fedoraproject.org/cgit/libguestfs.git/tree/libguestfs.spec?h=...
http://pkgs.fedoraproject.org/cgit/qemu.git/tree/
http://pkgs.fedoraproject.org/cgit/ocaml.git/tree/ocaml.spec#n16
Some of these packages have invented home-brewed methods to generate
the Patch lines in the spec file, eg:
http://pkgs.fedoraproject.org/cgit/erlang.git/tree/otp-get-patches.sh
http://pkgs.fedoraproject.org/cgit/libguestfs.git/tree/copy-patches.sh?h=f20
More importantly, all are using random git repositories to store the
exploded tree. This makes it difficult for co-maintainers and proven
packagers to fit in with the patch management chosen by the
maintainer. Usually they won't have access to the git repository for
these patches, making it difficult to add patches and near impossible
to upgrade to a new version.
I think that git is an excellent way to manage patches, but we ought
to think about formalizing this process. I think the goals should be:
(1) A git repository is used that co-maintainers and proven packagers
automatically have access to.
(2) A single method & script is used to update the patches in the spec file.
Although there is already a git repository satisfying (1) above,
namely dist-git, it isn't suitable for storing the exploded tree since
commits to the spec file would conflict with commits (patches) to the
tree. So either a separate side repository which packages could
opt-in to, or perhaps a separate branch of the same git repo could be
used. I think using a branch would require no additional
infrastructure.
For (2) I would suggest a lightweight technique where git-managed
patches are marked in the spec file using:
### GIT-MANAGED-PATCHES ###
### END-GIT-MANGED-PATCHES ###
and a simple script that replaces everything between those marks with
PatchXXXX lines. The script could be adapted from copy-patches.sh
(see above).
To apply the patches, a standard RPM macro could be created:
%prep
%setup -q
%{git_apply_patches}
which would expand to something like:
git init
git config user.email "%{name}-owner(a)fedoraproject.org"
git config user.name "%{name}"
git add .
git commit -a -q -m "%{version} baseline"
git am %{patches}
Thoughts on this?
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
6 years, 11 months
Source file audit - 2013-11-17
by Kevin Fenzi
Here's attached another run of my sources/patches url checker.
Please fix any packages you are responsible for in rawhide, and other
branches as other changes permit.
- This run was done on a Fedora 20 instance, so hopefully many of the
false positives due to old tools from the last run are gone.
- I didn't explicitly mention it last time, but you can find the output
of the script for your package at:
http://www.scrye.com/~kevin/fedora/sourcecheck-20131117/$packagename-dl.txt
This should help determine what the script saw that caused it to list
your package.
- The script simply checks has a checkout of your package and runs
'spectool -g packagename.spec' on it. Then it checks the md5sum of
anything in sources file against those downloaded sources.
- There are 1870 lines in this run. Down from 3067 last run.
(Likely due to reducing false positives due to old spectool)
700 sourcecheck-20070826.txt
620 sourcecheck-20070917.txt
561 sourcecheck-20071017.txt
775 sourcecheck-20080206.txt
685 sourcecheck-20080214.txt
674 sourcecheck-20080301.txt
666 sourcecheck-20080401.txt
660 sourcecheck-20080501.txt
642 sourcecheck-20080603.txt
649 sourcecheck-20080705.txt
662 sourcecheck-20080801.txt
912 sourcecheck-20081114.txt
884 sourcecheck-20090215.txt
1060 sourcecheck-20090810.txt
932 sourcecheck-20091101.txt
932 sourcecheck-20091104.txt
1612 sourcecheck-20100105.txt
1391 sourcecheck-20100106.txt
1007 sourcecheck-20100531.txt
3067 sourcecheck-20130930.txt
1870 sourcecheck-20131117.txt
You can find the results file at:
http://www.scrye.com/~kevin/fedora/sourcecheck/sourcecheck-20131117.txt
And also attached to this mail.
Lines in the output are of three forms:
- BADURL:base-file-name:$PACKAGENAME
This means that the URI provided in the Source(s) line didn't result in
a download of the source. This could be any of: URL changed, version
changed and URL wasn't updated, Site is down, Site is gone, etc.
Also there are a number of packages with incorrect sourceforge links.
(BTW, there are still some packages with ftp://people.redhat.com/
URLs).
- BADSOURCE:$SOURCENAME:$PACKAGENAME
This means that the source was downloaded ok from the upstream site,
but doesn't match the md5sum given in the sources file.
This could be due to needing to strip out content that fedora cannot
ship (but in that case you shouldn't have the full URI in the Source
line). Or upstream following poor release practices and updating
without changing their release.
- BAD_CVS_SOURCE:$SOURCENAME:$PACKAGENAME
This means that the file was downloaded from the URI given, and the
md5sum did not match the file thats present in git (not the lookaside).
This might be due to timestamps, or any of the above reasons.
kevin
--
pcpa:BAD_CVS_SOURCE:0ad.appdata.xml:0ad
rmeggins:BADURL:389-admin-1.1.35.tar.bz2:389-admin
rmeggins:BADURL:389-ds-console-1.2.7.tar.bz2:389-ds-console
rmeggins:BADURL:389-dsgw-1.1.11.tar.bz2:389-dsgw
twaugh:BADURL:i18n-fonts-0.1.tar.gz:a2ps
luya:BADSOURCE:comfortaa___font_by_aajohan-d1qr019.zip:aajohan-comfortaa-fonts
gemi:BADURL:abcm2ps-5.9.21.tar.gz:abcm2ps
gemi:BADURL:abcplus_en-1.1.0.zip:abcm2ps
mmahut:BADURL:abgraph-1.1.tar.gz:abgraph
hobbes1069:BADURL:abi-compliance-checker-1.99.8.5.tar.gz:abi-compliance-checker
tuxbrewr:BADURL:acpitool-0.5.1.tar.bz2:acpitool
stevetraylen:BADURL:activemq-cpp-library-3.7.1-src.tar.gz:activemq-cpp
mjg:BADURL:Gillius-Collection.zip:adf-gillius-fonts
nim:BADURL:Tribun-Std.zip:adf-tribun-fonts
ankursinha:BADURL:aeskulap-0.2.2-beta1.tar.gz:aeskulap
jussilehtola:BADURL:agedu-r9153.tar.gz:agedu
orphan:BADURL:aimage-3.2.5.tar.gz:aimage
silfreed:BADURL:ale-0.9.0.3.tar.gz:ale
lucilanga:BADURL:alevt-1.6.2.tar.gz:alevt
krege:BADURL:alien_8.88.tar.gz:alien
walters:BADURL:antlr-3.4.tar.gz:antlr3
walters:BADURL:libantlr3c-3.4.tar.gz:antlr3
walters:BADURL:antlr-javascript-runtime-3.1.zip:antlr3
dmlb2000:BADURL:AntTweakBar_114.zip:AntTweakBar
mizdebsk:BAD_CVS_SOURCE:commons-el-1.0.pom:apache-commons-el
gil:BADURL:commons-jci-1.0-src.tar.gz:apache-commons-jci
mizdebsk:BADURL:apache-mime4j-project-0.7.2-source-release.zip:apache-mime4j
jhernand:BADURL:apache-mina-2.0.7-src.tar.gz:apache-mina
jhernand:BADSOURCE:apache-sshd-0.9.0-src.tar.gz:apache-sshd
ankursinha:BADURL:NAU3_4ttf.zip:apa-new-athena-unicode-fonts
jreznik:BADSOURCE:apiextractor-0.10.10.tar.bz2:apiextractor
hobbes1069:BADURL:api-sanity-checker-1.98.tar.gz:api-sanity-checker
dwmw2:BADURL:apmud-1.0.0.tgz:apmud
omajid:BADURL:AppFramework-1.03-src.zip:appframework
limb:BADURL:apricots-0.2.6.tar.gz:apricots
athimm:BADURL:apt-0.5.15lorg3.95.git522.tar.bz2:apt
jcapik:BADURL:bnd-0.0.363.jar:aqute-bnd
jcapik:BAD_CVS_SOURCE:bnd-0.0.363.pom:aqute-bnd
lbazan:BADSOURCE:archmage-0.2.4.tar.gz:archmage
sagarun:BADURL:ArpON-2.7.tar.gz:ArpON
itamarjp:BADSOURCE:arp-scan-1.8.4.tar.gz:arp-scan
spot:BADURL:artwiz-aleczapka-en-sources-1.3.tar.bz2:artwiz-aleczapka-fonts
spot:BADURL:artwiz-aleczapka-de-sources-1.3.tar.bz2:artwiz-aleczapka-fonts
spot:BADURL:artwiz-aleczapka-se-sources-1.3.tar.bz2:artwiz-aleczapka-fonts
mmahut:BADSOURCE:astronomy-backgrounds-1.0.tar.gz:astronomy-backgrounds
limb:BADURL:atop-2.0.2.tar.gz:atop
liquidat:BADURL:audex-0.74b1.tar.xz:audex
lutter:BADURL:augeas-1.1.0.tar.gz:augeas
musolinoa:BADURL:avra-1.2.3a-src.tar.bz2:avra
tnorth:BADURL:gdb-7.1.tar.bz2:avr-gdb
fab:BADSOURCE:v1.0.zip:awake
dp67:BADURL:ax25-tools.tar.gz:ax25-tools
ankursinha:BADSOURCE:axel-2.4.tar.gz:axel
madsa:BADURL:axis2-1.6.1-src.zip:axis2
jwrdegoede:BADURL:BallBusterX.zip:ballbuster
gnat:BADURL:barry-0.18.4.tar.bz2:barry
scop:BADURL:bash-completion-2.1.tar.bz2:bash-completion
omajid:BADURL:beansbinding-1.2.1-src.zip:beansbinding
ndim:BADSOURCE:beep-1.3.tar.gz:beep
spot:BADSOURCE:nautilus-beesu-manager-1.8.tar.bz2:beesu
stransky:BADURL:berusky-data-1.6.tar.gz:berusky-data
ankursinha:BADURL:beteckna-0.3.tar.gz:beteckna-fonts
danken:BADURL:bidiv-1.5.tgz:bidiv
itamarjp:BADURL:bind-to-tinydns-0.4.3.tar.gz:bind-to-tinydns
praveenp:BADURL:biosdevname-0.5.0.tar.gz:biosdevname
bcl:BADURL:bip-0.8.9.tar.gz:bip
vicodan:BADURL:BitchX-1.2.1.tar.gz:BitchX
jskarvad:BADURL:bltk-1.1.0.tar.gz:bltk
vcrhonek:BADURL:bogl_0.1.18-1.5.tar.gz:bogl
limb:BADURL:bombardier_0.8.2.2.tar.gz:bombardier
lnykryn:BADURL:netkit-bootparamd-0.17.tar.gz:bootparamd
bruno:BADURL:greenlands.map.tgz:boswars-addons
bruno:BADURL:obese.map.tgz:boswars-addons
bruno:BADURL:obese2.map.tgz:boswars-addons
bruno:BADURL:wargrounds.map.tgz:boswars-addons
bruno:BADURL:wetlands03.map.tgz:boswars-addons
rishi:BADURL:bouml_4.21.tar.gz:bouml
rishi:BADURL:doc4.3.2.tar.gz:bouml-doc
rishi:BADURL:doc4.3.2_A4.pdf:bouml-doc
rishi:BADURL:doc4.3.2_letter.pdf:bouml-doc
mbooth:BAD_CVS_SOURCE:bcprov-jdk16-1.46.pom:bouncycastle
mbooth:BAD_CVS_SOURCE:bcmail-jdk16-1.46.pom:bouncycastle-mail
mbooth:BAD_CVS_SOURCE:bctsp-jdk16-1.46.pom:bouncycastle-tsp
fab:BADURL:bournal-1.5.tar.gz:bournal
immanetize:BADSOURCE:0001-unversioned-docdirs.patch:brewtarget
mildew:BADURL:bro-1.5-release.tar.gz:bro
jmakey:BADSOURCE:acronyms:bsd-games
jmakey:BADSOURCE:acronyms.comp:bsd-games
adrian:BADURL:bwbar-1.2.3.tar.bz2:bwbar
mmorsi:BADURL:jruby-bytelist-1.0.8-0-gd0ec879.tar.gz:bytelist
toshio:BADURL:bzrtools-2.5.tar.gz:bzrtools
toshio:BADURL:bzrtools-2.5.tar.gz.sig:bzrtools
sereinit:BADURL:cairo-clock-0.3.4.tar.gz:cairo-clock
bsjones:BADSOURCE:Caledonia.tar.gz:caledonia-kde-theme
cquad:BADSOURCE:cambozola-latest.tar.gz:cambozola
hubbitus:BADURL:ccze-0.2.1.tar.gz:ccze
mmahut:BADSOURCE:cdk.tar.gz:cdk
ankursinha:BADSOURCE:BonvenoCF-1.1.zip:cf-bonveno-fonts
sergiopr:BADSOURCE:cfitsio3350.tar.gz:cfitsio
gilboa:BADURL:cgdb-0.6.7.tar.gz:cgdb
gilboa:BAD_CVS_SOURCE:cgdb.png:cgdb
jortel:BADSOURCE:chameleon-0.2.tar.gz:chameleon
hicham:BADSOURCE:0b531e81dcaa.tar.bz2:chatzilla
dwalsh:BADURL:checkpolicy-2.2.tgz:checkpolicy
pali:BADURL:cherokee-1.2.103.tar.gz:cherokee
limb:BADURL:Chipmunk-5.3.4.tgz:chipmunk
herlo:BADSOURCE:2bc.zip:chisholm-to-be-continued-fonts
lnykryn:BADURL:chkconfig-1.3.61.tar.bz2:chkconfig
athimm:BADURL:chrpath-0.13.tar.gz:chrpath
topdog:BADSOURCE:clamav-unofficial-sigs-3.7.1.tar.gz:clamav-unofficial-sigs
puiterwijk:BADSOURCE:clean-extra-utils-0.1.tar.gz:clean-extra-utils
jmrcpn:BADURL:clement-2.1.402.tar.gz:clement
codeblock:BADSOURCE:cloc-1.60.tar.gz:cloc
walters:BADSOURCE:clojure-1.5.1.zip:clojure
orphan:BADSOURCE:8286b46c91e3.tar.bz2:cluster-glue
sthiell:BADSOURCE:clustershell-1.6.tar.gz:clustershell
orphan:BADURL:clutter-gesture-0.0.2.tar.bz2:clutter-gesture
pbrobinson:BADURL:clutter-gst-1.6.0.tar.xz:clutter-gst
pbrobinson:BADURL:clutter-gtk-1.4.4.tar.xz:clutter-gtk
asn:BADURL:cmocka-0.3.2.tar.xz:cmocka
jimi:BADURL:cobbler-2.4.0.tar.gz:cobbler
cicku:BADSOURCE:latest.tar.gz:code2html
corsepiu:BADURL:Coin-2.5.0.tar.gz:Coin2
timn:BADURL:Collada:collada-dom
dp67:BADURL:colrdx-1.02.tar.gz:colrdx
ixs:BADURL:commoncpp2-1.8.1.tar.gz:commoncpp2
green:BADURL:common-lisp-controller_7.4.tar.gz:common-lisp-controller
orphan:BADURL:compiz-plugins-main-0.8.6.tar.bz2:compiz-fusion
imain:BADSOURCE:condor-cloud-0.1.tar.gz:condor-cloud
steve:BADURL:cone-0.84.tar.bz2:cone
steve:BADURL:cone-0.84.tar.bz2.sig:cone
tuxbrewr:BADURL:conman-0.2.7.tar.bz2:conman
bpeck:BADURL:conmux-493svn.tar.gz:conmux
fab:BADSOURCE:conspy-1.8.tar.gz:conspy
peter:BADURL:apache-couchdb-1.3.1.tar.gz:couchdb
peter:BAD_CVS_SOURCE:apache-couchdb-1.3.1.tar.gz.asc:couchdb
sundaram:BADSOURCE:cowsay-3.03.tar.gz:cowsay
steve:BADURL:cpanspec-1.78.tar.gz:cpanspec
mmaslano:BADURL:cpan-upload-2.2.tar.gz:cpan-upload
bradbell:BADURL:cppad-20130000.3.gpl.tgz:cppad
tmraz:BADURL:cracklib2_2.8.19-1.debian.tar.gz:cracklib
tmraz:BADURL:cracklib2_2.8.19-1.dsc:cracklib
linville:BADURL:wireless-regdb-2013.02.13.tar.bz2:crda
chitlesh:BADURL:crystal-kwin4-1.0.5.tar.bz2:crystal
chitlesh:BADURL:CrystalClear.tar.gz:crystal-clear
chitlesh:BADURL:crystal_project.tar.gz:crystal-project
jwrdegoede:BADURL:csdream.zip:crystal-stacker-themes
jwrdegoede:BADURL:csfood.zip:crystal-stacker-themes
jwrdegoede:BADURL:csgems.zip:crystal-stacker-themes
jwrdegoede:BADURL:cslcd.zip:crystal-stacker-themes
jwrdegoede:BADURL:csmatrix.zip:crystal-stacker-themes
jwrdegoede:BADURL:csoldcs.zip:crystal-stacker-themes
jwrdegoede:BADURL:csstone.zip:crystal-stacker-themes
thias:BADURL:csmash-0.6.6.tar.gz:csmash
affix:BADURL:cssed-0.4.0.tar.gz:cssed
dmaphy:BADSOURCE:ctpl-0.3.2.tar.gz:ctpl
tmckay:BADURL:cumin-0.1.5776.tar.gz:cumin
shakthimaan:BADURL:CUnit-2.1-3-src.tar.bz2:CUnit
lucilanga:BADSOURCE:cwdaemon-0.9.4.tar.gz:cwdaemon
mhlavink:BAD_CVS_SOURCE:cyrus-imapd-2.1.3-flock.patch:cyrus-imapd
nbecker:BADURL:Cython-0.19.2.tar.gz:Cython
fab:BADURL:dateshift-1.1.tar.gz:dateshift
adev:BADSOURCE:davix-0.2.7.tar.gz:davix
bjohnson:BADSOURCE:dbmail-3.0.2.tar.gz:dbmail
mjakubicek:BADURL:dclib-0.3.23.tar.bz2:dclib
limb:BADURL:ddd-3.3.12.tar.gz:ddd
oron:BADURL:debconf_1.5.51.tar.gz:debconf
mfojtik:BADURL:deltacloud-core-1.1.3.gem:deltacloud-core
tibbs:BADURL:DenyHosts-2.6.tar.gz:denyhosts
lvm-team:BADURL:thin-provisioning-tools-v0.2.8.tar.bz2:device-mapper-persistent-data
shakthimaan:BADURL:dgc-0.98.tar.bz2:dgc
hguemar:BADURL:diet-2.8.1.tar.gz:diet
robmv:BADSOURCE:dirvish-1.2.1.tgz:dirvish
orphan:BADURL:django-authority-0.3.tar.gz:django-authority
orphan:BADURL:django-lint-0.13.tar.bz2:django-lint
slaanesh:BADSOURCE:dkms-2.2.0.3.tar.gz:dkms
teigland:BADURL:dlm-4.0.1.tar.gz:dlm
lvm-team:BADURL:dmraid-1.0.0.rc16.tar.bz2:dmraid
packaging-team:BADURL:dnf-e200267.tar.xz:dnf
mariobl:BADSOURCE:doclifter-2.13.tar.gz:doclifter
mharmsen:BADSOURCE:dogtag-pki-theme-10.1.0.tar.gz:dogtag-pki-theme
awjb:BADURL:dosbox-0.74.tar.gz:dosbox
mhayden:BADURL:drbd-8.4.3.tar.gz:drbd
jdieter:BADURL:drgeo-1.1.0.tar.gz:drgeo
kevin:BADURL:driconf-0.9.1.tar.gz:driconf
kevin:BAD_CVS_SOURCE:driconf_simpleui.py:driconf
sdodson:BADSOURCE:cck-7.x-2.x-dev.tar.gz:drupal7-cck
siwinski:BADSOURCE:l10n_server-7.x-1.x-dev.tar.gz:drupal7-l10n_server
dbrasher:BADSOURCE:dsi-1.0.7.tar.gz:dsi
till:BADURL:dsmidiwifi-v1.01a.tgz:dsmidiwifi
arnd:BADURL:dtc-v1.4.0.tgz:dtc
bjohnson:BADURL:dwatch-0.1.1.tar.gz:dwatch
rathann:BADURL:dx-4.4.4.tar.gz:dx
rathann:BADURL:dxsamples-4.4.0.tar.gz:dx-samples
awjb:BADURL:libdynamite-0.1.1.tar.gz:dynamite
sandeen:BADSOURCE:e2fsprogs-1.42.8.tar.gz:e2fsprogs
bsjones:BADURL:ebumeter-0.1.0.tar.bz2:ebumeter
dbhole:BADURL:ecjsrc-4.2.1.jar:ecj
mbooth:BADSOURCE:org.eclipse.emf.query-Root_R1_6_maintenance.tar.gz:eclipse-emf-query
mbooth:BADSOURCE:org.eclipse.emf.transaction-Root_R1_6_maintenance.tar.gz:eclipse-emf-transaction
mbooth:BADSOURCE:org.eclipse.emf.validation-Root_R1_6_maintenance.tar.gz:eclipse-emf-validation
gil:BAD_CVS_SOURCE:eclipselink-2.4.2.pom:eclipselink
gil:BADURL:javax.persistence-2.0.5-sources.jar:eclipselink-persistence-api
gil:BAD_CVS_SOURCE:javax.persistence-2.0.5.pom:eclipselink-persistence-api
seanf:BADURL:babel-R0.10.1-juno.zip:eclipse-nls
akurtakov:BADSOURCE:eclipse-packagekit-0.1.0.tar.bz2:eclipse-packagekit
nim:BADSOURCE:ecl_cour.ttf:ecolier-court-fonts
nim:BADSOURCE:ec_cour.ttf:ecolier-court-fonts
nim:BAD_CVS_SOURCE:lisez_moi.txt:ecolier-court-fonts
mchehab:BADURL:edac-utils-0.16.tar.bz2:edac-utils
sundaram:BADSOURCE:e_dbus-1.7.9.tar.bz2:e_dbus
sciurius:BADURL:EekBoek-2.02.02.tar.gz:EekBoek
vicodan:BADSOURCE:eeze-1.7.9.tar.bz2:eeze
chitlesh:BADURL:electronics-menu-1.0.tar.gz:electronics-menu
ausil:BADSOURCE:elftoaout-2.3.tgz:elftoaout
tagoh:BADURL:apel-10.8.tar.gz:emacs-apel
shakthimaan:BADSOURCE:identica-mode-1.2.1.tar.gz:emacs-identica-mode
sagarun:BADURL:spice-mode-1.2.25.tar.gz:emacs-spice-mode
spot:BADURL:EMBOSS-6.4.0.tar.gz:EMBOSS
spot:BAD_CVS_SOURCE:README.fixes:EMBOSS
tmraz:BADURL:engine_pkcs11-0.1.8.tar.gz:engine_pkcs11
jussilehtola:BADURL:epstool-3.08.tar.gz:epstool
thias:BADURL:epydoc-3.0.1.tar.gz:epydoc
mgieseki:BADSOURCE:equalx-0.6.0.tar.gz:equalx
peter:BADSOURCE:otp_src_R16B02.tar.gz:erlang
peter:BADURL:riaknostic-1.1.0.tar.gz:erlang-riaknostic
lbazan:BADURL:eruby-1.0.5.tar.gz:eruby
jmagne:BADSOURCE:esc-1.1.0.tar.bz2:esc
jmagne:BADSOURCE:esc:esc
jskarvad:BADSOURCE:espeak-1.47.11-source.zip:espeak
limb:BADURL:etherbat-1.0.1.tar.gz:etherbat
vicodan:BADSOURCE:ethumb-1.7.9.tar.bz2:ethumb
gholms:BADURL:euca2ools-2.1.4.tar.gz:euca2ools
mkasik:BADURL:evince-3.11.1.tar.xz:evince
mbarnes:BADURL:evolution-3.11.1.tar.xz:evolution
mbarnes:BADURL:evolution-data-server-3.11.1.tar.xz:evolution-data-server
mbarnes:BADURL:evolution-ews-3.11.1.tar.xz:evolution-ews
lucilanga:BADURL:evolution-rss-0.3.94.tar.xz:evolution-rss
dwmw2:BADURL:FAQ-html-20050415.tar.bz2:exim-doc
dwmw2:BADURL:exim-html-4.73.tar.bz2:exim-doc
dwmw2:BADURL:exim-postscript-4.73.tar.bz2:exim-doc
dwmw2:BADURL:exim-pdf-4.73.tar.bz2:exim-doc
dwmw2:BADURL:config.samples-20050415.tar.bz2:exim-doc
itamarjp:BADURL:ez-ipupdate-3.0.11b8.tar.gz:ez-ipupdate
itamarjp:BADURL:ez-ipupdate_3.0.11b8-10.diff.gz:ez-ipupdate
carllibpst:BADURL:f2c.tar:f2c
echevemaster:BADSOURCE:f2fs-tools-1.1.0.tar.gz:f2fs-tools
gavin:BADURL:fastback-0.4.tar.gz:fastback
limb:BADURL:faust-0.9.46.tar.gz:faust
salimma:BADSOURCE:fbreader-sources-0.12.10.tgz:fbreader
lbazan:BADSOURCE:fbterm-1.7.tar.gz:fbterm
iankent:BADURL:fedfs-utils-0.9.4.tar.gz:fedfs-utils
lmacken:BADURL:fedmsg-notify-0.5.3.tar.bz2:fedmsg-notify
pingou:BADURL:fedocal-0.1.2.tar.gz:fedocal
fossjon:BADURL:fedora-arm-installer-1.1.1.tar.gz:fedora-arm-installer
wwoods:BADURL:fedup-0.7.3.tar.xz:fedup
wwoods:BADURL:fedup-dracut-0.7.3.tar.xz:fedup-dracut
msrb:BADSOURCE:org.apache.felix.bundlerepository-1.6.6-source-release.tar.gz:felix-bundlerepository
goldmann:BADSOURCE:org.apache.felix.configadmin-1.4.0-source-release.tar.gz:felix-configadmin
kdaniel:BADURL:gogo-parent-0.6.0-project.tar.gz:felix-gogo-parent
mbooth:BADURL:org.apache.felix.main-4.2.0-source-release.tar.gz:felix-main
lon:BADURL:fence-virt-0.3.2.tar.bz2:fence-virt
bruno:BADSOURCE:festvox_nitech_us_awb_arctic_hts.tar.bz2:festival
bruno:BADSOURCE:festvox_nitech_us_bdl_arctic_hts.tar.bz2:festival
bruno:BADSOURCE:festvox_nitech_us_clb_arctic_hts.tar.bz2:festival
bruno:BADSOURCE:festvox_nitech_us_jmk_arctic_hts.tar.bz2:festival
bruno:BADSOURCE:festvox_nitech_us_rms_arctic_hts.tar.bz2:festival
bruno:BADSOURCE:festvox_nitech_us_slt_arctic_hts.tar.bz2:festival
pwouters:BADURL:fetchlog-1.4.tar.gz:fetchlog
ovasik:BAD_CVS_SOURCE:lang-exceptions:filesystem
thozza:BADURL:bsd-finger-0.17.tar.gz:finger
makowski:BADURL:Firebird-2.5.2.26539-0.tar.bz2:firebird
dajt:BADURL:firecontrol-0.2.tar.gz:firecontrol
huzaifas:BADURL:firewalk.tar.gz:firewalk
mebrown:BADURL:firmware-tools-2.1.15.tar.bz2:firmware-tools
averi:BADSOURCE:fishpoll-0.1.7.tar.gz:fishpoll
kkofler:BADURL:flasm.1.gz:flasm
dp67:BADSOURCE:fldigi.pdf:fldigi
dp67:BADSOURCE:FldigiHelp-3.21.zip:fldigi-doc
petersen:BADURL:flim-1.14.9.tar.gz:flim
shakthimaan:BADURL:milkymist-Release_1.2.tar.gz:flterm
rdieter:BADURL:fltk-1.3.2-source.tar.gz:fltk
jcapik:BADURL:fluxstyle-1.0.1.tar.bz2:fluxstyle
roma:BAD_CVS_SOURCE:tkradio:fmtools
bpepple:BADURL:folks-0.9.6.tar.xz:folks
than:BADURL:cyr-rfx-koi8-ub-1.1.bdfs.tar.bz2:fonts-KOI8-R
than:BADURL:ksi-XFree86-cyrillic-fonts.tar.bz2:fonts-KOI8-R
tagoh:BADURL:fonts-tweak-tool-0.3.2.tar.bz2:fonts-tweak-tool
twaugh:BADURL:foomatic-db-4.0-20130911.tar.gz:foomatic-db
sheltren:BADURL:fortune-mod-1.99.1.tar.gz:fortune-mod
sheltren:BADURL:fortune-tao.tar.gz:fortune-mod
sheltren:BADSOURCE:fortune-hitchhiker.tgz:fortune-mod
sheltren:BADURL:osfortune.tar.gz:fortune-mod
joost:BADURL:fpcbuild-2.6.2.tar.gz:fpc
brouhaha:BADSOURCE:free42-nologo-1.4.77.tgz:free42
awjb:BADSOURCE:freealut-1.1.0.tar.gz:freealut
chitlesh:BADURL:freehdl-0.0.8.tar.gz:freehdl
jcapik:BADURL:freehoo-3.5.3.20100314cvs.tar.gz:freehoo
sochotni:BADSOURCE:freemind-src-0.9.0.tar.gz:freemind
kwizart:BADURL:frei0r-plugins-1.4.tar.gz:frei0r-plugins
limb:BADURL:frescobaldi-2.0.10.tar.gz:frescobaldi
cgrau:BADURL:frotz-2.43.tar.gz:frotz
fab:BADURL:fspy-0.1.1.tar.bz2:fspy
bsjones:BADSOURCE:2066144.tar.gz:fst
spot:BADURL:ftplib-3.1-1.tar.gz:ftplib
simonm:BADURL:fts-3.1.33.tar.gz:fts
simonm:BADURL:fts-monitoring-3.1.33.tar.gz:fts-monitoring
simonm:BADURL:fts-mysql-3.1.33.tar.gz:fts-mysql
szpak:BADURL:fusesmb-0.8.7.tar.gz:fuse-smb
dmlb2000:BADSOURCE:ga-5-1-1.tgz:ga
orphan:BADURL:gadmin-squid-0.1.2.tar.gz:gadmin-squid
orphan:BADSOURCE:qrc-0.96-293svn.tar.gz:gaim-gaym
orphan:BADURL:gaim-2.0.0beta4.tar.gz:gaim-gaym
orphan:BADURL:pidgin-guifications-2.16.tar.bz2:gaim-guifications
deji:BADURL:galternatives_0.13.4.tar.gz:galternatives
dvratil:BADSOURCE:qt-everywhere-opensource-src-4.8.5.tar.gz:gammaray
ankursinha:BADURL:gargi-1.9.tar.gz:gargi-fonts
rstrode:BADURL:GConf-3.2.6.tar.bz2:GConf2
devrim:BADURL:gdalautotest-1.10.1.tar.gz:gdal
luya:BADSOURCE:Quote_of_the_Day-1.1.tar.gz:gdesklets-quote-of-the-day
orphan:BADURL:gdk-pixbuf-0.22.0.tar.bz2:gdk-pixbuf
ozamosi:BADURL:Aegean302.zip:gdouros-aegean-fonts
ozamosi:BADURL:Aegyptus311.zip:gdouros-aegyptus-fonts
ozamosi:BADURL:Akkadian.zip:gdouros-akkadian-fonts
ozamosi:BADURL:Alexander.zip:gdouros-alexander-fonts
ozamosi:BADURL:Samples.pdf:gdouros-alexander-fonts
ozamosi:BADURL:Analecta.zip:gdouros-analecta-fonts
ozamosi:BADURL:Musica.zip:gdouros-musica-fonts
ozamosi:BADURL:Symbola613.zip:gdouros-symbola-fonts
chitlesh:BADSOURCE:gdsto3d-20080229.tar.bz2:gds2pov
gecko-maint:BADURL:gecko-sharp-2.0-0.13.tar.bz2:gecko-sharp2
nacho:BADURL:gedit-collaboration-3.6.1.tar.xz:gedit-collaboration
jwrdegoede:BADURL:gemdropx-0.9.tar.gz:gemdropx
jreznik:BADSOURCE:generatorrunner-0.6.16.tar.bz2:generatorrunner
gemi:BADSOURCE:genius-1.0.17.tar.xz:genius
pghmcfc:BADSOURCE:GeoIP.dat.gz:GeoIP
pghmcfc:BADSOURCE:GeoIPv6.dat.gz:GeoIP
pghmcfc:BADSOURCE:GeoLiteCity.dat.gz:GeoIP
pghmcfc:BADSOURCE:GeoLiteCityv6.dat.gz:GeoIP
pghmcfc:BADSOURCE:GeoIPASNum.dat.gz:GeoIP
pwouters:BADURL:geome-2.0.tar.gz:geome
rdieter:BADURL:geomview-1.9.4.tar.bz2:geomview
adev:BADSOURCE:gfal2-plugin-xrootd-0.2.2.tar.gz:gfal2-plugin-xrootd
adev:BADSOURCE:gfal2-python-1.3.0.tar.gz:gfal2-python
adev:BADURL:gfalFS-1.4.0.tar.gz:gfalFS
sundaram:BADURL:ghasher-1.2.1.tar.gz:ghasher
mathstuf:BADSOURCE:bloomfilter-1.2.6.10.tar.gz:ghc-bloomfilter
carllibpst:BADURL:ghemical-2.99.2.tar.gz:ghemical
limb:BADURL:giggle-0.7.tar.xz:giggle
slankes:BADSOURCE:gimp-lqr-plugin-0.7.1.tar.bz2:gimp-lqr-plugin
kkofler:BADURL:git-cola-1.9.1.tar.gz:git-cola
thias:BADURL:gkrellaclock-0.3.4.tar.gz:gkrellm-aclock
steve:BADURL:gl-117-1.3.2-src.tar.bz2:gl-117
sochotni:BADSOURCE:cddllicense.txt:glassfish-jsp-api
dtimms:BADURL:glglobe-0.2.tar.gz:glglobe
matt:BADSOURCE:2.1.2.tar.gz:glusterfs-hadoop
vicodan:BADURL:gmyth-upnp_0.7.1.orig.tar.gz:gmyth
laxathom:BADURL:grandr_applet-0.4.1.tar.gz:gnome-applet-grandr
rhughes:BADURL:gnome-color-manager-3.10.1.tar.xz:gnome-color-manager
vicodan:BADURL:gnome-media-3.4.0.tar.xz:gnome-media
rhughes:BADURL:gnome-power-manager-3.11.2.tar.xz:gnome-power-manager
rathann:BADURL:gnomeradio-1.8.tar.gz:gnomeradio
yaderv:BADSOURCE:eonpatapon-gnome-shell-extension-calc-2fca097.tar.gz:gnome-shell-extension-calc
fab:BADURL:v1.1.tar.gz:gnome-shell-extension-cpu-temperature
lmacken:BADURL:gnome-shell-extension-fedmsg-0.1.5.tar.gz:gnome-shell-extension-fedmsg
orphan:BADURL:noim-1.0.tar.gz:gnome-shell-extension-noim
orphan:BADURL:noripple-2.0.tar.gz:gnome-shell-extension-noripple
orphan:BADSOURCE:RaphaelKimmig-Gnome-Presentation-Mode-c3ce6b2.tar.gz:gnome-shell-extension-presentation-mode
fab:BADURL:remove-bluetooth-icon-0.5.1.tar.bz2:gnome-shell-extension-remove-bluetooth-icon
fab:BADURL:remove-volume-icon-0.5.1.tar.bz2:gnome-shell-extension-remove-volume-icon
orphan:BADURL:righthotcorner-1.0.tar.gz:gnome-shell-extension-righthotcorner
yaderv:BADSOURCE:sustmi-gnome-shell-extensions-sustmi-3.0-4-g72282ce.tar.gz:gnome-shell-extension-sustmi
orphan:BADURL:themeselector-0.9.tar.gz:gnome-shell-extension-theme-selector
orphan:BADURL:workspacesmenu.tar.gz:gnome-shell-extension-workspacesmenu
timlau:BADSOURCE:gnome_shell____atolm_by_half_left-d3drw1x.zip:gnome-shell-theme-atolm
orphan:BADSOURCE:gnome_shell___dark_glass_by_half_left-d36szax.zip:gnome-shell-theme-dark-glass
eldermarco:BADSOURCE:gnome_shell___elementary_by_half_left-d45raik.zip:gnome-shell-theme-elementary
timlau:BADSOURCE:gnome_shell___gaia_by_half_left-d3fl1nw.zip:gnome-shell-theme-gaia
timlau:BADSOURCE:gnome_shell___orta_by_half_left-d3f9qp5.zip:gnome-shell-theme-orta
timlau:BADSOURCE:gnome_shell___smooth_inset_by_half_left-d3b52v3.zip:gnome-shell-theme-smooth-inset
rhughes:BADURL:gnome-software-3.11.1.tar.xz:gnome-software
rhughes:BADSOURCE:fedora-20.xml.gz:gnome-software
rhughes:BADSOURCE:fedora-20-icons.tar.gz:gnome-software
rhughes:BADURL:fedora-20-codecs.xml:gnome-software
rhughes:BADURL:web-apps.xml:gnome-software
pgordon:BADSOURCE:curvylooks-0.4-rc2.gtp:gnome-theme-curvylooks
ashawley:BADSOURCE:gnue-common-0.6.9.tar.gz:gnue-common
pjones:BADURL:gnu-efi_3.0u.orig.tar.gz:gnu-efi
ankursinha:BADURL:gnumed-client.1.3.6.tgz:gnumed
susmit:BADURL:gnumed-server.18.6.tgz:gnumed-server
lsm5:BADSOURCE:61664b8425f3e0e4371d4b56016b224b9d69cbbb.zip:golang-googlecode-goprotobuf
lsm5:BADURL:84a4013f96e01fdd14b65d260a78b543e3702ee1.zip:golang-googlecode-net
lsm5:BADSOURCE:74691fb6f83716190870cde1b658538dd4b18eb0.zip:golang-googlecode-sqlite
bjohnson:BADURL:goocanvas-1.0.0.tar.bz2:goocanvas
dcantrel:BADURL:gpart-0.1h.tar.gz:gpart
timj:BADURL:gphpedit-0.9.98RC1.tar.gz:gphpedit
shakthimaan:BADSOURCE:gplcver-2.12a.src.tar.bz2:gplcver
s4504kr:BADSOURCE:gprolog-1.4.4.tar.gz:gprolog
till:BADURL:gpscorrelate-1.6.1.tar.gz:gpscorrelate
orphan:BADSOURCE:gpsk31-0.5.tar.gz:gpsk31
lucilanga:BADURL:gpsman-6.4.1.tgz:gpsman
terjeros:BADURL:gq-1.3.4.tar.gz:gq
jamatos:BADURL:grace_5.1.23-1.debian.tar.gz:grace
chitlesh:BADURL:gresistor-0.0.1.tar.gz:gresistor
s4504kr:BADURL:gresolver-0.0.5.tar.gz:gresolver
tnorth:BADSOURCE:GREYCstoration-2.8.zip:GREYCstoration
athimm:BADURL:greylistd_0.8.7.tar.gz:greylistd
salimma:BADURL:grhino-0.16.0.tar.gz:grhino
adev:BADSOURCE:gridftp-ifce-2.3.1.tar.gz:gridftp-ifce
lucilanga:BADURL:gridloc-0.6.tar.gz:gridloc
bojan:BADSOURCE:ProggyTinySZ.ttf.zip:grimmer-proggy-tinysz-fonts
jmatthews:BADURL:grinder-0.0.139.tar.gz:grinder
pjones:BADURL:grub-2.00.tar.xz:grub2
jwrdegoede:BADSOURCE:gstrm16.zip:gstream
mclasen:BADURL:gtk+-2.24.22.tar.bz2:gtk2
mclasen:BADURL:gtk-doc-1.19.tar.xz:gtk-doc
buc:BADURL:gtk-gnutella-0.98.4.tar.bz2:gtk-gnutella
mbooth:BADURL:gtk-recordmydesktop-0.3.8.tar.gz:gtk-recordmydesktop
orphan:BADURL:gtk-sharp-1.0.10.tar.gz:gtk-sharp
hguemar:BADURL:gtksourceviewmm-3.2.0.tar.xz:gtksourceviewmm3
jwrdegoede:BADSOURCE:gtkterm-26021e331031902291f7f4c88dbb662ece3f6bd3.tar.bz2:gtkterm
corsepiu:BADURL:gts-snapshot-111025.tar.gz:gts
thias:BADURL:gTweakUI-0.4.0.tar.bz2:gtweakui
orphan:BADSOURCE:guile-gnome-platform-2.16.1.tar.gz:guile-gnome-platform
sandeen:BADURL:guilt-0.35.tar.bz2:guilt
thm:BADURL:guitone-1.0rc5.tgz:guitone
fab:BADURL:gummi-0.6.5.tar.gz:gummi
spot:BADURL:gxmms2-0.7.1.tar.gz:gxmms2
akurtakov:BADURL:h2-2012-07-13.zip:h2
thias:BADURL:hackedbox-0.8.5.tar.gz:hackedbox
tagoh:BADSOURCE:hanazono-20130222.zip:hanazono-fonts
jhladky:BADURL:haveged-1.7.tar.gz:haveged
orion:BADURL:hdf5_1.8.10-patch1-1.debian.tar.gz:hdf5
silfreed:BADURL:hdrprep-0.1.2.tgz:hdrprep
asalkeld:BADURL:heat-7.tar.gz:heat
orphan:BADSOURCE:hekafs-0.7.tgz:hekafs
orphan:BADURL:hellanzb-0.13.tar.gz:hellanzb
bsjones:BADURL:hexter-1.0.0.tar.gz:hexter-dssi
ajax:BAD_CVS_SOURCE:apsl-2.0.txt:hfsplus-tools
dwmw2:BADURL:hfsplus_1.0.4.src.tar.bz2:hfsplusutils
s4504kr:BADURL:highlight-3.16.tar.bz2:highlight
s4504kr:BAD_CVS_SOURCE:sh.lang:highlight
rmattes:BADURL:gbiggs-hokuyoaist-3.0.1-0-g69df78b.tar.gz:hokuyoaist
salimma:BADSOURCE:hop-2.4.1.tar.gz:hop
spot:BADURL:Alegreya.zip:ht-alegreya-fonts
rdieter:BADURL:htmldoc-1.8.27-source.tar.bz2:htmldoc
hubbitus:BADURL:httpd-2.2.22.tar.bz2:httpd-itk
cicku:BADSOURCE:httrack-3.47.27.tar.gz:httrack
caolanm:BADURL:myspell-af_ZA-0.20080825.zip:hunspell-af
caolanm:BADURL:akan_ns__mfuaasekyer__-0.6-fx.xpi:hunspell-ak
caolanm:BADURL:asturianu.oxt:hunspell-ast
caolanm:BADURL:dict-be-official.oxt:hunspell-be
caolanm:BADURL:dict-br_0.8.oxt:hunspell-br
caolanm:BADSOURCE:catalan.oxt:hunspell-ca
caolanm:BADURL:dict-cop_EG_v03.oxt:hunspell-cop
caolanm:BADURL:lower_sorbian_spelling_dictionary-1.4.6.oxt:hunspell-dsb
caolanm:BADURL:1.0-dev.oxt:hunspell-eo
caolanm:BADSOURCE:es_ANY.oxt:hunspell-es
caolanm:BADURL:fijian_spelling_dictionary-1.2-fx+tb+sm.xpi:hunspell-fj
caolanm:BADURL:hunspell-fr-classique+reforme1990-v4.6.zip:hunspell-fr
caolanm:BADURL:frysk_wurdboek-2.0.1-fx+tb+sm.xpi:hunspell-fy
caolanm:BADURL:gl_ES-pack.zip:hunspell-gl
caolanm:BADURL:grc.oxt:hunspell-grc
caolanm:BADURL:hawaiian_spell_checker-0.02-tb+fx+sm.xpi:hunspell-haw
caolanm:BADURL:hunspell-hil-0.14.oxt:hunspell-hil
caolanm:BADURL:hunspell-ht-0.06.oxt:hunspell-ht
caolanm:BADURL:id_ID.zip:hunspell-id
caolanm:BADURL:Icelandic-dict-2009-08-23.oxt:hunspell-is
caolanm:BADURL:dict-kk.zip:hunspell-kk
caolanm:BADURL:SBBIC-spellingchecker-OOo.1.1.oxt:hunspell-km
caolanm:BADURL:dict-la_2013-03-31.oxt:hunspell-la
caolanm:BADSOURCE:SpellcheckerLu.oxt:hunspell-lb
caolanm:BADURL:lt_LT-1.2.1.zip:hunspell-lt
caolanm:BADURL:mg_MG.zip:hunspell-mg
caolanm:BADURL:hunspell-mi-0.1.20080630-beta.tar.gz:hunspell-mi
caolanm:BADURL:mk_MK.zip:hunspell-mk
caolanm:BADURL:dict-mn_0.06-5.oxt:hunspell-mn
caolanm:BADURL:ms_MY.zip:hunspell-ms
caolanm:BADURL:spellcheck-mt-0.3.tar.gz:hunspell-mt
caolanm:BADURL:no_NO-pack2-2.1.zip:hunspell-no
caolanm:BADURL:dict-nr_ZA-2009.10.30.oxt:hunspell-nr
caolanm:BADURL:dict-ns_ZA-2009.12.01.oxt:hunspell-nso
caolanm:BADURL:hunspell-chichewa-ny-dict-0.01.oxt:hunspell-ny
caolanm:BADURL:hunspell-om-0.04.oxt:hunspell-om
caolanm:BADURL:sjp-myspell-pl-20130130.zip:hunspell-pl
caolanm:BADURL:qu_EC-0.9.oxt:hunspell-qu
caolanm:BADURL:russian_spellchecking_dictionary-0.4.4-fx+tb+sm.xpi:hunspell-ru
caolanm:BADURL:rw_RW.zip:hunspell-rw
caolanm:BADURL:Dict_sc_IT03.oxt:hunspell-sc
caolanm:BADURL:sl_SI.zip:hunspell-sl
caolanm:BADURL:dict-so.oxt:hunspell-so
caolanm:BADURL:dict-sr.oxt:hunspell-sr
caolanm:BADURL:dict-ss_ZA-2009.10.30.oxt:hunspell-ss
caolanm:BADURL:dict-st_ZA-2009.10.30.oxt:hunspell-st
caolanm:BADURL:sv-2.10.zip:hunspell-sv
caolanm:BADURL:dictionary_myspell_sw_TZ_1.1.tar.gz:hunspell-sw
caolanm:BADURL:tet_ID.zip:hunspell-tet
caolanm:BADURL:th_TH.zip:hunspell-th
caolanm:BADURL:turkmen_spell_checker-0.02-tb+fx+sm.xpi:hunspell-tk
caolanm:BADURL:tl_PH.zip:hunspell-tl
caolanm:BADURL:tswana__south_africa__dictionary-20091101-fx+tb.xpi:hunspell-tn
caolanm:BADURL:hunspell-tpi-0.07.oxt:hunspell-tpi
caolanm:BADURL:tsonga__south_africa__dictionary-20091101-fx+tb.xpi:hunspell-ts
caolanm:BADURL:dict-ve_ZA-2009.10.30.oxt:hunspell-ve
caolanm:BADURL:dict-xh_ZA-2009.10.30.oxt:hunspell-xh
caolanm:BADURL:zulu__south_africa__dictionary-20100125-fx+tb.xpi:hunspell-zu
limb:BADURL:hunt-1.5.tgz:hunt
athmane:BADSOURCE:hydra-7.5.tar.gz:hydra
orphan:BADURL:asma_davul.tar.gz:hydrogen-drumkits
caolanm:BADURL:hyph-ca.oxt:hyphen-ca
caolanm:BADURL:hyph_da_DK.zip:hyphen-da
mstahl:BADURL:hyph_de_DE.zip:hyphen-de
caolanm:BADURL:hyph_el_GR.zip:hyphen-el
caolanm:BADURL:hyph_fr_2-0.zip:hyphen-fr
caolanm:BADURL:hyph_ga_IE.zip:hyphen-ga
caolanm:BADURL:nagybence-huhyphn-aa3fc85.tar.gz:hyphen-hu
caolanm:BADURL:hyph_id_ID.zip:hyphen-id
caolanm:BADURL:hyph_is_IS.zip:hyphen-is
caolanm:BADURL:hyph_it_IT.zip:hyphen-it
caolanm:BADURL:kitandin.oxt:hyphen-ku
caolanm:BADURL:hunspell-hyphen-mi-0.1.20080630-beta.tar.gz:hyphen-mi
caolanm:BADURL:hyph_nl_NL.zip:hyphen-nl
caolanm:BADURL:hyph_pt_PT.zip:hyphen-pt
caolanm:BADURL:hyph_ru_RU.zip:hyphen-ru
caolanm:BADURL:hyph_sk_SK.zip:hyphen-sk
caolanm:BADURL:hyph_sl_SI.zip:hyphen-sl
caolanm:BADURL:hyph_sv_SE.oxt:hyphen-sv
caolanm:BADURL:hyph_uk_UA.zip:hyphen-uk
thias:BADURL:i8krellm-2.5.tar.gz:i8kutils
adrian:BADURL:ibmonitor-1.4.tar.gz:ibmonitor
fujiwara:BADURL:ibus-xkb-1.5.0.tar.gz:ibus
ueno:BADURL:ibus-gucharmap-1.4.0.tar.gz:ibus-gucharmap
fujiwara:BADURL:ibus-input-pad-1.4.0.tar.gz:ibus-input-pad
dchen:BADURL:ibus-table-cyrillic-1.2.0.20100305.tar.gz:ibus-table-cyrillic
nkumar:BADURL:ibus-table-others-1.3.0.20130204.tar.gz:ibus-table-others
gilboa:BAD_CVS_SOURCE:icewm-xdg-menu:icewm
cgrau:BADURL:ifm-5.1.tar.gz:ifm
pingou:BADURL:igraph-0.5.4.tar.gz:igraph
salimma:BADURL:ikarus-0.0.3.tar.gz:ikarus
orphan:BADURL:ikvm-0.22.tar.gz:ikvm
clalance:BADSOURCE:imagefactory-1.1.3.tar.gz:imagefactory
imcleod:BADSOURCE:imagefactory-plugins-1.1.3.tar.gz:imagefactory-plugins
hubbitus:BADURL:ImageMagick-6.8.7-0.tar.xz:ImageMagick
pnemade:BADSOURCE:lobster-font-1.4.zip:impallari-lobster-fonts
tagoh:BADURL:imsettings-1.6.6.tar.bz2:imsettings
s4504kr:BADURL:inadyn-mt.v.02.24.36.tar.gz:inadyn-mt
rathann:BADSOURCE:INCHI-1-API.ZIP:inchi
rathann:BADSOURCE:INCHI-1-DOC.ZIP:inchi
ppisar:BADURL:indent-2.2.11.tar.gz:indent
limb:BADURL:inksmoto-0.7.0.tar.gz:inksmoto
drago01:BADURL:inotify-tools-3.14.tar.gz:inotify-tools
davej:BADURL:ip6sic-0.1.tar.gz:ip6sic
tagoh:BADURL:ipaexg00201.zip:ipa-ex-gothic-fonts
tagoh:BADURL:ipaexm00201.zip:ipa-ex-mincho-fonts
tagoh:BADURL:ipag00303.zip:ipa-gothic-fonts
tagoh:BADURL:ipam00303.zip:ipa-mincho-fonts
tagoh:BADURL:ipagp00303.zip:ipa-pgothic-fonts
tagoh:BADURL:ipamp00303.zip:ipa-pmincho-fonts
balajig8:BADSOURCE:iperf-3.0.tar.gz:iperf3
limb:BADSOURCE:ip-sentinel-0.12.tar.bz2.sig:ip-sentinel
mmahut:BADURL:ircd-ratbox-2.2.8.tgz:ircd-ratbox
rathann:BADSOURCE:iscan-plugin-gt-f500-1.0.0-1.c2.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-9400-1.0.0-1.c2.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-x770-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-x820-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:esci-interpreter-perfection-v330-0.1.1-2.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-f520-1.0.0-1.c2.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-f600-1.0.0-1.c2.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-x750-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-s600-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-f670-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-f700-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:iscan-plugin-gt-1500-2.1.2-1.i386.rpm:iscan-firmware
rathann:BADSOURCE:esci-interpreter-gt-f720-0.1.1-2.i386.rpm:iscan-firmware
than:BADURL:isdn4k-utils-CVS-2010-05-01-patched.tar.bz2:isdn4k-utils
davej:BADURL:isic-0.07.tgz:isic
adev:BADURL:is-interface-1.15.0.tar.gz:is-interface
cleech:BADURL:open-isns-0.93.tar.bz2:isns-utils
caillon:BADURL:iso-codes-3.48.tar.xz:iso-codes
anaconda-maint:BADURL:isomd5sum-1.0.11.tar.bz2:isomd5sum
gil:BAD_CVS_SOURCE:itext-2.1.7.pom:itext
mnagy:BADURL:itzam-core-2.1.1.tar.gz:itzam-core
fab:BADURL:jabber-roster-0.1.1.tar.gz:jabber-roster
mmorsi:BADURL:wmeissner-jaffl-0.5.9-0-gb362566.tar.gz:jaffl
tagoh:BADURL:Kappa20-0.396.tar.bz2:japanese-bitmap-fonts
tagoh:BADSOURCE:jiskan24-2000-1.bdf.gz:japanese-bitmap-fonts
tagoh:BADSOURCE:jiskan24-2000-2.bdf.gz:japanese-bitmap-fonts
tagoh:BADSOURCE:jiskan24-2003-1.bdf.gz:japanese-bitmap-fonts
tagoh:BAD_CVS_SOURCE:k14.patch:japanese-bitmap-fonts
bkearney:BADURL:java-augeas-0.0.2.tar.gz:java-augeas
mizdebsk:BADSOURCE:java-deptools-e000f35.tar.bz2:java-deptools
omajid:BADURL:javahelp2-src-2.0.05.zip:javahelp2
lonetwin:BADSOURCE:javanotes5.tar.bz2:javanotes
landgraf:BADURL:jbig2dec-0.11.tar.gz:jbig2dec
orion:BAD_CVS_SOURCE:jchardet-1.0.pom:jchardet
richardfearn:BADURL:jcip-annotations-src.jar:jcip-annotations
bsjones:BADSOURCE:jconvolver-0.9.2.tar.bz2:jconvolver
mtasaka:BADURL:jd-2.8.7-svn4132_trunk.tgz:jd
sochotni:BADSOURCE:jetty-9.0.6.v20130930.tar.gz:jetty
mtasaka:BADSOURCE:jfbterm-0.4.7.tar.gz:jfbterm
mizdebsk:BAD_CVS_SOURCE:jflex-1.4.3.pom:jflex
itamarjp:BADURL:jfsutils-1.1.15.tar.gz:jfsutils
jussilehtola:BADSOURCE:Jmol-13.2.4-full.tar.gz:jmol
walters:BADURL:jna-4.0.tar.gz:jna
dignan:BADURL:jpcap-0.7.tar.gz:jpcap
mmorsi:BADSOURCE:jruby-src-1.7.2.tar.gz:jruby
mmorsi:BADSOURCE:olabini-yecht-0.0.2-0-g6009fd7.tar.gz:jruby
akurtakov:BAD_CVS_SOURCE:jsch-0.1.50.pom:jsch
jussilehtola:BAD_CVS_SOURCE:90.patch:json-c
cfu:BADURL:jss-4.2.6.tar.gz:jss
cfu:BAD_CVS_SOURCE:MPL-1.1.txt:jss
frixxon:BADURL:KanjiStrokeOrders_v3.000.zip:kanjistrokeorders-fonts
mtasaka:BADURL:kazehakase-0.5.8-svn3873_trunk.tar.gz:kazehakase
dionysos:BADURL:44998-kbackup-0.7.1.tar.bz2:kbackup
cheeselee:BADURL:kbibtex-0.4.1.tar.bz2:kbibtex
kkofler:BADURL:mishaaq-kcm_touchpad-00370b5.tar.gz:kcm_touchpad
rdieter:BADURL:kcoloredit-2.0.0-kde4.4.0.tar.bz2:kcoloredit
than:BADURL:kde-i18n-ar-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-bg-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-et-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-fi-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-fr-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-he-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-hi-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-hu-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-is-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-it-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ja-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-nb-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-bn-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-nl-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-nn-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pa-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pl-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pt-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pt_BR-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ro-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ru-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sk-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sl-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ca-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sr-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sv-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ta-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-tr-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-uk-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-zh_CN-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-zh_TW-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-lt-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ko-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-cs-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-da-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-de-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-el-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-en_GB-3.5.10.tar.bz2:kde-i18n
than:BADURL:kde-i18n-es-3.5.10.tar.bz2:kde-i18n
jgrulich:BADSOURCE:149182-akonadi-contacts-0.1.7.tar.bz2:kde-plasma-akonadi-contacts
jreznik:BADURL:97511-translatoid-1.30.svn01092011.tar.gz:kde-plasma-translatoid
orion:BADURL:kdesvn-1.6.0.tar.bz2:kdesvn
than:BADURL:kde-wallpapers-4.11.90.tar.xz:kde-wallpapers
than:BADSOURCE:css.tar.bz2:kdewebdev
than:BADSOURCE:html.tar.bz2:kdewebdev
than:BADSOURCE:javascript.tar.bz2:kdewebdev
chitlesh:BADURL:keurocalc-1.0.0.tgz:keurocalc
hannes:BADURL:keybinder-0.3.0.tar.gz:keybinder
jstanley:BADURL:keychecker-0.2.tar.gz:keychecker
minh:BADURL:kfaenza-icon-theme-0.8.9.tar.gz:kfaenza-icon-theme
kkofler:BADURL:kgrab-0.1.1-kde4.4.0.tar.bz2:kgrab
rdieter:BADURL:kiconedit-4.4.0.tar.bz2:kiconedit
than:BADURL:kio_sysinfo-20090930.tar.bz2:kio_sysinfo
limb:BADSOURCE:kismet-2013-03-R1.tar.gz.asc:kismet
mtasaka:BADSOURCE:kita-0.177.5.tar.gz:kita
bouska:BADURL:kitsune2.0.tar.gz:kitsune
mtasaka:BADURL:kitutuki-0.9.6.tgz:kitutuki
dp67:BADURL:klog-0.5.6.tar.gz:klog
ausil:BADSOURCE:koji-1.8.0.tar.bz2:koji
jreznik:BADURL:kopete-cryptography-1.3.0-kde4.4.0.tar.bz2:kopete-cryptography
orphan:BADURL:dmacvicar-kopete-facebook-3376a46.tar.gz:kopete-protocol-facebook
kushal:BADURL:kphotobymail-0.4.1.tar.gz:kphotobymail
kkofler:BADURL:kdepim-4.3.4.tar.bz2:kpilot
mtasaka:BADSOURCE:kreetingkard-0.7.1.tar.gz:kreetingkard
mtasaka:BADSOURCE:kreetingkard_templates-0.2.0.tar.gz:kreetingkard_templates
kkofler:BADURL:ksensors_0.7.3-15.diff.gz:ksensors
dvratil:BADURL:kte-collaborative-v0.2.0.tar.xz:kte-collaborative
jouty:BADURL:kupfer-v208.tar.xz:kupfer
pnemade:BADURL:unikurdweb.zip:kurdit-unikurd-web-fonts
jwrdegoede:BADSOURCE:AMB-plugins-0.6.1.tar.bz2:ladspa-amb-plugins
davidcornette:BADSOURCE:autotalent-0.2.tar.gz:ladspa-autotalent-plugins
jwrdegoede:BADSOURCE:FIL-plugins-0.3.0.tar.bz2:ladspa-fil-plugins
jwrdegoede:BADSOURCE:MCP-plugins-0.4.0.tar.bz2:ladspa-mcp-plugins
jwrdegoede:BADSOURCE:REV-plugins-0.3.1.tar.bz2:ladspa-rev-plugins
jwrdegoede:BADSOURCE:VCO-plugins-0.3.0.tar.bz2:ladspa-vco-plugins
mycae:BADURL:laf-plugin-all.zip:laf-plugin
michich:BADURL:latencytop-0.5.tar.gz:latencytop
susmit:BADSOURCE:museum.zip:levien-museum-fonts
jskala:BADURL:lftp-4.4.10.tar.xz:lftp
corsepiu:BADURL:lib3ds-1.3.0.zip:lib3ds
jmoyer:BADURL:libaio-0.3.109.tar.gz:libaio
thomasvs:BADURL:libannodex-0.7.3.tar.gz:libannodex
dp67:BADURL:libax25-0.0.12-rc2.tar.gz:libax25
kvolny:BADURL:libbs2b-3.1.0.tar.lzma:libbs2b
llagendijk:BADURL:capifax-0.7.3.tar.bz2:libcapifax
orphan:BADURL:libccss-0.3.1.tar.gz:libccss
lkundrak:BADURL:libclaw-1.7.4.tar.gz:libclaw
thomasvs:BADURL:libcmml-0.9.1.tar.gz:libcmml
limb:BADURL:confuse-2.7.tar.gz:libconfuse
dledford:BADSOURCE:libcxgb4-1.3.1.tar.gz:libcxgb4
jstanek:BAD_CVS_SOURCE:patch.1.1:libdb4
clalance:BADURL:libdeltacloud-0.9.tar.gz:libdeltacloud
awjb:BADURL:libdockapp-0.6.2.tar.bz2:libdockapp
tomh:BADURL:libdwarf-20130729.tar.gz:libdwarf
rebus:BADURL:libesedb-alpha-20120102.tar.gz:libesedb
kwizart:BADURL:libewf-20130416.tar.gz:libewf
pbrobinson:BADSOURCE:libfakekey-0.1.tar.bz2:libfakekey
laxathom:BADURL:libgdiplus-2.10.tar.bz2:libgdiplus
ankursinha:BADURL:libgexiv2-0.7.0.tar.xz:libgexiv2
carllibpst:BADURL:libghemical-2.99.1.tar.gz:libghemical
jwrdegoede:BADURL:libglpng_1.45.orig.tar.gz:libglpng
rjones:BADURL:libguestfs-1.25.8.tar.gz:libguestfs
dajt:BADSOURCE:libiec61883-1.2.0.tar.gz:libiec61883
mrceresa:BADSOURCE:openigtlink-OpenIGTLink-00c007f.tar.gz:libigtl
bonzini:BADURL:libiscsi-1.9.0.tar.gz:libiscsi
ppisar:BADURL:libisds-0.8.tar.xz:libisds
tgl:BADURL:jpegsrc.v6b.tar.gz:libjpeg
brouhaha:BAD_CVS_SOURCE:libkdtree++-0.7.0.tar.bz2:libkdtree++
kanarip:BADURL:libkolab-0.4.2.tar.gz:libkolab
kanarip:BADSOURCE:libkolabxml-0.8.4.tar.gz:libkolabxml
rdieter:BADURL:libktorrent-1.3.1.tar.bz2:libktorrent
mdbooth:BADURL:libldm-0.2.3.tar.gz:libldm
besser82:BADURL:liblinear-1.93.tar.gz:liblinear
besser82:BAD_CVS_SOURCE:index.html:liblinear
dwalsh:BADURL:libmatchbox-1.9.tar.bz2:libmatchbox
vicodan:BADURL:libmatekbd-1.6.1.tar.xz:libmatekbd
vicodan:BADURL:libmatekeyring-1.6.0.tar.xz:libmatekeyring
stephaner:BADSOURCE:libmodbus-3.0.3.tar.gz:libmodbus
rdieter:BADURL:libmusicbrainz-2.1.5.tar.gz:libmusicbrainz
robert:BADURL:libnet-1.0.2a.tar.gz:libnet10
hguemar:BADURL:libnotifymm-0.7.0.tar.xz:libnotifymm
carllibpst:BADURL:liboglappth-0.98.tar.gz:liboglappth
kwizart:BAD_CVS_SOURCE:bellagio-0.9.3-dynamicloader-linking.patch:libomxil-bellagio
awjb:BADURL:libopensync-plugin-synce-rra-0.22.1.tar.gz:libopensync-plugin-synce
chitlesh:BADURL:liborigin-20080225.tar.gz:liborigin
kalev:BADURL:libp11-0.2.8.tar.gz:libp11
spot:BADURL:libpaper_1.1.24+nmu1.tar.gz:libpaper
rdieter:BADURL:libpgf-6.13.45-src.tar.gz:libpgf
rdieter:BADURL:libpng-1.2.50.tar.bz2:libpng12
phracek:BADURL:libpng-1.5.17.tar.bz2:libpng15
awjb:BADSOURCE:libpolyxmass-0.9.1.tar.gz:libpolyxmass
awjb:BADURL:libpqxx-3.2.tar.gz:libpqxx
awjb:BADURL:libpqxx-3.2.tar.gz.md5sum:libpqxx
imntreal:BADURL:libprojectM-2.0.1.tar.bz2:libprojectM
imntreal:BADURL:libprojectM-qt-2.0.1.tar.bz2:libprojectM-qt
carllibpst:BADSOURCE:libpst-0.6.62.tar.gz:libpst
deji:BADURL:libqalculate-0.9.7.tar.gz:libqalculate
rineau:BADURL:libQGLViewer-2.3.9.tar.gz:libQGLViewer
jvlomax:BADSOURCE:v0.6.2.tar.bz2:libqxt
remi:BADURL:rabbitmq-c-0.4.1.tar.gz:librabbitmq
caolanm:BADURL:libreoffice-4.1.3.2.tar.xz:libreoffice
caolanm:BADURL:libreoffice-help-4.1.3.2.tar.xz:libreoffice
caolanm:BADURL:libreoffice-translations-4.1.3.2.tar.xz:libreoffice
kushal:BADSOURCE:librfid-0.2.0.tar.bz2:librfid
fkocina:BADURL:librtas-1.3.8.tar.gz:librtas
pcmoore:BADURL:libseccomp-2.1.1.tar.gz:libseccomp
dwalsh:BADURL:libsepol-2.2.tgz:libsepol
clalance:BADSOURCE:libssh2-python-0.7.1.tar.gz:libssh2-python
jwrdegoede:BADURL:st2205tool-1.4.3.tar.gz:libst2205
huzaifas:BADSOURCE:0907a9034eaf2a57e8e4a9439f793f3f05d446cd.tar.gz:libtar
spot:BADURL:libtnc-1.25.tar.gz:libtnc
stefanberger:BADURL:libtpms-0.5.1.tar.gz:libtpms
kdudka:BADSOURCE:libtrash-3.2.tgz:libtrash
rdieter:BADURL:libtunepimp-0.5.3.tar.gz:libtunepimp
robert:BADSOURCE:libunicapgtk-0.9.8.tar.gz:libunicapgtk
dchen:BADSOURCE:libUnihan-0.5.3-Source.tar.gz:libUnihan
kwizart:BADSOURCE:libvdpau-0.7.tar.gz:libvdpau
spot:BADURL:libvisual-0.4.0.tar.gz:libvisual
robert:BADSOURCE:libvmime-0.7.1.tar.bz2:libvmime07
spot:BADSOURCE:libvpx-v1.2.0.tar.bz2:libvpx
limb:BADURL:libxdg-basedir-1.2.0.tar.gz:libxdg-basedir
limb:BADURL:lilypond-2.17.30.tar.gz:lilypond
nucleo:BADURL:linphone-3.6.1.tar.gz:linphone
chitlesh:BADSOURCE:linsmith-0.99.24.tar.gz:linsmith
dwmw2:BADURL:linux-firmware-20131001.tar.gz:linux-firmware
hguemar:BADURL:listen-0.6.5.tar.gz:listen
thias:BADURL:lmarbles-1.0.7.tar.gz:lmarbles
churchyard:BADURL:lmfit-5.0.tgz:lmfit
mrunge:BADURL:lockfile-progs_0.1.15.tar.gz:lockfile-progs
orphan:BADURL:lock-keys-applet-1.0.tar.gz:lock-keys-applet
spot:BADURL:incubating-log4net-1.2.10.zip:log4net
grue:BADURL:logiweb-0.2.8.tar.bz2:logiweb
bcl:BADURL:lorax-20.3.tar.gz:lorax
pbrobinson:BADURL:loudmouth-1.4.3.tar.bz2:loudmouth
leamas:BADURL:lpf-0-d18db6d.tar.gz:lpf
dp67:BADURL:lpsk31-1.1.tar.gz:lpsk31
orphan:BADURL:lslk_1.29_W.tar.gz:lslk
timn:BADSOURCE:lua-posix-5.1.28-8f80582.tar.gz:lua-posix
akurtakov:BADURL:lucene-3.6.2-src.tgz:lucene
kwizart:BADURL:lux-a041e87b9732.tar.bz2:LuxRender
kwizart:BADURL:luxblend25-08a5e276dcc5.tar.bz2:LuxRender
kwizart:BADURL:luxrays-6907bd2846bf.tar.bz2:LuxRender
limb:BADURL:lv2dynparam1-2.tar.bz2:lv2dynparam
bsjones:BADURL:lv2vocoder-1.tar.bz2:lv2-vocoder-plugins
mjg59:BADSOURCE:mactel-boot-0.9.tar.bz2:mactel-boot
notting:BADSOURCE:Maelstrom-3.0.6.tar.gz:Maelstrom
thl:BADURL:mailnag-0.5.2.tar.gz:mailnag
bruno:BADURL:manaplus-1.3.10.27.2.tar.xz:manaplus
pali:BADURL:manedit-1.2.1.tar.bz2:manedit
romal:BADURL:manpages-de-1.3.tar.bz2:man-pages-de
bouska:BADURL:man-pages-fr-3.54-1.tar.bz2:man-pages-fr
ausil:BADURL:mash-0.6.01.tar.gz:mash
vicodan:BADURL:mate-calc-1.6.0.tar.xz:mate-calc
vicodan:BADURL:mate-common-1.7.1.tar.xz:mate-common
vicodan:BADURL:mate-doc-utils-1.6.2.tar.xz:mate-doc-utils
vicodan:BADURL:mate-icon-theme-1.6.3.git48f9063.tar.xz:mate-icon-theme
vicodan:BADURL:mate-keyring-1.6.0.tar.xz:mate-keyring
vicodan:BADURL:mate-menu-editor-1.6.0.tar.xz:mate-menu-editor
vicodan:BADURL:mate-notification-daemon-1.6.1.tar.xz:mate-notification-daemon
terjeros:BADSOURCE:mathomatic-16.0.5.tar.bz2:mathomatic
orion:BADURL:maven-ant-tasks-2.1.3-src.zip:maven-ant-tasks
rdieter:BADURL:macref.pdf:maxima
gil:BADURL:mckoi1.0.4.zip:mckoi
dwalsh:BADURL:mcstrans-0.3.4.tgz:mcstrans
jwrdegoede:BADURL:mdbtools_0.5.99.0.6pre1.0.20051109-4.diff.gz:mdbtools
sgros:BADURL:mdk-1.2.7.tar.gz:mdk
mtasaka:BAD_CVS_SOURCE:terms-and-conditions-for-IFS-J.html:mecab-ipadic
kushal:BADSOURCE:mediascrapper-0.1.tar.gz:mediascrapper
puiterwijk:BADURL:intersection-MW1.13-37906.tar.gz:mediawiki-intersection
mmahut:BADURL:mencal-2.3.tar.gz:mencal
mnagy:BADURL:messiggy-0.5.0.tar.gz:messiggy
orphan:BADURL:metadata-extractor-2.3.1-src.jar:metadata-extractor
kevin:BAD_CVS_SOURCE:midori.desktop.in:midori
cicku:BADSOURCE:mimetex.zip:mimetex
mooninite:BADURL:ftplib-3.1-1.tar.gz:mingw-ftplib
mooninite:BADURL:gst-plugins-bad-free-0.10.23.tar.xz:mingw-gstreamer-plugins-bad-free
rjones:BADURL:libpng-1.6.3.tar.xz:mingw-libpng
sailer:BADURL:libsigc++-2.3.1.tar.xz:mingw-libsigc++20
rjones:BADURL:nsis-2.46-src.tar.bz2:mingw-nsis
astokes:BADURL:portablexdr-4.9.1.tar.gz:mingw-portablexdr
beekhof:BADURL:qpid-0.14.tar.gz:mingw-qpid-cpp
mooninite:BADURL:sane-backends-1.0.24.tar.gz:mingw-sane-backends
epienbro:BADURL:mingw-w64-code-6228-trunk.zip:mingw-w64-tools
jcapik:BADURL:minicom-2.6.2.tar.gz:minicom
dwmw2:BADURL:mISDNuser-1_1_5.tar.gz:mISDN
abbot:BADURL:mitter-0.4.5.tar.gz:mitter
wtogami:BADURL:mkelfImage-2.7.tar.gz:mkelfimage
sagitter:BADSOURCE:compounds_lipidmaps.zip:mMass
orphan:BADURL:moblin-panel-status-0.1.21.tar.gz:moblin-panel-status
jcwillia:BADSOURCE:mock-1.1.35.tar.gz:mock
thomasvs:BADURL:mod_annodex-ap20-0.2.2.tar.gz:mod_annodex
jkaluza:BADURL:mod_bw-0.8.tgz:mod_bw
ondrejj:BADURL:mod_evasive_1.10.1.tar.gz:mod_evasive
ekkis:BADURL:mod_gnutls-0.5.10.tar.bz2:mod_gnutls
robert:BADSOURCE:mod_log_post-0.1.0.tar.gz:mod_log_post
kaigai:BADURL:mod_selinux-2.4.4.tgz:mod_selinux
aglitke:BADURL:mom-0.3.2.tar.gz:mom
lkundrak:BADURL:mon-1.2.0.tar.bz2:mon
lkundrak:BADURL:mon.cgi-1.52.tar.bz2:mon
lkundrak:BADURL:all-alerts.tar.bz2:mon
chkr:BADURL:mono-debugger-2.10.tar.bz2:mono-debugger
chkr:BAD_CVS_SOURCE:MonoDevelop.ValaBinding.dll.config:monodevelop-vala
orphan:BADURL:monodoc-2.0.zip:monodoc
hman-it:BADURL:monosim-1.5.2.tar.gz:monosim
chkr:BADURL:mono-tools-2.10.tar.bz2:mono-tools
carllibpst:BADURL:mopac7-1.15.tar.gz:mopac7
slankes:BADURL:moreutils_0.49.tar.gz:moreutils
achernya:BADURL:mosh-1.2.4.tar.gz:mosh
tagoh:BADSOURCE:ken_all.zip:mozc
tagoh:BADSOURCE:jigyosyo.zip:mozc
matriux:BADURL:googlesharing-0.18-fx.xpi:mozilla-googlesharing
rmeggins:BADSOURCE:mozldap-6.0.5.tar.gz:mozldap
fab:BADURL:mr_1.15.tar.gz:mr
tbzatek:BAD_CVS_SOURCE:mrxvt.desktop:mrxvt
ozamosi:BADURL:AnonymousPro-1.002.zip:msimonson-anonymouspro-fonts
bonzini:BADURL:msitools-0.93.20-eb62.tar.xz:msitools
thm:BADSOURCE:mtn-browse-1.10.tar.gz:mtn-browse
jnovy:BADSOURCE:multican-0.0.5.tar.gz:multican
landgraf:BADURL:mupdf-1.1-source.tar.gz:mupdf
bsjones:BADURL:mxml-2.5.tar.gz:mxml
mintojoseph:BADURL:Myanmar3_Unicode.zip:myanmar3-unicode-fonts
itamarjp:BADURL:mydns-1.2.8.31.tar.gz:mydns
yaneti:BADURL:lib_mysqludf_xql-1.0.0.tar.gz:mysqludf_xql
caolanm:BADURL:thes_cs_CZ_v2.zip:mythes-cs
caolanm:BADURL:DanskeSynonymer.oxt:mythes-da
mstahl:BADSOURCE:Deutscher-Thesaurus.oxt:mythes-de
mstahl:BADSOURCE:Schweizer-Thesaurus.oxt:mythes-de
caolanm:BADURL:th_el.zip:mythes-el
caolanm:BADSOURCE:OOo2-thes_es_ES.tar.bz2:mythes-es
caolanm:BADURL:thes_ga_IE_v2.zip:mythes-ga
caolanm:BADURL:dict-hu.oxt:mythes-hu
caolanm:BADURL:mythes-mi-0.1.20080630-beta.tar.gz:mythes-mi
caolanm:BADURL:th_ne_NP_v2.zip:mythes-ne
caolanm:BAD_CVS_SOURCE:README_th_ne_NP_v2.txt:mythes-ne
caolanm:BADSOURCE:OOo-Thesaurus2-sk_SK.zip:mythes-sk
caolanm:BADSOURCE:thes_sl_SI_v2.zip:mythes-sl
caolanm:BADURL:SwedishThesaurus.oxt:mythes-sv
pravins:BADURL:Nafees_Naskh_v2.01.zip:nafees-naskh-fonts
pravins:BADURL:Nafees_Nastaleeq_v1.02.zip:nafees-nastaleeq-fonts
pravins:BADURL:Nafees_Pakistani_Naskh_v2.01.zip:nafees-pakistani-naskh-fonts
pravins:BADURL:Nafees_Riqa_v1.0.zip:nafees-riqa-fonts
pravins:BADURL:Nafees_Tahreer_Naskh_v1.0.zip:nafees-tehreer-naskh-fonts
spot:BADURL:nagios-snmp-plugins-1.2.tar.gz:nagios-plugins-snmp-disk-proc
orphan:BADURL:mailx-12.3.tar.bz2:nail
chkr:BADURL:nall-1.0.tar.gz:nall
bpepple:BADURL:nautilus-image-converter-0.3.1.tar.bz2:nautilus-image-converter
ankursinha:BADURL:nautilus-pastebin-0.5.0.tar.gz:nautilus-pastebin
pfrields:BADURL:nautilus-search-tool-0.3.0.tar.gz:nautilus-search-tool
maxamillion:BADURL:nbtscan-1.5.1.tar.gz:nbtscan
jnovy:BADSOURCE:nedit-5.5-src.tar.bz2:nedit
bsjones:BADURL:nekobee-0.1.7.tar.gz:nekobee-dssi
dodji:BADSOURCE:nemiver-0.9.4.tar.xz:nemiver
dtimms:BADSOURCE:nes_ntsc-0.2.2.zip:nes_ntsc
lkundrak:BADURL:netbsd-iscsi-20080207.tar.gz:netbsd-iscsi
rathann:BADURL:netembryo-0.1.1.tar.bz2:netembryo
spot:BADURL:netgo-0.5.tar.gz:netgo
bruno:BADURL:vultures-2.1.2-full.tar.bz2:nethack-vultures
boodle:BADSOURCE:NetPIPE-3.7.1.tar.gz:NetPIPE
fab:BADURL:nettee-0.1.9.1.tar.gz:nettee
dcbw:BADURL:network-manager-applet-0.9.9.0.git20131028.tar.bz2:network-manager-applet
dcbw:BADURL:NetworkManager-openvpn-0.9.8.2.tar.bz2:NetworkManager-openvpn
dcbw:BADURL:NetworkManager-pptp-0.9.8.2.tar.bz2:NetworkManager-pptp
ndowens:BADURL:newlisp-10.4.3.tgz:newlisp
chitlesh:BADURL:ngspice23-manual.pdf:ngspice
adrian:BADURL:ninja-1.5.8.1.tar.gz:ninja
comzeradd:BADURL:ninja-ide-2.3.zip:ninja-ide
orphan:BADURL:nocpulse-common-2.2.7.tar.gz:nocpulse-common
patches:BADSOURCE:json-stringify-safe-5.0.0.tgz:nodejs-json-stringify-safe
jamielinux:BADSOURCE:jwt-simple-0.1.0.tgz:nodejs-jwt-simple
jamielinux:BADSOURCE:lodash-1.3.1.tgz:nodejs-lodash
patches:BADSOURCE:semver-2.1.0.tgz:nodejs-semver
rmattes:BADURL:tutorial_s.doc:nqc
rmattes:BADURL:tutorial_i.doc:nqc
rmattes:BADURL:tutorial_t.doc:nqc
rmattes:BADURL:tutorial_p.pdf:nqc
skottler:BADURL:nrpe-2.14.tar.gz:nrpe
tk009:BADSOURCE:bola.zip:ns-bola-fonts
stransky:BADURL:nspluginwrapper-1.4.4-928c322.tar.gz:nspluginwrapper
tk009:BADSOURCE:tiza.zip:ns-tiza-chalk-fonts
firemanxbr:BADSOURCE:GeoLiteCity.dat.gz:ntop
firemanxbr:BADSOURCE:GeoIPASNum.dat.gz:ntop
drago01:BADURL:numlockx-1.2.tar.gz:numlockx
rvokal:BADURL:nuttcp-6.1.2.tar.bz2:nuttcp
hguemar:BADURL:nvi-1.81.6.tar.bz2:nvi
gemi:BADURL:nyqsrc308.zip:nyquist
rjones:BADURL:mikmatch-1.0.6.tar.gz:ocaml-mikmatch
rjones:BADURL:perl4caml-0.9.5.tar.gz:ocaml-perl4caml
rjones:BADSOURCE:pgocaml-1.6.tgz:ocaml-pgocaml
rclark:BADSOURCE:ocl-icd-2.0.4-4ee231e.tar.gz:ocl-icd
pfrields:BADSOURCE:odfpy-0.9.2.tar.gz:odfpy
musuruan:BADURL:phranzysko_-_Digna_s_Handwriting.ttf:oflb-dignas-handwriting-fonts
ankursinha:BADURL:OSP_-_NotCourierSans_2.zip:oflb-notcouriersans-fonts
ankursinha:BADURL:chemoelectric_-_Prociono.zip:oflb-prociono-fonts
ivazquez:BADURL:tthurman_-_Riordon_Fancy.zip:oflb-riordonfancy-fonts
salimma:BADURL:dalles_-_SMonohand.ttf:oflb-smonohand-fonts
pnemade:BADURL:gluk_-_Sportrop.zip:oflb-sportrop-fonts
sharkcz:BADURL:ogdi-3.2.0.beta2.tar.gz:ogdi
maxamillion:BADURL:oggvideotools-0.8.tar.gz:oggvideotools
thias:BADURL:oidentd-2.0.8.tar.gz:oidentd
ankursinha:BADURL:oldstandard-2.0.2.src.zip:oldstandard-sfd-fonts
ankursinha:BADURL:oldstand-manual.pdf:oldstandard-sfd-fonts
pbrobinson:BADURL:olpc-netutils-0.8.2.tar.bz2:olpc-netutils
dsd:BADURL:olpc-os-builder-7.0.1.tar.bz2:olpc-os-builder
gemi:BADSOURCE:ooRexx-4.1.0-source.tar.gz:oorexx
tmraz:BADURL:openct-0.6.20.tar.gz:openct
hobbes1069:BADURL:oiio-Release-1.2.3.tar.gz:OpenImageIO
trb143:BADSOURCE:OpenLP-2.0.3.tar.gz:OpenLP
pahuang:BADSOURCE:openprops-0.6.zip:openprops
avesh:BADSOURCE:openpts-0.2.6.tar.gz:openpts
brenton:BADURL:openshift-origin-cartridge-cron-1.4-1.9.1.tar.gz:openshift-origin-cartridge-cron-1.4
brenton:BADURL:openshift-origin-cartridge-diy-0.1-1.9.1.tar.gz:openshift-origin-cartridge-diy-0.1
markmc:BADURL:glance-2013.2.tar.gz:openstack-glance
otherwiseguy:BADURL:neutron-2013.2.tar.gz:openstack-neutron
steve:BADSOURCE:openvpn-2.3.2.tar.gz:openvpn
steve:BADSOURCE:openvpn-2.3.2.tar.gz.asc:openvpn
vcrhonek:BADURL:openwsman-2.4.0.tar.gz:openwsman
peter:BADURL:openxcap-2.0.1.tar.gz:openxcap
orphan:BADURL:oprofileui-0.2.0.tar.gz:oprofileui
mjakubicek:BADSOURCE:OpticalRayTracer_source.tar.gz:opticalraytracer
jfsaucier:BADSOURCE:orafce-3.0.4.tar.gz:orafce
cwickert:BADURL:osmo-924.tar.xz:osmo
orphan:BADURL:ovirt-engine-3.1.0.tar.gz:ovirt-engine
clalance:BADURL:oz-0.11.0.tar.gz:oz
pingou:BADURL:packagedb-cli-1.6.0.tar.gz:packagedb-cli
robert:BADSOURCE:pam_mapi-0.1.2.tar.gz:pam_mapi
stingray:BADURL:pam_mysql-0.7RC1.tar.gz:pam_mysql
rrelyea:BADURL:pam_pkcs11-0.6.2.tar.gz:pam_pkcs11
redragon:BADURL:pam_shield-0.9.5.tar.gz:pam_shield
itamarjp:BADURL:papyon-0.5.6.tar.gz:papyon
masahase:BADSOURCE:pards04.tar.gz:pards
teuf:BADSOURCE:password-store-1.4.1.tar.xz:pass
misc:BADSOURCE:patcher-0.6.tar.bz2:patcher
ovasik:BADURL:pax-3.4.tar.bz2:pax
limb:BADSOURCE:pcapy-0.10.8.tar.gz:pcapy
harald:BADURL:pcmciautils-018.tar.bz2:pcmciautils
cfeist:BADURL:pcs-0.9.44.tar.gz:pcs
rrelyea:BADURL:pcsc-lite-1.8.10.tar.bz2:pcsc-lite
rrelyea:BADURL:ccid-1.4.13.tar.bz2:pcsc-lite-ccid
tmraz:BADURL:pcsc-perl-1.4.12.tar.bz2:pcsc-perl
tmraz:BAD_CVS_SOURCE:pcsc-perl-1.4.12.tar.bz2.asc:pcsc-perl
tmraz:BADURL:pcsc-tools-1.4.17.tar.gz:pcsc-tools
tmraz:BAD_CVS_SOURCE:pcsc-tools-1.4.17.tar.gz.asc:pcsc-tools
mathstuf:BADSOURCE:pdf2svg-0.2.1.tar.gz:pdf2svg
orphan:BADURL:pdftohtml-0.36.tar.gz:pdftohtml
spot:BADURL:pdsh-2.26.tar.bz2:pdsh
skytux:BADURL:pekwm-0.1.17.tar.bz2:pekwm
kushal:BADSOURCE:pem-0.7.9.tar.gz:pem
itamarjp:BADURL:pen-0.18.0.tar.gz:pen
limb:BADSOURCE:pengupop-2.2.2.tar.gz:pengupop
remi:BADURL:AnyEvent-HTTP-1.46.tar.gz:perl-AnyEvent-HTTP
iarnell:BADURL:autobox-2.77.tar.gz:perl-autobox
iarnell:BADURL:autovivification-0.11.tar.gz:perl-autovivification
spot:BADURL:Cairo-1.090.tar.gz:perl-Cairo
cicku:BADURL:Catalyst-Authentication-Store-DBIx-Class-0.1505.tar.gz:perl-Catalyst-Authentication-Store-DBIx-Class
mmckinst:BADURL:CDB_File-0.97.tar.gz:perl-CDB_File
hpejakle:BADURL:CDDB-1.220.tar.gz:perl-CDDB
iarnell:BADURL:Class-Method-Modifiers-2.03.tar.gz:perl-Class-Method-Modifiers
hvad:BADURL:Config-Model-1.235.tar.gz:perl-Config-Model
hvad:BADURL:Config-Model-TkUI-1.322.tar.gz:perl-Config-Model-TkUI
iarnell:BADURL:Config-MVP-2.200003.tar.gz:perl-Config-MVP
lkundrak:BADURL:Convert-BER-1.32.tar.gz:perl-Convert-BER
iarnell:BADURL:CPAN-Perl-Releases-1.32.tar.gz:perl-CPAN-Perl-Releases
jplesnik:BADURL:CPS-0.14.tar.gz:perl-CPS
ixs:BADURL:Crypt-Blowfish-2.12_001.tar.gz:perl-Crypt-Blowfish
hardaker:BADURL:Crypt-OpenSSL-Random-0.06.tar.gz:perl-Crypt-OpenSSL-Random
terjeros:BADURL:CSS-1.08.tar.gz:perl-CSS
adelton:BADSOURCE:DBD-XBase-1.03.tar.gz:perl-DBD-XBase
iarnell:BADURL:Devel-PatchPerl-1.00.tar.gz:perl-Devel-PatchPerl
iarnell:BADURL:Devel-REPL-1.003015.tar.gz:perl-Devel-REPL
iarnell:BADURL:Dist-Zilla-4.300023.tar.gz:perl-Dist-Zilla
spot:BADURL:Email-Abstract-3.002.tar.gz:perl-Email-Abstract
iarnell:BADURL:Email-Sender-0.120002.tar.gz:perl-Email-Sender
spot:BADURL:Email-Simple-2.102.tar.gz:perl-Email-Simple
steve:BADURL:eperl_2.2.14-15.1.diff.gz:perl-eperl
bochecha:BADURL:EV-4.11.tar.gz:perl-EV
spot:BADURL:ExtUtils-PkgConfig-1.14.tar.gz:perl-ExtUtils-PkgConfig
ixs:BADURL:FileHandle-Fmode-0.09.tar.gz:perl-FileHandle-Fmode
iarnell:BADURL:File-Path-Tiny-0.5.tar.gz:perl-File-Path-Tiny
hpejakle:BADURL:Getopt-Simple-1.49.tgz:perl-Getopt-Simple
corsepiu:BAD_CVS_SOURCE:compatibility-with-POSIX-module.diff:perl-gettext
iarnell:BADURL:Git-CPAN-Patch-0.8.0.tar.gz:perl-Git-CPAN-Patch
iarnell:BADURL:Git-Repository-1.27.tar.gz:perl-Git-Repository
spot:BADURL:Glib-1.280.tar.gz:perl-Glib
berrange:BADURL:Gtk3-0.013.tar.gz:perl-Gtk3
ppisar:BADURL:Hash-Case-1.006.tar.gz:perl-Hash-Case
iarnell:BADURL:HTTP-Lite-2.4.tar.gz:perl-HTTP-Lite
vanoudt:BADURL:HTTP-OAI-3.27.tar.gz:perl-HTTP-OAI
spot:BADURL:HTTP-Proxy-0.25.tar.gz:perl-HTTP-Proxy
spot:BADURL:HTTP-Recorder-0.06.tar.gz:perl-HTTP-Recorder
iarnell:BADURL:indirect-0.29.tar.gz:perl-indirect
pghmcfc:BADURL:IO-AIO-4.15.tar.gz:perl-IO-AIO
iarnell:BADURL:Lexical-Persistence-1.020.tar.gz:perl-Lexical-Persistence
bochecha:BADURL:Lingua-Identify-0.54.tar.gz:perl-Lingua-Identify
spot:BADURL:Locale-Maketext-Fuzzy-0.10.tar.gz:perl-Locale-Maketext-Fuzzy
jplesnik:BADURL:Locale-Msgfmt-0.15.tar.gz:perl-Locale-Msgfmt
ixs:BADURL:LockFile-Simple-0.207.tar.gz:perl-LockFile-Simple
ixs:BADURL:MD5-2.03.tar.gz:perl-MD5
jplesnik:BADURL:Module-Depends-0.15.tar.gz:perl-Module-Depends
ppisar:BADURL:mogilefs-server-2.36.tar.gz:perl-mogilefs-server
eseyman:BADURL:Mojolicious-4.56.tar.gz:perl-Mojolicious
iarnell:BADURL:MooseX-Getopt-0.47.tar.gz:perl-MooseX-Getopt
iarnell:BADURL:MooseX-LazyRequire-0.09.tar.gz:perl-MooseX-LazyRequire
rmeggins:BAD_CVS_SOURCE:Makefile.PL.rpm:perl-Mozilla-LDAP
kanarip:BADURL:Net-IMAP-Simple-1.1916.tar.gz:perl-Net-IMAP-Simple
mitr:BADURL:Net-Ping-External-0.12.tar.gz:perl-Net-Ping-External
orphan:BADURL:perl-NOCpulse-CLAC-1.9.9.tar.gz:perl-NOCpulse-CLAC
orphan:BADURL:perl-NOCpulse-Gritch-1.27.11.tar.gz:perl-NOCpulse-Gritch
orphan:BADURL:perl-NOCpulse-SetID-1.7.1.tar.gz:perl-NOCpulse-SetID
orphan:BADURL:perl-NOCpulse-Utils-1.14.12.tar.gz:perl-NOCpulse-Utils
lkundrak:BADURL:OpenGL-0.6702.tar.gz:perl-OpenGL
pfrields:BADURL:PatchReader-0.9.6.tar.gz:perl-PatchReader
jplesnik:BADURL:PDL-2.006_90.tar.gz:perl-PDL
gerd:BADURL:Pod-PseudoPod-LaTeX-1.000.tar.gz:perl-Pod-PseudoPod-LaTeX
remi:BADURL:POE-Component-Client-Ping-1.171.tar.gz:perl-POE-Component-Client-Ping
iarnell:BADURL:Qt-0.96.0.tar.gz:perl-Qt
robert:BADURL:razor-agents-2.85.tar.bz2:perl-Razor-Agent
ksyz:BADURL:RT-Authen-ExternalAuth-0.11.tar.gz:perl-RT-Authen-ExternalAuth
msuchy:BADURL:perl-Satcon-1.20.tar.gz:perl-Satcon
iarnell:BADURL:Scope-Upper-0.22.tar.gz:perl-Scope-Upper
psabata:BADURL:SOAP-Lite-1.06.tar.gz:perl-SOAP-Lite
rlandmann:BADURL:Sys-Path-0.10.tar.gz:perl-Sys-Path
chitlesh:BADURL:SystemPerl-1.336.tar.gz:perl-SystemPerl
eseyman:BADURL:TAP-Harness-Archive-0.15.tar.gz:perl-TAP-Harness-Archive
rlandmann:BADURL:Test-Fixme-0.04.tar.gz:perl-Test-Fixme
jfenal:BADURL:Test-Script-Run-0.04.tar.gz:perl-Test-Script-Run
eseyman:BADURL:Test-TempDir-0.08.tar.gz:perl-Test-TempDir
sciurius:BADURL:Text-CSV-1.30.tar.gz:perl-Text-CSV
jcollie:BADURL:Text-Markdown-1.000029.tar.gz:perl-Text-Markdown
philipp:BADURL:Text-vCard-2.07.tar.gz:perl-Text-vCard
iarnell:BADURL:Throwable-0.102080.tar.gz:perl-Throwable
corsepiu:BADURL:Tree-Simple-1.22.tgz:perl-Tree-Simple
xavierb:BADURL:Unicode-LineBreak-2012.06.tar.gz:perl-Unicode-LineBreak
orphan:BADURL:WWW-Myspace-0.60.tar.gz:perl-WWW-Myspace
lkundrak:BADURL:WWW-Salesforce-0.20.tar.gz:perl-WWW-Salesforce
remi:BADURL:XML-Entities-1.0000.tar.gz:perl-XML-Entities
kanarip:BADURL:XML-FeedPP-0.41.tar.gz:perl-XML-FeedPP
rlandmann:BADURL:XML-TreeBuilder-4.0.tar.gz:perl-XML-TreeBuilder
xavierb:BADURL:XML-Xerces-2.7.0-0.tar.gz:perl-XML-Xerces
ttorcz:BADURL:pg_journal-0.2.0.tar.gz:pg_journal
brummbq:BADURL:rackspace-php-cloudfiles-v1.7.11-0-g930eb8d.tar.gz:php-cloudfiles
cdamian:BAD_CVS_SOURCE:LICENSE:php-deepend-Mockery
siwinski:BADSOURCE:drush-5.9.0.tgz:php-drush-drush
topdog:BADURL:facedetect-1.0.1.tar.gz:php-facedetect
ke4qqq:BADSOURCE:htmlpurifier-4.3.0.tar.gz:php-htmlpurifier-htmlpurifier
robert:BADURL:idn_1.2c.tar.gz:php-idn
orphan:BADURL:laconica-0.5.0.tar.gz:php-laconica
buc:BADURL:phpldapadmin-1.2.3.tgz:phpldapadmin
timj:BADSOURCE:php_manual_en.tar.gz:php-manual-en
robert:BADURL:phpMyAdmin-3.5.8.2-all-languages.tar.bz2:phpMyAdmin
remi:BADSOURCE:File_Find-1.3.2.tgz:php-pear-File-Find
remi:BADSOURCE:Services_Weather-1.4.7.tgz:php-pear-Services-Weather
pfrields:BADURL:phpSmug-2.1.tar.bz2:php-phpSmug
ke4qqq:BADURL:simplepie_1.3.1.zip:php-simplepie
buc:BADURL:phpwapmail-0.9.4.tar.gz:phpwapmail
theinric:BADURL:libpicviz-0.6.tar.gz:picviz
theinric:BADURL:picviz-cli-0.6.tar.gz:picviz
theinric:BADURL:picviz-gui-0.6.tar.gz:picviz
rvokal:BADURL:pidgin-guifications-2.16.tar.bz2:pidgin-guifications
drago01:BADURL:pigz-2.2.5.tar.gz:pigz
lnykryn:BADSOURCE:pinfo-0.6.10.tar.bz2:pinfo
jvcelak:BADSOURCE:pion-net-4.0.9.tar.bz2:pion-net
fab:BADURL:pipviewer-0.3.9.tar.gz:pipviewer
kumarpraveen:BADURL:pius-2.0.9.tar.bz2:pius
hobbes1069:BADURL:pkgdiff-1.6.tar.gz:pkgdiff
mharmsen:BADSOURCE:pki-console-10.1.0.tar.gz:pki-console
mharmsen:BADSOURCE:pki-core-10.1.0.tar.gz:pki-core
mharmsen:BADSOURCE:pki-ra-10.1.0.tar.gz:pki-ra
mharmsen:BADSOURCE:pki-tps-10.1.0.tar.gz:pki-tps
siddharths:BADURL:plasma-mediacenter-1.1.0a.tar.bz2:plasma-mediacenter
jwrdegoede:BADURL:plee-the-bear-0.6.0-light.tar.gz:plee-the-bear
rstrode:BADURL:plymouth-0.8.9.tar.bz2:plymouth
vvitek:BADSOURCE:pmount-0.9.23.tar.bz2:pmount
twaugh:BADSOURCE:ppa-0.8.6.tar.gz:pnm2ppa
athimm:BADURL:po4a-0.44.tar.gz:po4a
vicodan:BADURL:polkit-gnome-0.105.tar.xz:polkit-gnome
amatubu:BADURL:popfile-1.1.1.zip:popfile
devrim:BADURL:plruby-0.5.3.tar.gz:postgresql-plruby
thm:BADSOURCE:postler-0.1.1.tar.bz2:postler
mariobl:BADURL:postscriptbarcode-source-2013-10-06.tgz:postscriptbarcode
slankes:BADURL:poweradmin-2.1.6.tgz:poweradmin
tuxbrewr:BADURL:powerman-2.3.5.tar.bz2:powerman
mmahut:BADURL:pp3-1.3.3.tar.bz2:pp3
jcapik:BADURL:procinfo-18.tar.gz:procinfo
thias:BADURL:proftpd-mod-vroot-0.9.2.tar.gz:proftpd
imntreal:BADURL:projectM-jack-2.0.1.tar.bz2:projectM-jack
imntreal:BADSOURCE:projectM_libvisual-2.0.1-Source.tar.gz:projectM-libvisual
kushal:BADURL:prozilla-2.0.4.tar.bz2:prozilla
slankes:BADURL:psi-0.15.tar.bz2:psi
peter:BADURL:pspp-0.8.1.tar.gz:pspp
peter:BAD_CVS_SOURCE:pspp-0.8.1.tar.gz.sig:pspp
kushal:BADURL:pss-1.38.tar.gz:pss
kanarip:BADURL:publican-genome-1.0.tgz:publican-genome
ausil:BADURL:pungi-3.03.tar.bz2:pungi
ivazquez:BADURL:purple-plugin_pack-2.6.3.tar.bz2:purple-plugin_pack
bogado:BADURL:puzzles-r9023.tar.gz:puzzles
jbowes:BADURL:pwgen-2.06.tar.gz:pwgen
jnovy:BADURL:pxz-4.999.9beta.20120930git.tar.xz:pxz
vcrhonek:BADURL:pychecker-0.8.19.tar.gz:pychecker
herlo:BADURL:pydf_9.tar.gz:pydf
sergiopr:BADSOURCE:pyfits-3.1.2.tar.gz:pyfits
jcollie:BADURL:pyflakes_0.7.2-1.debian.tar.gz:pyflakes
bjohnson:BADURL:pygoocanvas-0.14.1.tar.bz2:pygoocanvas
jdekloe:BADSOURCE:pygrib-1.9.7.tar.gz:pygrib
kanarip:BADURL:pyjigdo-0.4.0.3.tar.gz:pyjigdo
rdieter:BADURL:PyKDE-3.16.6.tar.bz2:PyKDE
thias:BADSOURCE:pymetar-0.14.tar.gz:pymetar
cicku:BADSOURCE:PyOpenGL-3.0.2.tar.gz:PyOpenGL
msuchy:BADURL:PyPAM-0.5.0.tar.gz:PyPAM
sergiomb:BADURL:PyPE:PyPE
than:BADURL:PyQt-x11-gpl-3.18.1.tar.gz:PyQt
limb:BADURL:pyrenamer-0.6.0.tar.gz:pyrenamer
sundaram:BADSOURCE:pyroom-0.4.1.tar.gz:pyroom
jamatos:BADURL:PyRTF-0.45.tar.gz:PyRTF
jspaleta:BADURL:pyscript-0.6.1.tar.gz:pyscript
stingray:BADURL:pyserial-2.6.tar.gz:pyserial
jreznik:BADSOURCE:pyside-tools-0.2.13.tar.bz2:pyside-tools
tomspur:BADSOURCE:python3-chardet-2.0.1.tgz:python3-chardet
jamatos:BADURL:Amara-1.2.0.2.tar.bz2:python-amara
harald:BADURL:python-augeas-0.4.1.tar.gz:python-augeas
dlehman:BADSOURCE:blivet-0.26.tar.gz:python-blivet
kwizart:BADURL:PythonCAD-DS1-R37.tar.gz:PythonCAD
mmahut:BADURL:PythonCard-0.8.2.tar.gz:PythonCard
jcollie:BADURL:CDDB-1.4.tar.gz:python-CDDB
kushal:BADSOURCE:python2-chardet-2.0.1.tgz:python-chardet
lmacken:BADURL:CherryTemplate-1.0.0.tar.gz:python-cherrytemplate
mmahut:BADSOURCE:python-cli-1.2.tar.gz:python-cli
bronhaim:BADSOURCE:cpopen-1.2.3.tar.gz:python-cpopen
jcollie:BADURL:PythonDaap-0.7.1.tar.gz:python-daap
msivak:BADSOURCE:di-0.3.tar.gz:python-di
mrunge:BADURL:django-authority-0.4.tar.gz:python-django-authority
mrunge:BADURL:django-reversion-1.7.1.tar.gz:python-django-reversion
cicku:BADURL:django-socialregistration-0.5.10.tar.gz:python-django-socialregistration
sgallagh:BADURL:Djblets-0.7.23.tar.gz:python-djblets
msivak:BADSOURCE:docopt-0.6.1.tar.gz:python-docopt
ralph:BADSOURCE:dogpile.core-0.4.1.tar.gz:python-dogpile-core
limb:BADURL:easygui_v0.96_docs.tar.gz:python-easygui
jforbes:BADURL:epdb-0.11.tar.bz2:python-epdb
terjeros:BADURL:exif-py-1.4.1.tar.gz:python-exif
lmacken:BADSOURCE:feedcache-1.3.1.tar.gz:python-feedcache
bkabrda:BAD_CVS_SOURCE:LICENSE.txt:python-fuzzywuzzy
jcollie:BADSOURCE:pygooglevoice-0.5.tar.gz:python-googlevoice
msuchy:BADURL:python-gzipstream-1.10.2.tar.gz:python-gzipstream
jamatos:BADURL:HTMLgen.tar.gz:python-HTMLgen
till:BADURL:kid-0.9.6.tar.gz:python-kid
mikeb:BADSOURCE:python-krbV-1.0.90.tar.bz2:python-krbV
yaneti:BADURL:liblarch-2.1.0.tar.gz:python-liblarch
acme:BADURL:python-linux-procfs-0.4.6.tar.bz2:python-linux-procfs
sergiopr:BADSOURCE:0.12.0.tar.gz:python-llvmpy
silas:BADURL:lockfile-0.9.1.tar.gz:python-lockfile
bcl:BADURL:logilab-common-0.60.0.tar.gz:python-logilab-common
kylev:BADSOURCE:Mako-0.7.3.tar.gz:python-mako
roma:BADURL:mtTkinter-0.4.tar.gz:python-mtTkinter
rrix:BADSOURCE:netifaces-0.5.tar.gz:python-netifaces
jjames:BADSOURCE:networkx_reference.pdf:python-networkx
jjames:BADSOURCE:networkx_tutorial.pdf:python-networkx
jjames:BADSOURCE:networkx-documentation.zip:python-networkx
thias:BADURL:Nevow-0.10.0.tar.gz:python-nevow
psss:BADURL:python-nitrate-0.9.tar.bz2:python-nitrate
sergiopr:BADURL:numdisplay-1.5.6.tar.gz:python-numdisplay
jcollie:BADURL:openid-python-openid-2.2.5-0-gb666238.tar.gz:python-openid
sharkcz:BADURL:openoffice-python-0.1-r34-20090228.tar.bz2:python-openoffice
stevetraylen:BADURL:openopt-0.5092.tar.gz:python-openopt
lmacken:BADURL:PEAK-Rules-0.5a1.dev-r2646.tar.gz:python-peak-rules
mstuchli:BADSOURCE:peewee-2.1.4.tar.gz:python-peewee
echevemaster:BADURL:PottyMouth-2.2.1.tar.gz:python-pottymouth
toshio:BADSOURCE:PyProtocols-1.0a0dev-r2302.tar.gz:python-protocols
orphan:BADURL:psycopg-1.1.21.tar.gz:python-psycopg
hguemar:BADURL:py2pack-0.4.4.tar.gz:python-py2pack
lmacken:BADURL:pycallgraph-0.5.1.tar.gz:python-pycallgraph
zultron:BADURL:cxx-code-280-trunk.zip:python-pycxx
psavelye:BADSOURCE:pyroute2-0.1.11.tar.gz:python-pyroute2
mcpierce:BADSOURCE:qpid-python-0.24.tar.gz:python-qpid
mcpierce:BADSOURCE:python-qpid_messaging-0.24.tar.gz:python-qpid_messaging
icon:BADSOURCE:reportlab-2.5.tar.gz:python-reportlab
kushal:BADSOURCE:RPi.GPIO-0.3.1a.tar.gz:python-rpi-gpio
lmacken:BADSOURCE:RuleDispatch-0.5a1.dev-r2618.tar.gz:python-ruledispatch
matt:BADURL:python-savannaclient-0.3.tar.gz:python-savannaclient
acme:BADURL:python-schedutils-0.2.tar.bz2:python-schedutils
itamarjp:BADURL:Scriptaculous-1.8.2.tar.gz:python-Scriptaculous
mbacovsk:BADURL:ScriptTest-1.0.4.tar.gz:python-scripttest
grover:BADURL:sh-1.08.tar.gz:python-sh
s4504kr:BADURL:py-smbpasswd-1.0.1.tar.gz:python-smbpasswd
jomara:BADURL:soaplib-0.8.1.tar:python-soaplib
lystor:BADURL:SocksiPy.tar.gz:python-SocksiPy
mbacovsk:BADSOURCE:sqlamp-0.5.2.tar.gz:python-sqlamp
jortel:BADSOURCE:python-suds-0.4.1.tar.gz:python-suds
bkabrda:BAD_CVS_SOURCE:COPYING:python-sure
limb:BADURL:pysvg-0.2.2b.zip:python-svg
tnorth:BADURL:pytablesmanual-3.0.0.pdf:python-tables
tbielawa:BADSOURCE:python-taboot-0.4.0.tar.gz:python-taboot
rcritten:BADURL:TGExpandingFormWidget-0.1.3.tar.gz:python-tgexpandingformwidget
maxamillion:BADSOURCE:TPG-3.1.2.tar.gz:python-tpg
ciupicri:BADSOURCE:trml2pdf.1:python-trml2pdf
ciupicri:BADSOURCE:trml2pdf.1:python-trml2pdf12
lmacken:BADSOURCE:TurboKid-1.0.5.tar.gz:python-turbokid
fab:BADURL:upoints-0.11.0.tar.bz2:python-upoints
tuju:BADURL:python-utmp_0.7.tar.gz:python-utmp
maxamillion:BADURL:python-virtkey-0.50.tar.gz:python-virtkey
nbecker:BADURL:which-1.1.0.zip:python-which
lmacken:BADURL:xappy-0.6.0dev-r624.tar.bz2:python-xappy
konradm:BADURL:yenc-0.3.tar.gz:python-yenc
silfreed:BADURL:pytrainer-1.9.1.tar.gz:pytrainer
prabindatta:BADSOURCE:parente-pyttsx-86fcc6e.tar.gz:pyttsx
limb:BADURL:Source0::pyusb
jamatos:BADSOURCE:manual.pdf:PyX
gemi:BADURL:q-7.11.tar.gz:q
deji:BADURL:qalculate-gtk-0.9.7.tar.gz:qalculate-gtk
deji:BADURL:qalculate-kde-0.9.7.tar.gz:qalculate-kde
limb:BADURL:qascade-0.1.tar.bz2:qascade
jreznik:BADSOURCE:qct-1.7.tar.gz:qct
cicku:BADURL:qdevelop-v0.29.tar.gz:qdevelop
corsepiu:BAD_CVS_SOURCE:qhull-2003.1-qh_gethash.patch:qhull
awjb:BADSOURCE:qiv-2.2.4.tgz:qiv
lucilanga:BADSOURCE:qle-0.0.18.tar.gz:qle
stefan:BADSOURCE:qmtest-2.4.1.tar.gz:qmtest
orphan:BADURL:qpackagekit-0.3.1.tar.gz:qpackagekit
tieugene:BAD_CVS_SOURCE:qpdfview-0.4.6.tar.gz:qpdfview
than:BADURL:qt-x11-free-3.3.8b.tar.gz:qt3
rdieter:BADSOURCE:qtquick1-opensource-src-5.2.0-beta1.tar.xz:qt5-qtquick1
tieugene:BADSOURCE:qterminal-qterminal-0.4.0-b6a9de2.tar.gz:qterminal
jvlomax:BADURL:qtiocompressor-2.3_1-opensource.tar.gz:qtiocompressor
jvlomax:BADURL:qtlockedfile-2.4_1-opensource.tar.gz:qtlockedfile
chitlesh:BADURL:qsa-x11-free-1.1.5.tar.gz:qt-qsa
jvlomax:BADURL:qtsingleapplication-2.6_1-opensource.tar.gz:qtsingleapplication
jreznik:BADURL:qtsoap-2.7_1-opensource.tar.gz:qtsoap
msekleta:BADSOURCE:quagga-0.99.22.4.tar.xz:quagga
tieugene:BAD_CVS_SOURCE:QuiteRSS-0.14.0-src.tar.bz2:quiterss
hannes:BADSOURCE:quodlibet-3.0.2.tar.gz:quodlibet
hannes:BADSOURCE:quodlibet-plugins-3.0.2.tar.gz:quodlibet
hubbitus:BADURL:qutim-0.3.1.tar.bz2:qutim
spot:BADSOURCE:abind_1.4-0.tar.gz:R-abind
spot:BADURL:acepack_1.3-3.2.tar.gz:R-acepack
mkasik:BADURL:radial-1.0.tar.gz:radial
mkasik:BAD_CVS_SOURCE:radial-1.0.f:radial
pingou:BADURL:affy_1.38.1.tar.gz:R-affy
slankes:BADURL:rancid-2.3.8.tar.gz:rancid
twaugh:BADURL:rasterview-1.3.tar.gz:rasterview
mmahut:BADURL:ratbox-services-1.2.1.tgz:ratbox-services
smilner:BADURL:rats-2.1.tar.gz:rats
spot:BADURL:biglm_0.8.tar.gz:R-biglm
spot:BADURL:bigmemory_4.2.11.tar.gz:R-bigmemory
pingou:BADURL:BiocGenerics_0.6.0.tar.gz:R-BiocGenerics
spot:BADURL:biomaRt_2.16.0.tar.gz:R-biomaRt
cheese:BADURL:bitops_1.0-5.tar.gz:R-bitops
cicku:BADURL:rblcheck-1.5.tar.gz:rblcheck
cheese:BADSOURCE:combinat_0.0-8.tar.gz:R-combinat
spot:BADURL:DBI_0.2-5.tar.gz:R-DBI
gdha:BADSOURCE:rear-1.15.tar.gz:rear
cquad:BADURL:rec-applet_0.2.3~maverick.tar.gz:rec-applet
zkota:BADURL:recode-3.6.tar.gz:recode
mizdebsk:BADSOURCE:jakarta-regexp-1.5.tar.gz:regexp
otaylor:BADURL:reinteract-0.5.9.tar.bz2:reinteract
itamarjp:BADURL:reiserfsprogs-3.6.21.tar.bz2:reiserfs-utils
spot:BADURL:rekall-2.4.6.tar.gz:rekall
gavin:BADURL:report-0.23.tar.gz:report
kanarip:BADURL:revisor-2.2.tar.gz:revisor
hobbes1069:BADURL:rfcdiff-1.41.tgz:rfcdiff
pingou:BADURL:fibroEset_1.4.9.tar.gz:R-fibroEset
pingou:BADURL:GeneR_2.24.0.tar.gz:R-GeneR
pingou:BADURL:GenomicFeatures_1.12.2.tar.gz:R-GenomicFeatures
pingou:BADURL:GenomicRanges_1.12.4.tar.gz:R-GenomicRanges
spot:BADURL:hdf5_1.6.9.tar.gz:R-hdf5
pingou:BADURL:hgu133acdf_2.12.0.tar.gz:R-hgu133acdf
pingou:BADURL:hgu95av2cdf_2.12.0.tar.gz:R-hgu95av2cdf
akurtakov:BADSOURCE:Rhino1_7R4_RELEASE.zip:rhino
msuchy:BADURL:rhncfg-5.10.55.tar.gz:rhncfg
msuchy:BADURL:rhn-client-tools-2.0.1.tar.gz:rhn-client-tools
msuchy:BADURL:rhn-custom-info-5.4.18.tar.gz:rhn-custom-info
msuchy:BADURL:rhnlib-2.5.65.tar.gz:rhnlib
msuchy:BADURL:rhnmd-5.3.17.tar.gz:rhnmd
msuchy:BADURL:rhnpush-5.5.65.tar.gz:rhnpush
msuchy:BADURL:rhnsd-5.0.13.tar.gz:rhnsd
jwrdegoede:BADURL:Ri-li-2.0.1.tar.bz2:Ri-li
pingou:BADURL:IRanges_1.18.2.tar.gz:R-IRanges
matriux:BADURL:rktime-0.6.tgz:rktime
denisarnaud:BADURL:msm_1.1.4.tar.gz:R-msm
orion:BADURL:multcomp_1.3-0.tar.gz:R-multcomp
stevetraylen:BAD_CVS_SOURCE:first.py:rootplot
ppisar:BADURL:root-tail-1.2.tar.gz:root-tail
jmarrero:BAD_CVS_SOURCE:rosa-launcher-2.0.0.tar.gz:rosa-launcher
ausil:BADURL:rpkg-1.19.tar.gz:rpkg
pingou:BADURL:pls_2.3-0.tar.gz:R-pls
mrceresa:BADURL:rply-1.1.2.tar.gz:rply
msuchy:BADURL:rpmconf-0.3.5.tar.gz:rpmconf
spot:BADSOURCE:Rcompression_0.93-2.tar.gz:R-Rcompression
denisarnaud:BADSOURCE:RM2_0.0.tar.gz:R-RM2
spot:BADURL:RODBC_1.3-6.tar.gz:R-RODBC
spot:BADURL:Rsamtools_1.12.0.tar.gz:R-Rsamtools
spot:BADURL:RScaLAPACK_0.6.1.tar.gz:R-RScaLAPACK
spot:BADURL:RSQLite_0.11.2.tar.gz:R-RSQLite
spot:BADURL:rtracklayer_1.20.0.tar.gz:R-rtracklayer
msekleta:BADURL:netkit-rsh-0.17.tar.gz:rsh
liquidat:BADSOURCE:rsibreak-0.11.tar.bz2:rsibreak
pingou:BADURL:statmod_1.4.17.tar.gz:R-statmod
theinric:BADSOURCE:rsyslog-7.4.2.tar.gz:rsyslog
pingou:BADSOURCE:timeDate_3010.98.tar.gz:R-timeDate
bsjones:BADURL:rtirq-20130402.tar.gz:rtirq
sergiopr:BADURL:rubber-1.1.tar.gz:rubber
kanarip:BADURL:arrayfields-4.7.4.gem:rubygem-arrayfields
kanarip:BADURL:attributes-5.0.1.gem:rubygem-attributes
hpejakle:BAD_CVS_SOURCE:README.txt:rubygem-ditz
kanarip:BADURL:hawler-0.3.gem:rubygem-hawler
vondruch:BADSOURCE:heroku-api-0.3.15.gem:rubygem-heroku-api
shreyankg:BAD_CVS_SOURCE:license.txt:rubygem-lockfile
kanarip:BADURL:main-4.7.0.gem:rubygem-main
bkearney:BADSOURCE:pam-1.5.4.gem:rubygem-pam
kanarip:BADSOURCE:picnic-0.8.1.gem:rubygem-picnic
vondruch:BAD_CVS_SOURCE:MIT-LICENSE:rubygem-railties
mfojtik:BADSOURCE:rest-client-1.6.7.gem:rubygem-rest-client
kanarip:BADURL:reststop-0.4.0.gem:rubygem-reststop
mtasaka:BADURL:%{gem_name}-%{version}.gem:rubygem-ruby-opengl
stahnma:BADSOURCE:ruby-ldap-0.9.10.tar.bz2:ruby-ldap
willb:BADURL:ruby-rhubarb-0.4.3.tar.gz:ruby-rhubarb
willb:BADURL:ruby-spqr-0.3.6.tar.gz:ruby-spqr
mtasaka:BADURL:ruby-taglib-1.1.tar.bz2:ruby-taglib
jpopelka:BADURL:rudesocket-1.3.0.tar.bz2:rudesocket
jdornak:BADURL:netkit-rusers-0.17.tar.gz:rusers
jamatos:BADURL:waveslim_1.7.2.tar.gz:R-waveslim
jdornak:BADURL:netkit-rwho-0.17.tar.gz:rwho
pingou:BADSOURCE:xtable_1.7-1.tar.gz:R-xtable
awjb:BADURL:rxvt-2.7.10.tar.gz:rxvt
awjb:BAD_CVS_SOURCE:rxvt.utempter.diff.gz:rxvt
pbrobinson:BADURL:rygel-0.21.0.tar.xz:rygel
sharkcz:BADSOURCE:s390-tools-1.23.0.tar.bz2:s390utils
ke4qqq:BADURL:sahana-0.6.3.tgz:sahana
bsjones:BADURL:samplv1-0.3.5.tar.gz:samplv1
nphilipp:BADURL:sane-backends-1.0.24.tar.gz:sane-backends
nphilipp:BADURL:sane-frontends-1.0.14.tar.gz:sane-frontends
teigland:BADSOURCE:sanlock-3.0.0.tar.gz:sanlock
sundaram:BADSOURCE:Sarai_07.ttf:sarai-fonts
matt:BADURL:savanna-image-elements-0.3-88511be.tar.gz:savanna-image-elements
rebus:BADURL:scalpel-2.0.tar.gz:scalpel
davidcl:BADSOURCE:scilab-5.5.0-beta-1-src.tar.gz:scilab
pwu:BADURL:scim-bridge-0.4.16.tar.gz:scim-bridge
pwu:BADURL:scim-fcitx.3.1.1.tar.bz2:scim-fcitx
pwu:BADURL:scim-pinyin-0.5.92.tar.gz:scim-pinyin
pravins:BADURL:scim-sayura-0.3.0.tar.gz:scim-sayura
ixs:BADURL:scmxx-0.9.0.tar.bz2:scmxx
ankursinha:BADURL:lelutin-scout-v0.4-0-ga2ae61f.tar.gz:scout
fab:BADURL:screenie-1.30.0.tar.bz2:screenie
grover:BADURL:tgt-1.0.41.tar.gz:scsi-target-utils
gecko-maint:BADURL:seamonkey-2.22.source.tar.bz2:seamonkey
c4chris:BADURL:seaview_4.4.0.tar.gz:seaview
limb:BADURL:seeker_baryluk.c:seeker
peter:BADURL:sems-1.4.3.tar.gz:sems
nim:BADURL:washra-fonts-4.1.zip:senamirmir-washra-fonts
robert:BADSOURCE:sendxmpp-1.23.tar.gz:sendxmpp
ixs:BADURL:ser-0.9.6_src.tar.gz:ser
twaugh:BADURL:setserial-2.17.tar.gz:setserial
jwrdegoede:BADURL:sfxr-sdl-1.1.tar.gz:sfxr
mjg59:BADURL:shim-0.3.tar.bz2:shim
orphan:BADURL:shmpps.tar:shmpps
corsepiu:BADURL:SIMVoleon-2.0.1.tar.gz:SIMVoleon
robert:BADSOURCE:sip-redirect-0.1.2.tar.gz:sip-redirect
bruno:BADURL:six-0.5.3.tar.gz:six
rhl:BADURL:sketch-0.3.2.tgz:sketch
comzeradd:BADSOURCE:skyviewer-1.0.0.tar.gz:skyviewer
limb:BADURL:slim_2.6.4.tgz:slimdata
dtimms:BADSOURCE:sms_ntsc-0.2.3.zip:sms_ntsc
jlaska:BADSOURCE:snake-0.11.1.tar.bz2:snake
jcapik:BADSOURCE:snakeyaml-1.13.zip:snakeyaml
mmorsi:BADSOURCE:snap-0.6.tgz:snap
dtimms:BADSOURCE:snes_ntsc-0.2.2.zip:snes_ntsc
shishz:BADURL:snownews-1.5.12.tar.gz:snownews
pingou:BADURL:SOAPpy-0.11.6.tar.gz:SOAPpy
jcollie:BADURL:sofia-sip-1.12.11.tar.gz:sofia-sip
lbazan:BADSOURCE:sonata-1.6.2.1.tar.bz2:sonata
corsepiu:BADURL:SoQt-1.5.0.tar.gz:SoQt
lucilanga:BADURL:soundmodem-0.16.tar.gz:soundmodem
anujmore:BADURL:sound-theme-acoustic-1.0.tar.xz:sound-theme-acoustic
mmahut:BADURL:spacechart-0.9.5.tar.gz:spacechart
msuchy:BADURL:spacecmd-2.0.2.tar.gz:spacecmd
orphan:BADURL:spacewalk-admin-2.0.1.tar.gz:spacewalk-admin
msuchy:BADURL:spacewalk-backend-2.0.3.tar.gz:spacewalk-backend
msuchy:BADURL:spacewalk-branding-2.0.1.tar.gz:spacewalk-branding
msuchy:BADURL:spacewalk-certs-tools-2.0.1.tar.gz:spacewalk-certs-tools
msuchy:BADURL:spacewalk-config-2.0.1.tar.gz:spacewalk-config
msuchy:BADURL:spacewalk-koan-2.0.1.tar.gz:spacewalk-koan
msuchy:BADURL:spacewalk-proxy-docs-2.0.1.tar.gz:spacewalk-proxy-docs
msuchy:BADURL:spacewalk-proxy-html-2.0.1.tar.gz:spacewalk-proxy-html
msuchy:BADURL:spacewalk-pylint-0.11.tar.gz:spacewalk-pylint
msuchy:BADURL:spacewalk-setup-jabberd-2.0.1.tar.gz:spacewalk-setup-jabberd
comzeradd:BADURL:sparkleshare-linux-1.1.0-tar.gz:sparkleshare
jlayton:BADURL:sparse-0.4.5.rc1.tar.xz:sparse
mcepl:BADURL:spectrum-1.4.8.tar.gz:spectrum
phatina:BADURL:spice-xpi-2.8.90.tar.bz2:spice-xpi
gilboa:BADURL:spring-installer_20090316.orig.tar.gz:spring-installer
steve:BADURL:sqlgrey-1.8.0.tar.gz:sqlgrey
hubbitus:BADURL:sqlite3-dbf_2011.01.24.tar.gz:sqlite3-dbf
akurtakov:BADSOURCE:sqljet-1.1.7-src.zip:sqljet
bruno:BADURL:squashfs4.3.tar.gz:squashfs-tools
limb:BADSOURCE:blacklists.tgz:squidGuard
limb:BAD_CVS_SOURCE:squid-getlist.html:squidGuard
lucilanga:BADURL:ssbd-0.10.tar.gz:ssbd
thias:BADURL:sshmenu-3.18.tar.gz:sshmenu
ebrand:BADURL:sslogger-0.96.tar.gz:sslogger
dchen:BADURL:stardict-dictd_www.dict.org_wn-2.4.2.tar.bz2:stardict-dic-en
dchen:BADURL:stardict-edict-2.4.2.tar.bz2:stardict-dic-ja
dchen:BADURL:stardict-jmdict-en-ja-2.4.2.tar.bz2:stardict-dic-ja
dchen:BADURL:stardict-jmdict-ja-en-2.4.2.tar.bz2:stardict-dic-ja
dchen:BADURL:stardict-mueller7-2.4.2.tar.bz2:stardict-dic-ru
dchen:BADURL:stardict-stardict1.3-2.4.2.tar.bz2:stardict-dic-zh_CN
dchen:BADURL:stardict-xdict-ce-gb-2.4.2.tar.bz2:stardict-dic-zh_CN
dchen:BADURL:stardict-xdict-ec-gb-2.4.2.tar.bz2:stardict-dic-zh_CN
dchen:BADURL:stardict-xdict-ec-big5-2.4.2.tar.bz2:stardict-dic-zh_TW
dchen:BADURL:stardict-xdict-ce-big5-2.4.2.tar.bz2:stardict-dic-zh_TW
fcami:BADURL:XMLittre_stardict_1.0.tar:stardict-xmllittre
jcapik:BADSOURCE:stax2-api-3.1.1-sources.jar:stax2-api
leon:BADURL:stonevpn-0.4.13.tar.gz:stonevpn
endur:BADSOURCE:streamtuner2-2.0.8.src.tgz:streamtuner
limb:BADURL:stress-1.0.4.tar.gz:stress
huzaifas:BADSOURCE:stund_0.96_Aug13.tgz:stun
mmahut:BADSOURCE:sub2srt-0.5.3.tar.gz:sub2srt
s4504kr:BADURL:suck-4.3.2.tar.gz:suck
yaderv:BADSOURCE:Calendario-activity-4.tar.gz:sugar-calendario
tuxbrewr:BADSOURCE:maze-24.xo:sugar-maze
orphan:BADURL:sugar-update-control-0.24.tar.gz:sugar-update-control
than:BADURL:switchdesk-4.0.10.tar.bz2:switchdesk
oliver:BADURL:syck-20130402.tar.bz2:syck
pcpa:BADURL:sympow.tar.bz2:sympow
awjb:BADURL:synce-gnomevfs-0.13.tar.gz:synce-gnomevfs
awjb:BADURL:synce-kpm-0.15.1.tar.gz:synce-kpm
awjb:BADURL:synce-software-manager-0.9.0.tar.gz:synce-software-manager
awjb:BADURL:synce-sync-engine-0.15.1.tar.gz:synce-sync-engine
remi:BAD_CVS_SOURCE:MIT-LICENSE:syntaxhighlighter
bsjones:BADURL:synthv1-0.3.5.tar.gz:synthv1
than:BADURL:system-switch-mail-1.0.1.tar.bz2:system-switch-mail
jamatos:BADURL:t1lib_5.1.2-3.diff.gz:t1lib
limb:BADURL:t4k_common-0.1.1.tar.gz:t4k_common
louizatakk:BADURL:baggle_1.0_src.tar.gz:taggle
rdieter:BADURL:taglib-1.9.1.tar.gz:taglib
sharkcz:BADURL:tailor-0.9.35.tar.gz:tailor
dchen:BAD_CVS_SOURCE:taipeifonts.alias:taipeifonts
vcrhonek:BADURL:netkit-ntalk-0.17.tar.gz:talk
grover:BADURL:targetd-0.7.tar.gz:targetd
gemi:BADURL:tclabc-1.2.2.tar.gz:tclabc
tjikkun:BADURL:tls1.6-src.tar.gz:tcltls
cicku:BADSOURCE:tcpcopy-0.9.6.tar.gz:tcpcopy
puiterwijk:BADURL:tcptrack-1.4.2.tar.gz:tcptrack
krege:BADURL:tDOM-0.8.2.tgz:tdom
shakthimaan:BADURL:teal_1_40b.tar.gz:teal
shakthimaan:BADURL:examples_1_40a.tar.gz:teal
rjones:BADURL:techtalk-pse-1.1.0.tar.gz:techtalk-pse
msekleta:BADURL:netkit-telnet-0.17.tar.gz:telnet
limb:BADURL:tennix-1.0.tar.gz:tennix
dvratil:BADURL:tepsonic-0.98.3-src.tar.gz:tepsonic
dgoodwin:BADURL:testoob-1.13.tar.gz:testoob
mjg:BADSOURCE:elsarticle.zip:tetex-elsevier
mjg:BAD_CVS_SOURCE:elsart.cls:tetex-elsevier
jnovy:BADSOURCE:achemso.tar.xz:texlive
jnovy:BADSOURCE:achemso.doc.tar.xz:texlive
jnovy:BADSOURCE:achemso.source.tar.xz:texlive
jnovy:BADSOURCE:pdftex.tar.xz:texlive
jnovy:BADSOURCE:pdftex.doc.tar.xz:texlive
jnovy:BADURL:asana-math.tar.xz:texlive
jnovy:BADURL:asana-math.doc.tar.xz:texlive
jnovy:BADSOURCE:autonum.tar.xz:texlive
jnovy:BADSOURCE:autonum.doc.tar.xz:texlive
jnovy:BADSOURCE:autonum.source.tar.xz:texlive
jnovy:BADSOURCE:avantgar.tar.xz:texlive
jnovy:BADSOURCE:babel-bulgarian.tar.xz:texlive
jnovy:BADSOURCE:babel-bulgarian.doc.tar.xz:texlive
jnovy:BADSOURCE:babel-bulgarian.source.tar.xz:texlive
jnovy:BADSOURCE:babel-greek.tar.xz:texlive
jnovy:BADSOURCE:babel-greek.doc.tar.xz:texlive
jnovy:BADSOURCE:babel-greek.source.tar.xz:texlive
jnovy:BADSOURCE:babel-italian.tar.xz:texlive
jnovy:BADSOURCE:babel-italian.doc.tar.xz:texlive
jnovy:BADSOURCE:babel-italian.source.tar.xz:texlive
jnovy:BADSOURCE:babel.tar.xz:texlive
jnovy:BADSOURCE:babel.doc.tar.xz:texlive
jnovy:BADSOURCE:babel.source.tar.xz:texlive
jnovy:BADSOURCE:beamer.tar.xz:texlive
jnovy:BADSOURCE:beamer.doc.tar.xz:texlive
jnovy:BADSOURCE:biblatex-apa.tar.xz:texlive
jnovy:BADSOURCE:biblatex-apa.doc.tar.xz:texlive
jnovy:BADSOURCE:biblatex-chem.tar.xz:texlive
jnovy:BADSOURCE:biblatex-chem.doc.tar.xz:texlive
jnovy:BADSOURCE:biblatex-philosophy.tar.xz:texlive
jnovy:BADSOURCE:biblatex-philosophy.doc.tar.xz:texlive
jnovy:BADSOURCE:biblatex-philosophy.source.tar.xz:texlive
jnovy:BADSOURCE:bibtex.tar.xz:texlive
jnovy:BADSOURCE:bidi.tar.xz:texlive
jnovy:BADSOURCE:bidi.doc.tar.xz:texlive
jnovy:BADSOURCE:bidi.source.tar.xz:texlive
jnovy:BADSOURCE:bookman.tar.xz:texlive
jnovy:BADSOURCE:brandeis-dissertation.tar.xz:texlive
jnovy:BADSOURCE:brandeis-dissertation.doc.tar.xz:texlive
jnovy:BADSOURCE:brandeis-dissertation.source.tar.xz:texlive
jnovy:BADSOURCE:bxcjkjatype.tar.xz:texlive
jnovy:BADSOURCE:bxcjkjatype.doc.tar.xz:texlive
jnovy:BADSOURCE:cnltx.tar.xz:texlive
jnovy:BADSOURCE:cnltx.doc.tar.xz:texlive
jnovy:BADSOURCE:dvipdfmx.tar.xz:texlive
jnovy:BADSOURCE:dvipdfmx.doc.tar.xz:texlive
jnovy:BADSOURCE:dvips.tar.xz:texlive
jnovy:BADSOURCE:dvips.doc.tar.xz:texlive
jnovy:BADSOURCE:tetex.tar.xz:texlive
jnovy:BADSOURCE:tetex.doc.tar.xz:texlive
jnovy:BADSOURCE:texlive-en.doc.tar.xz:texlive
jnovy:BADSOURCE:texlive-scripts.tar.xz:texlive
jnovy:BADSOURCE:texlive-scripts.doc.tar.xz:texlive
jnovy:BADSOURCE:oscola.tar.xz:texlive
jnovy:BADSOURCE:oscola.doc.tar.xz:texlive
jnovy:BADSOURCE:latex2man.tar.xz:texlive
jnovy:BADSOURCE:latex2man.doc.tar.xz:texlive
jnovy:BADSOURCE:pfarrei.tar.xz:texlive
jnovy:BADSOURCE:pfarrei.doc.tar.xz:texlive
jnovy:BADSOURCE:pfarrei.source.tar.xz:texlive
jnovy:BADSOURCE:metapost.tar.xz:texlive
jnovy:BADSOURCE:metapost.doc.tar.xz:texlive
jnovy:BADSOURCE:fbb.tar.xz:texlive
jnovy:BADSOURCE:fbb.doc.tar.xz:texlive
jnovy:BADSOURCE:gfsdidot.tar.xz:texlive
jnovy:BADSOURCE:gfsdidot.doc.tar.xz:texlive
jnovy:BADSOURCE:gfsneohellenic.tar.xz:texlive
jnovy:BADSOURCE:gfsneohellenic.doc.tar.xz:texlive
jnovy:BADSOURCE:ipaex-type1.tar.xz:texlive
jnovy:BADSOURCE:ipaex-type1.doc.tar.xz:texlive
jnovy:BADSOURCE:libertine.tar.xz:texlive
jnovy:BADSOURCE:libertine.doc.tar.xz:texlive
jnovy:BADURL:lineara.tar.xz:texlive
jnovy:BADURL:lineara.doc.tar.xz:texlive
jnovy:BADURL:lineara.source.tar.xz:texlive
jnovy:BADSOURCE:newpx.tar.xz:texlive
jnovy:BADSOURCE:newpx.doc.tar.xz:texlive
jnovy:BADSOURCE:newtx.tar.xz:texlive
jnovy:BADSOURCE:newtx.doc.tar.xz:texlive
jnovy:BADSOURCE:raleway.tar.xz:texlive
jnovy:BADSOURCE:raleway.doc.tar.xz:texlive
jnovy:BADSOURCE:sourcecodepro.tar.xz:texlive
jnovy:BADSOURCE:sourcecodepro.doc.tar.xz:texlive
jnovy:BADSOURCE:sourcesanspro.tar.xz:texlive
jnovy:BADSOURCE:sourcesanspro.doc.tar.xz:texlive
jnovy:BADSOURCE:superiors.tar.xz:texlive
jnovy:BADSOURCE:superiors.doc.tar.xz:texlive
jnovy:BADSOURCE:courier.tar.xz:texlive
jnovy:BADSOURCE:helvetic.tar.xz:texlive
jnovy:BADSOURCE:ncntrsbk.tar.xz:texlive
jnovy:BADSOURCE:palatino.tar.xz:texlive
jnovy:BADSOURCE:symbol.tar.xz:texlive
jnovy:BADSOURCE:times.tar.xz:texlive
jnovy:BADSOURCE:zapfchan.tar.xz:texlive
jnovy:BADSOURCE:zapfding.tar.xz:texlive
jnovy:BADSOURCE:fontools.tar.xz:texlive
jnovy:BADSOURCE:fontools.doc.tar.xz:texlive
jnovy:BADSOURCE:eplain.tar.xz:texlive
jnovy:BADSOURCE:eplain.doc.tar.xz:texlive
jnovy:BADSOURCE:eplain.source.tar.xz:texlive
jnovy:BADSOURCE:texsis.tar.xz:texlive
jnovy:BADSOURCE:texsis.doc.tar.xz:texlive
jnovy:BADSOURCE:jadetex.tar.xz:texlive
jnovy:BADSOURCE:jadetex.doc.tar.xz:texlive
jnovy:BADSOURCE:jadetex.source.tar.xz:texlive
jnovy:BADSOURCE:eledmac.tar.xz:texlive
jnovy:BADSOURCE:eledmac.doc.tar.xz:texlive
jnovy:BADSOURCE:eledmac.source.tar.xz:texlive
jnovy:BADSOURCE:ptex.tar.xz:texlive
jnovy:BADSOURCE:ptex.doc.tar.xz:texlive
jnovy:BADSOURCE:ptex.source.tar.xz:texlive
jnovy:BADSOURCE:csplain.tar.xz:texlive
jnovy:BADSOURCE:tex-refs.doc.tar.xz:texlive
jnovy:BADSOURCE:texlive-de.doc.tar.xz:texlive
jnovy:BADSOURCE:greek-fontenc.tar.xz:texlive
jnovy:BADSOURCE:greek-fontenc.doc.tar.xz:texlive
jnovy:BADSOURCE:eso-pic.tar.xz:texlive
jnovy:BADSOURCE:eso-pic.doc.tar.xz:texlive
jnovy:BADSOURCE:eso-pic.source.tar.xz:texlive
jnovy:BADSOURCE:l3kernel.tar.xz:texlive
jnovy:BADSOURCE:l3kernel.doc.tar.xz:texlive
jnovy:BADSOURCE:l3kernel.source.tar.xz:texlive
jnovy:BADSOURCE:l3packages.tar.xz:texlive
jnovy:BADSOURCE:l3packages.doc.tar.xz:texlive
jnovy:BADSOURCE:l3packages.source.tar.xz:texlive
jnovy:BADSOURCE:l3experimental.tar.xz:texlive
jnovy:BADSOURCE:l3experimental.doc.tar.xz:texlive
jnovy:BADSOURCE:l3experimental.source.tar.xz:texlive
jnovy:BADSOURCE:forest.tar.xz:texlive
jnovy:BADSOURCE:forest.doc.tar.xz:texlive
jnovy:BADSOURCE:forest.source.tar.xz:texlive
jnovy:BADSOURCE:harveyballs.tar.xz:texlive
jnovy:BADSOURCE:harveyballs.doc.tar.xz:texlive
jnovy:BADSOURCE:mathspic.tar.xz:texlive
jnovy:BADSOURCE:mathspic.doc.tar.xz:texlive
jnovy:BADSOURCE:pgfplots.tar.xz:texlive
jnovy:BADSOURCE:pgfplots.doc.tar.xz:texlive
jnovy:BADSOURCE:pgfplots.source.tar.xz:texlive
jnovy:BADSOURCE:prerex.tar.xz:texlive
jnovy:BADSOURCE:prerex.doc.tar.xz:texlive
jnovy:BADSOURCE:texdraw.tar.xz:texlive
jnovy:BADSOURCE:texdraw.doc.tar.xz:texlive
jnovy:BADSOURCE:tkz-orm.tar.xz:texlive
jnovy:BADSOURCE:xypic.tar.xz:texlive
jnovy:BADSOURCE:xypic.doc.tar.xz:texlive
jnovy:BADSOURCE:endheads.tar.xz:texlive
jnovy:BADSOURCE:endheads.doc.tar.xz:texlive
jnovy:BADSOURCE:endheads.source.tar.xz:texlive
jnovy:BADSOURCE:etoc.tar.xz:texlive
jnovy:BADSOURCE:etoc.doc.tar.xz:texlive
jnovy:BADSOURCE:etoc.source.tar.xz:texlive
jnovy:BADSOURCE:lettre.tar.xz:texlive
jnovy:BADSOURCE:lettre.doc.tar.xz:texlive
jnovy:BADSOURCE:mbenotes.tar.xz:texlive
jnovy:BADSOURCE:mbenotes.doc.tar.xz:texlive
jnovy:BADSOURCE:meetingmins.tar.xz:texlive
jnovy:BADSOURCE:meetingmins.doc.tar.xz:texlive
jnovy:BADSOURCE:meetingmins.source.tar.xz:texlive
jnovy:BADSOURCE:nlctdoc.tar.xz:texlive
jnovy:BADSOURCE:nlctdoc.doc.tar.xz:texlive
jnovy:BADSOURCE:stackengine.tar.xz:texlive
jnovy:BADSOURCE:stackengine.doc.tar.xz:texlive
jnovy:BADSOURCE:xint.tar.xz:texlive
jnovy:BADSOURCE:xint.doc.tar.xz:texlive
jnovy:BADSOURCE:xint.source.tar.xz:texlive
jnovy:BADSOURCE:xstring.tar.xz:texlive
jnovy:BADSOURCE:xstring.doc.tar.xz:texlive
jnovy:BADSOURCE:tablor.tar.xz:texlive
jnovy:BADSOURCE:tablor.doc.tar.xz:texlive
jnovy:BADURL:musixtex-fnts.tar.xz:texlive
jnovy:BADURL:musixtex-fnts.doc.tar.xz:texlive
jnovy:BADSOURCE:pedigree-perl.tar.xz:texlive
jnovy:BADSOURCE:pedigree-perl.doc.tar.xz:texlive
jnovy:BADSOURCE:pst-barcode.tar.xz:texlive
jnovy:BADSOURCE:pst-barcode.doc.tar.xz:texlive
jnovy:BADSOURCE:pst-circ.tar.xz:texlive
jnovy:BADSOURCE:pst-circ.doc.tar.xz:texlive
jnovy:BADSOURCE:pst-plot.tar.xz:texlive
jnovy:BADSOURCE:pst-plot.doc.tar.xz:texlive
jnovy:BADSOURCE:pstricks.tar.xz:texlive
jnovy:BADSOURCE:pstricks.doc.tar.xz:texlive
jnovy:BADSOURCE:pstricks_calcnotes.doc.tar.xz:texlive
jnovy:BADSOURCE:jmlr.tar.xz:texlive
jnovy:BADSOURCE:jmlr.doc.tar.xz:texlive
jnovy:BADSOURCE:jmlr.source.tar.xz:texlive
jnovy:BADSOURCE:computational-complexity.tar.xz:texlive
jnovy:BADSOURCE:computational-complexity.doc.tar.xz:texlive
jnovy:BADSOURCE:computational-complexity.source.tar.xz:texlive
jnovy:BADSOURCE:hepnames.tar.xz:texlive
jnovy:BADSOURCE:hepnames.doc.tar.xz:texlive
jnovy:BADSOURCE:xepersian.tar.xz:texlive
jnovy:BADSOURCE:xepersian.doc.tar.xz:texlive
jnovy:BADSOURCE:xepersian.source.tar.xz:texlive
jnovy:BADSOURCE:texlive-docindex.tar.xz:texlive
jnovy:BADSOURCE:texlive-docindex.doc.tar.xz:texlive
jnovy:BADSOURCE:collection-humanities.tar.xz:texlive
jnovy:BADSOURCE:collection-latexextra.tar.xz:texlive
jnovy:BADSOURCE:collection-pictures.tar.xz:texlive
jnovy:BADSOURCE:collection-publishers.tar.xz:texlive
jnovy:BADURL:TeXmacs-1.0.7.20-src.tar.gz:TeXmacs
fcami:BADURL:throttle-1.2.tar.gz:throttle
jbowes:BADSOURCE:tig-1.2.1.tar.gz:tig
jjh:BADURL:tinyproxy-1.8.3.tar.bz2:tinyproxy
dgoodwin:BADURL:tito-0.4.18.tar.gz:tito
gemi:BADURL:tkcvs_8_2_2.tar.gz:tkcvs
tjikkun:BADURL:tkdnd-1.0a2.tar.gz:tkdnd
tnorth:BADURL:tkgate-2.0-b10.tar.gz:tkgate
spot:BADSOURCE:sniglet.zip:tlomt-sniglet-fonts
bjohnson:BADURL:tmda-1.1.12.tgz:tmda
avesh:BADSOURCE:tncfhh-0.8.3.tar.gz:tncfhh
vcrhonek:BADSOURCE:pegasus-2.13.0.tar.gz:tog-pegasus
dchen:BADURL:tomoe-gtk-0.6.0.tar.gz:tomoe-gtk
jcapik:BADSOURCE:tong-1.2.tar.gz:tong
mjakubicek:BADSOURCE:Torch3src.tgz:torch
mjakubicek:BADSOURCE:Torch3doc.tgz:torch
jamielinux:BAD_CVS_SOURCE:uwt:torsocks
kdudka:BADURL:transfig.3.2.5d.tar.gz:transfig
lbazan:BADSOURCE:transifex-1.2.1.tar.gz:transifex
awjb:BADSOURCE:treecc-0.3.8.tar.gz:treecc
lucilanga:BADURL:tucnak2-2.31.tar.gz:tucnak2
acme:BADURL:tuna-0.11.1.tar.bz2:tuna
lmacken:BADURL:TurboGears2-2.3.0dev.tar.gz:TurboGears2
gil:BADURL:apache-tuscany-sdo-1.1.1-src.tar.gz:tuscany-sdo-java
limb:BADURL:tuxmath_w_fonts-2.0.1.tar.gz:tuxmath
steve:BADURL:tuxpaint-0.9.21.tar.gz:tuxpaint
steve:BADURL:tuxpaint-stamps-2009.06.28.tar.gz:tuxpaint-stamps
limb:BADURL:tuxpuck-0.8.2.tar.gz:tuxpuck
steve:BADURL:tuxtype_w_fonts-1.8.1.tar.gz:tuxtype2
juanmabc:BAD_CVS_SOURCE:tw-0.9.16.tar.bz2:tw
orphan:BADURL:tyrion-0.1.0.tar.bz2:tyrion
dyfet:BADURL:ucommon-6.0.7.tar.gz:ucommon
jskarvad:BADURL:uhd-images_003.005.003-release.tar.gz:uhd
mapleoin:BADSOURCE:unittest-0.50-62.tar.gz:unittest
awjb:BADURL:unshield-0.6.tar.gz:unshield
steve:BADURL:uuid-1.6.2.tar.gz:uuid
spot:BADURL:v8-3.14.5.10.tar.bz2:v8
mjakubicek:BADURL:valknut-0.4.9.tar.bz2:valknut
mjakubicek:BADURL:valknut-0.4.9-oxygen-icons.tar.gz:valknut
mjakubicek:BADURL:valknut-0.4.9-gnome-icons.tar.gz:valknut
scop:BADURL:vdr-2.0.3-vasarajanauloja.patch.gz:vdr
icon:BADSOURCE:verbiste-0.1.32.tar.gz:verbiste
fab:BADURL:vhybridize-0.5.9.tar.gz:vhybridize
karsten:BAD_CVS_SOURCE:README.patches:vim
bsjones:BADURL:vkeybd-0.1.18d.tar.bz2:vkeybd
ppisar:BADURL:vnc_reflector-1.2.4.tar.gz:vnc-reflector
chkr:BADURL:vpnc-0.5.3.svn457.tar.gz:vpnc
mrceresa:BADSOURCE:vxl-1.17.0.tar.gz:vxl
skytux:BADURL:wallpaperd-0.2.1.tar.gz:wallpaperd
dcantrel:BADURL:wicd-1.7.2.4.tar.gz:wicd
gospo:BADSOURCE:wiggle-0.8.tar.gz:wiggle
awjb:BADSOURCE:wine-docs-1.4.tar.bz2:wine-docs
shenson:BADSOURCE:wipe-0.21.tar.gz:wipe
rafalzaq:BADURL:wklej-0.1.7.tar.gz:wklej
awjb:BADSOURCE:wmapmload-0.3.4.tar.gz:wmapmload
awjb:BADSOURCE:wmCalClock-1.25.tar.gz:wmCalClock
raorn:BADSOURCE:wmMatrix-0.2-g97216606.tar.gz:wmMatrix
raorn:BADSOURCE:wmmon-1.0b2-g575778a6.tar.gz:wmmon
raorn:BADSOURCE:wmpager-1.2-g88ece7e5.tar.gz:wmpager
awjb:BADURL:wmweather+-2.11.tar.gz:wmweather+
rtnpro:BADSOURCE:wordgroupz-0.3.1.tar.gz:wordgroupz
nb:BADSOURCE:bad-behavior.2.2.13.zip:wordpress-plugin-bad-behavior
herlo:BADSOURCE:wpmu-new-blog-defaults.zip:wordpress-plugin-defaults
orphan:BADURL:workrave-1.10.tar.gz:workrave
wtogami:BADURL:wraplinux-1.7.tar.gz:wraplinux
caolanm:BADSOURCE:1.0.2.tar.gz:writer2latex
prabindatta:BADURL:writetype_1.2.130.tar.gz:writetype
dchen:BADSOURCE:WritRecogn-0.1.9.tar.gz:WritRecogn
green:BADURL:ws-commons-util-1.0.1-src.tar.gz:ws-commons-util
praveenp:BADURL:wsl-0.2.2.tar.gz:wsl
dgoodwin:BADURL:wuja-0.0.8.tar.gz:wuja
dp67:BADURL:wxapt-1.3.tar.gz:wxapt
cicku:BADURL:wxGlade-0.6.8.tar.gz:wxGlade
beckerde:BAD_CVS_SOURCE:GNUmakefile.patch:wxpdfdoc
robert:BADSOURCE:x509watch-0.5.0.tar.gz:x509watch
jwrdegoede:BADURL:xarchon_0.50-10.1.diff.gz:xarchon
spot:BADURL:xbsql-0.11.tgz:xbsql
notting:BADURL:xchat-gnome-0.26.2-40c5bf988.tar.bz2:xchat-gnome
dp67:BADURL:xconvers_0.8.3.tar.gz:xconvers
pwouters:BADURL:xdaliclock-2.25.tar.gz:xdaliclock
lucilanga:BADURL:xdemorse-2.1.tar.bz2:xdemorse
ke4qqq:BADSOURCE:XenServerJava-5.6.100-1-src.zip:xenserverjava
deji:BADURL:xesam-tools-0.6.1.tar.gz:xesam-tools
cwickert:BADSOURCE:xfbib-0.0.2.tar.bz2:xfbib
cwickert:BADSOURCE:xfce4-modemlights-plugin-0.1.3.99.tar.bz2:xfce4-modemlights-plugin
cwickert:BADURL:xfce4-netload-plugin-1.2.0.tar.bz2:xfce4-netload-plugin
cwickert:BADSOURCE:xfce4-timer-plugin-0.6.1.tar.bz2:xfce4-timer-plugin
jsynacek:BADURL:xferstats-2.16.tar.gz:xferstats
dp67:BADURL:xfhell-1.9.tar.gz:xfhell
jwrdegoede:BADURL:xfig.3.2.5b.full.tar.gz:xfig
cwickert:BADURL:xfwm4-theme-nodoka-0.2.tar.gz:xfwm4-theme-nodoka
limb:BADURL:xgalaga_2.0.34.orig.tar.gz:xgalaxy
limb:BADURL:xgalaga_2.0.34-44.diff.gz:xgalaxy
dp67:BADURL:xgridloc-0.9.tar.gz:xgridloc
dwalsh:BADURL:xguest-1.0.10.tar.bz2:xguest
jsynacek:BADURL:xinetd-2.3.15.tar.gz:xinetd
deji:BADSOURCE:xiphos-3.1.5.tar.gz:xiphos
pwouters:BADURL:xl2tpd-1.3.1.tar.gz:xl2tpd
sundaram:BADURL:xlhtml-0.5.tgz:xlhtml
spot:BADURL:xmbdfed-4.7.tar.bz2:xmbdfed
spot:BAD_CVS_SOURCE:xmbdfed.png:xmbdfed
ankursinha:BADURL:xmedcon-0.10.7.tar.bz2:xmedcon
fnasser:BADURL:xml-commons-resolver-1.2.tar.gz:xml-commons-resolver
rlandmann:BADURL:xmlgraphics-commons-1.5-src.tar.gz:xmlgraphics-commons
orphan:BADURL:xmlroff-0.6.0.tar.gz:xmlroff
anttix:BADURL:xml-security-c-1.6.1.tar.gz:xml-security-c
thias:BADURL:arts_output-0.7.1.tar.gz:xmms-arts
thias:BADURL:flac-1.2.1.tar.gz:xmms-flac
thias:BADURL:lirc-xmms-plugin-1.4.tar.bz2:xmms-lirc
thias:BADURL:arctic_Xmms.zip:xmms-skins
thias:BADURL:Cyrus-XMMS.zip:xmms-skins
thias:BADURL:detone_blue.zip:xmms-skins
thias:BADURL:detone_green.zip:xmms-skins
thias:BADURL:GTK+.zip:xmms-skins
thias:BADURL:Inverse.zip:xmms-skins
thias:BADURL:Marble.zip:xmms-skins
thias:BADURL:sinistar.zip:xmms-skins
thias:BADURL:titanium.zip:xmms-skins
thias:BADURL:Ultrafina-pw.zip:xmms-skins
thias:BADURL:UltrafinaSE.zip:xmms-skins
thias:BADURL:Ultrafina.zip:xmms-skins
thias:BADURL:BlueSteel.zip:xmms-skins
thias:BADURL:BrushedMetal_Xmms.zip:xmms-skins
thias:BADURL:ColderXMMS.tar.gz:xmms-skins
mtasaka:BADURL:xmountains_2.8.tar.gz:xmountains
dp67:BADSOURCE:xnec2c-2.3-beta.tar.bz2:xnec2c
xgl-maint:BAD_CVS_SOURCE:xvfb-run.sh:xorg-x11-server
terjeros:BAD_CVS_SOURCE:XOsview.png:xosview
spot:BADURL:xpdf-arabic-2003-feb-16.tar.gz:xpdf
spot:BADURL:xpdf-greek-2003-jun-28.tar.gz:xpdf
spot:BADURL:xpdf-hebrew-2003-feb-16.tar.gz:xpdf
spot:BADURL:xpdf-latin2-2002-oct-22.tar.gz:xpdf
spot:BADURL:xpdf-turkish-2002-apr-10.tar.gz:xpdf
spot:BADURL:xpdf-cyrillic-2003-jun-28.tar.gz:xpdf
spot:BADURL:xpdf-thai-2002-jan-16.tar.gz:xpdf
lucilanga:BADURL:xpsk31-1.2.tar.gz:xpsk31
itamarjp:BADURL:xrdp-HEAD-a9cfc23.tar.gz:xrdp
chkr:BADURL:xsp-2.10.2.tar.bz2:xsp
mmahut:BADSOURCE:emyller_star.svg:xvarstar
ankursinha:BADURL:xword-1.0.tar.gz:xword
lucilanga:BADURL:xwota-0.4.tar.gz:xwota
dp67:BADURL:xwxapt-2.0-beta.tar.bz2:xwxapt
roma:BADURL:YafaRay.0.1.1.zip:YafaRay
roma:BADURL:YafaRay-blender.0.1.1.zip:YafaRay
jcapik:BADURL:yafc-1.1.1.tar.bz2:yafc
ppisar:BADSOURCE:yap-6.2.2.tar.gz:yap
verdurin:BADSOURCE:yoshimi-1.1.0.tar.bz2:yoshimi
mmcgrath:BADURL:ytalk-3.3.0.tar.bz2:ytalk
timlau:BADSOURCE:yumdaemon-0.9.2.tar.gz:yumdaemon
msuchy:BADURL:yum-rhn-plugin-2.0.1.tar.gz:yum-rhn-plugin
dchen:BADURL:zanata-python-client-1.3.13.tar.gz:zanata-python-client
cwickert:BADSOURCE:zanshin-lang.tar.bz2:zanshin
dougsland:BADSOURCE:zbar-0.10.tar.bz2:zbar
rjones:BAD_CVS_SOURCE:sparsify.c:zerofree
limb:BADURL:zfs-fuse-0.7.0.tar.bz2:zfs-fuse
liangsuilong:BAD_CVS_SOURCE:tomoe2s.pl:zinnia
jwrdegoede:BADSOURCE:ziparchive_src.zip:ZipArchive
bsjones:BADSOURCE:zita-rev1-0.2.1.tar.bz2:zita-rev1
tomspur:BADURL:zn_poly-0.9.tar.gz:zn_poly
mgieseki:BADURL:zorba-2.9.1.tar.gz:zorba
odysseus:BADSOURCE:zukini_by_lassekongo83-d4ic1u2.zip:zukini
odysseus:BADSOURCE:zukitwo_by_lassekongo83-d3df2ot.zip:zukitwo
odysseus:BADSOURCE:zukiwi_by_lassekongo83-d56k4sl.zip:zukiwi
bsjones:BADURL:zynjacku-6.tar.bz2:zynjacku
thias:BADURL:zziplib-0.13.62.tar.bz2:zziplib
6 years, 12 months