Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51840 - give bind the ability to call mysql for dns lookups
Summary: give bind the ability to call mysql for dns lookups
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Jeffrey Forman (RETIRED)
URL: add mysql functionality to bind
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-23 09:53 UTC by Jeffrey Forman (RETIRED)
Modified: 2004-06-23 13:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to allow bind to call a mysql db (bind-9.2.2-mysql.patch,10.74 KB, patch)
2004-05-23 09:53 UTC, Jeffrey Forman (RETIRED)
Details | Diff
ebuild with the mysql use flag, and accompanying patch (bind-9.2.2-r2.ebuild,4.89 KB, text/plain)
2004-05-23 09:54 UTC, Jeffrey Forman (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Forman (RETIRED) gentoo-dev 2004-05-23 09:53:09 UTC
this lets you use a mysqldb for dns updates in bind, without reloading zone files

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




added use flag "mysql" functionality. so those who dont want the patch, dont get it.
Comment 1 Jeffrey Forman (RETIRED) gentoo-dev 2004-05-23 09:53:44 UTC
Created attachment 31893 [details, diff]
patch to allow bind to call a mysql db
Comment 2 Jeffrey Forman (RETIRED) gentoo-dev 2004-05-23 09:54:30 UTC
Created attachment 31894 [details]
ebuild with the mysql use flag, and accompanying patch
Comment 3 Jeffrey Forman (RETIRED) gentoo-dev 2004-05-23 09:55:42 UTC
patch and mysql db are based from patch from:
http://gw.netbastards.org/bm/
Comment 4 Jonathan Stewart 2004-06-04 14:14:53 UTC
Instead of doing research on my own...

How well does this work?  Is it stable, tested, require special config? If it works(tm), this is a very interesting and potenially useful patch.
Comment 5 Jeffrey Forman (RETIRED) gentoo-dev 2004-06-21 09:25:56 UTC
I've tested this and it works on x86 but not on sparc64. I'm going to research this.
Comment 6 Jeffrey Forman (RETIRED) gentoo-dev 2004-06-23 13:14:16 UTC
Commmited as bind-9.2.2-r4.ebuild. Test and let me know. Thanks!