I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0000e4f2 authored by kytv's avatar kytv
Browse files

Debian: Ship custom router.config to disable updates via the I2P router....

Debian: Ship custom router.config to disable updates via the I2P router. Updates, to keep with Debian policy, must be done via the package manager.
parent e3a3a993
No related branches found
No related tags found
No related merge requests found
i2p (0.8.6-6~build9) UNRELEASED; urgency=low
* Ship own router.config with router.updatesDisabled=true to prevent
upgrades to be performed by the router itself. Upgrades *must* take place
via the package manager.
-- Kill Your TV <killyourtv@i2pmail.org> Fri, 27 May 2011 17:33:21 +0000
i2p (0.8.6-5) stable; urgency=low i2p (0.8.6-5) stable; urgency=low
* Remove /etc/i2p/wrapper.service. Changes have been moved to the * Remove /etc/i2p/wrapper.service. Changes have been moved to the
......
...@@ -11,6 +11,7 @@ pkg-temp/i2prouter-nowrapper usr/bin ...@@ -11,6 +11,7 @@ pkg-temp/i2prouter-nowrapper usr/bin
pkg-temp/i2psnark.config usr/share/i2p pkg-temp/i2psnark.config usr/share/i2p
pkg-temp/i2ptunnel.config usr/share/i2p pkg-temp/i2ptunnel.config usr/share/i2p
pkg-temp/lib/*.jar usr/share/i2p/lib pkg-temp/lib/*.jar usr/share/i2p/lib
pkg-temp/router.config usr/share/i2p
pkg-temp/systray.config usr/share/i2p pkg-temp/systray.config usr/share/i2p
pkg-temp/webapps usr/share/i2p pkg-temp/webapps usr/share/i2p
pkg-temp/*.xml usr/share/i2p pkg-temp/*.xml usr/share/i2p
...@@ -52,6 +52,7 @@ build-indep: ...@@ -52,6 +52,7 @@ build-indep:
# The next line is used by KYTV when building from source packages # The next line is used by KYTV when building from source packages
#[ -r jetty/jetty-5.1.15.tgz ] && ln -sf $(CURDIR)/jetty/jetty-5.1.15.tgz $(CURDIR)/apps/jetty/jetty-5.1.15.tgz #[ -r jetty/jetty-5.1.15.tgz ] && ln -sf $(CURDIR)/jetty/jetty-5.1.15.tgz $(CURDIR)/apps/jetty/jetty-5.1.15.tgz
ant preppkg-linux javadoc ant preppkg-linux javadoc
echo router.updateDisabled=true > $(I2P)/router.config
mv build/javadoc build/api mv build/javadoc build/api
mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper
-cp -fv /usr/share/tor/geoip $(CURDIR)/pkg-temp/geoip/geoip.txt -cp -fv /usr/share/tor/geoip $(CURDIR)/pkg-temp/geoip/geoip.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment