SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for apache2-mod_asn-1.7~20150616-18.1.x86_64.rpm :
Wed Feb 22 13:00:00 2017 dimstarAATTopensuse.org
- Update to version 1.7~20150616:

* Update documentation for newer postgresql-versions.

* improve ASN number validity check in asn_import.py.

* extend asn_get_routeviews.py to download and handle IPv6
routing data. asn_get_routeviews uses the data as parsed by
zebra-dump-parser.pl by Marco d\'Itri. The parsed dumps (thus,
in text format) are downloadable from mirrorbrain.org mirror,
which the script does automatically. The usage semantics are
the same as before.

* add first IPv6 patch as posted on the mirrorbrain-mailinglist
by Christian Rohmann in June 2014. Thanks also to Michael Meier.

* documentation update about IPv6

Fri Aug 28 14:00:00 2015 pgajdosAATTsuse.com
- test module with %apache_test_module

Thu Jul 16 14:00:00 2015 pgajdosAATTsuse.com
- Requries: %{apache_suse_maintenance_mmn}
This will pull this module to the update (in released distribution)
when apache maintainer thinks it is good (due api/abi changes).

Mon Jun 8 14:00:00 2015 poemlAATTcmdline.net
- fix dependency on apache2-dev for Debian 7.0/8.0

Thu Oct 30 13:00:00 2014 pgajdosAATTsuse.com
- call spec-cleaner
- use rpm macros

Tue Jan 7 13:00:00 2014 poemlAATTcmdline.net
- update to 1.6 (r100):

* adjust for the API changes in Apache 2.4 (issue #127, #128)

* A bug in the asn_get_routeviews script has been fixed: It
could fail when the BGP routing data snapshot contains bogus AS numbers.
(issue #93)

* asn_get_routeviews now allows to only download routing data, but
don\'t process it, by using the switch --download-only. In addition,
- -no-download can be used if the data is distributed by other means, e.g.
with distro updates. (issue #127)

Sun Mar 6 13:00:00 2011 drahtAATTsuse.de
- checking on shell job control errors upon non-expansion of
specfile macros.

Fri Nov 12 13:00:00 2010 poemlAATTcmdline.net
- enable building on Fedora

Sun Sep 5 14:00:00 2010 poemlAATTcmdline.net
- update to 1.5 (r88):

* mod_asn now avoids lookups of IPv6 addresses. The database of AS
(autonomous system) numbers is IPv4-only, and in addition, attempted
lookups seem to cause problems within the PostgreSQL ip4r contrib data
type. The symptom was a failure of the database after a while of running,
and subsequent error messages from Apache. See issue #58.

* The used version of the APR/APR-Util library is now checked when Apache
starts, and not when the module is compiled. This is useful to choose the
correct way to access the database, which unfortunately changed between the
1.2 and 1.3 (APR-Util) release. This change makes the deployment more
robust, because even if a user mixes packages from different distro
versions on a system, mod_asn will still work correctly. This improves the
existing fix for issue #7.

* The documentation has been updated with updated examples of Debian package
names and filenames and an improved example about installing onto an
existing database.

Fri Mar 26 13:00:00 2010 poemlAATTcmdline.net
- update to 1.4 (r78):
This release does not bring about significant user-visible changes, but under
the hood, some optimizations were done.

* For more efficient database connection usage, mod_asn now closes the used
connection when its handler quits. Before, a connection with lifetime of the
request was acquired; if a long-running handler runs after mod_asn, this
could mean that the connection is blocked for other threads until the end of
the request. This could occur, for instance, when mod_mirrorbrain ran later,
but exited early because a file was supposed to be delivered directly.
This was tracked in http://mirrorbrain.org/issues/issue44

* Database errors from the lower DBD layer are now resolved to strings, where
available. In relation to this: if an IP address is not found it isn\'t
necessarily an error, because it could be a private IP, for instance, which
is never present in global routing tables. That case is now logged with
NOTICE log level.

* When compiling mod_asn with the Apache Portable Runtime 1.2, different
semantics are used to access database rows, couting from 0 instead of from 1. It
seemed to work either way (maybe because only a single row is accessed), but
hopefully now it is done more correctly and therefore safer in the future.
See http://mirrorbrain.org/issues/issue29 and
http://mirrorbrain.org/issues/issue7 for the context.

* In the documentation, the support scripts are now mentioned without their
:file:`.py` suffix in the example for data import, which might be less
confusing.

Thu Jul 30 14:00:00 2009 poemlAATTsuse.de
- update to 1.3 (r69):
Bugs in the asn_get_routeviews and asn_import scripts were fixed:
- The logic which decided whether to download the routing data
snapshot file was fixed. If asn_get_routeviews is called and it
finds a file which was downloaded less then 8 hours ago, the
file is reused. If no file exists or the file is older than 8
hours, it is downloaded again.
- Deletion of existing entries in the database is now prevented,
if not at least one entry has been imported. This fixes a bug
where the routing data would be deleted if the script was
called with no input.

Tue Jul 28 14:00:00 2009 poemlAATTsuse.de
- update to release 1.2 (r61):

* asn_get_routeviews script:
download data from the mirror provided by the MirrorBrain
project, so routeviews.org doesn\'t get additional traffic by
additional users downloading from them

* documentation significantly updated
+ section Keep the data up to date added
+ add Upgrading notes about PostgreSQL (8.4)

Mon Jul 13 14:00:00 2009 poemlAATTsuse.de
- link to svn repo in spec file updated

Wed Jul 8 14:00:00 2009 poemlAATTsuse.de
- add libapr-util1-dbd-pgsql to Requires

Sat Jul 4 14:00:00 2009 poemlAATTsuse.de
- update to release 1.1. Changes over r31 were:

* mod_asn:
- bump version (1.1)
- update year in copyright header

* INSTALL:
- add instructions for troubleshooting and testing.
- add links to binaries for Debian and ebuilds for Gentoo

* CHANGES file added

* build Debian deb package

Fri Jun 26 14:00:00 2009 poemlAATTsuse.de
- update to r31:
- INSTALL: add some rough hints about troubleshooting and testing,
and correct a wrong example of loading mod_asn instead of mod_dbd

Mon Jun 22 14:00:00 2009 poemlAATTsuse.de
- update to r30:
- asn_import script: fix the new -b option introduced with r26
- add example cron snippet to update ASN data

Mon Jun 22 14:00:00 2009 poemlAATTsuse.de
- update to r28:
- implement configuration handling for the asn_import script.
Thus, it is no longer needed to edit the script with database
configuration data and credentials. Two ways of configuration
are supported:

* if a MirrorBrain config file is found, it is used (and the
MirrorBrain instance can be selected with -b on the
commandline, if needed)

* alternatively, the script looks for a config file named
/etc/asn_import.conf.
- updated asn_import script which handles the slightly changed
format of the snapshots of routeviews data. Additionally, more
sanity checks for invalid lines were required.

Thu Jun 4 14:00:00 2009 poemlAATTsuse.de
- add buildrequires to enable building on CentOS 5.

Tue Mar 31 14:00:00 2009 poemlAATTsuse.de
- update to r22:
- fix bug that lead to ignorance of variables in the subprocess
environment set by ASIPEnvvar, which falsely looked for the
wrong variable name (one that was configured via ASIPHeader).

Tue Mar 17 13:00:00 2009 poemlAATTsuse.de
- update to r21:
- document an example how to log the looked up data

Tue Mar 17 13:00:00 2009 poemlAATTsuse.de
- update to r20:
- updated README with documentation on design choices and
performance.
- INSTALL: add note about required versions of httpd and
apr-util.

Tue Mar 17 13:00:00 2009 poemlAATTsuse.de
- update to r16:
update README:
- client ip override has been implemented.
- add some reference to mod_mirrorbrain and its tool set

Mon Mar 16 13:00:00 2009 poemlAATTsuse.de
- update to r14:
- implement lookup of IP address taken from an arbitrary HTTP
request header, or an subprocess environment variable:
configurable via ASIPHeader and ASIPHeader directives.
- document the ASLookupDebug directive.
- bump version to 1.0.

Mon Mar 16 13:00:00 2009 poemlAATTsuse.de
- update to svn r11; no functional change, mostly documentation
updates.


 
ICM