Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 51840

Summary: give bind the ability to call mysql for dns lookups
Product: Gentoo Linux Reporter: Jeffrey Forman (RETIRED) <jforman>
Component: Current packagesAssignee: Jeffrey Forman (RETIRED) <jforman>
Status: RESOLVED FIXED    
Severity: enhancement CC: reaper
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: add mysql functionality to bind
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to allow bind to call a mysql db
ebuild with the mysql use flag, and accompanying patch

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!