~ubuntu-branches/ubuntu/trusty/maradns/trusty

« back to all changes in this revision

Viewing changes to update/1.4.05/1.4.04-to-1.4.05

  • Committer: Package Import Robot
  • Author(s): Nicholas Bamber
  • Date: 2012-01-06 08:47:03 UTC
  • mfrom: (1.1.17) (10.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20120106084703-e3kw2c5a6djne2gw
Tags: 2.0.04-1
* Allowed watch file to pick up 2.x releases
* New upstream release
* Refreshed patches
* Added override to stop deletion of server/MaraDNS.c.orig
* Added patch to stop corruption of deadwood source code
* Added public domain stanza trying to give useful information about
  the public domain status (or otherwise) of certain files.
* Updated doc-base index file
* Split out documentation into separate package as it is written from
  an upstream point of view
* Added askmara-tcp tool to maradns-zoneserver package
* Added experimental maradns-deadwood package (Closes: #612229)
* Turned on compilation for IPv6 (Closes: #477787)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
rm build/maradns-$CURRENT.spec
63
63
tools/misc/make.maradns.spec $NEXT > build/maradns-$NEXT.spec
64
64
 
65
 
# Update Deadwood to 3.0.01
66
 
rm -fr deadwood-2.9.02
67
 
tar xjf ../deadwood-3.0.01.tar.bz2
 
65
# Update Deadwood to 2.9.XX
 
66
#rm -fr deadwood-2.9.02
 
67
#tar xjf ../deadwood-2.9.02.tar.bz2
68
68
 
69
69
# Regenerate Deadwood's random prime number
70
70
echo Making new random prime
71
 
cd deadwood-3.0.01/src
 
71
cd deadwood-2.9.02/src
72
72
cc -o foo RandomPrime.c
73
73
./foo > DwRandPrime.h
74
74
rm foo