Commit Graph

60 Commits

Author SHA1 Message Date
Sebastian Hahn
c10c7c9d83 Fix building of RPMs. Patch by Erinn Clark. 2010-02-06 03:11:34 +01:00
Nick Mathewson
cfce7d5dea Merge commit 'origin/maint-0.2.1' 2009-06-12 11:27:48 -04:00
Andrew Lewman
c50098ffc5 update requirements to openssl 0.9.7 2009-06-08 10:30:13 -04:00
phobos
e188ab9e75 clean up distro detection and remove dead comment blocks 2009-05-01 23:05:54 -04:00
Andrew Lewman
4962e466b2 figure out version numbers for ostag in suse and redflag
svn:r19083
2009-03-18 22:42:33 +00:00
Andrew Lewman
8aaf8d489b tag redflag linux rpms correctly.
svn:r19082
2009-03-18 20:26:01 +00:00
Andrew Lewman
a7ea85e12e Updated the description text, changed packager email
svn:r18675
2009-02-23 00:02:48 +00:00
Andrew Lewman
abb5febd8a oops, forgot the changelog reference for r16867.
svn:r16868
2008-09-12 04:25:20 +00:00
Andrew Lewman
abce15b993 Patch from Camilo Viecco to make the rpm spec arch independent, as far
as i've tested.


svn:r16867
2008-09-12 04:19:37 +00:00
Andrew Lewman
6a17067d38 with all of these fancy memory fixes, openbsd malloc appears to not be
needed any more.


svn:r15390
2008-06-21 13:44:03 +00:00
Nick Mathewson
4ead083dbc Do not ship a fallback-consensus until the related bugs are fixed.
svn:r14794
2008-05-29 00:54:08 +00:00
Nick Mathewson
dd715016dd Fix the rpm build: we need to list all our files in the files section. Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/
svn:r14778
2008-05-28 17:15:52 +00:00
Andrew Lewman
2df2eae19e Enable openbsd malloc for linux users.
svn:r13837
2008-03-04 01:14:31 +00:00
Andrew Lewman
2136c82ae0 As nick commented, tor's configure doesn't know what --enable-static and
--disable-shared actually are, so remove it from docs and spec file.


svn:r12321
2007-11-02 02:40:03 +00:00
Andrew Lewman
bed218afc9 Update url in various files.
svn:r11970
2007-10-16 03:50:26 +00:00
Andrew Lewman
a68eb887a2 Apparently we really want libevent-1.1a required for Redhat EL 5 and
beyond.  Backported as well.


svn:r11825
2007-10-09 23:35:39 +00:00
Andrew Lewman
cfa3a1380d Fix a spurious %. Caught by devilproxytor.
svn:r11642
2007-09-25 22:56:29 +00:00
Andrew Lewman
eaec868017 Update tor.spec.in to correctly install torrc.sample. Fix suggested by
devilproxytor.


svn:r11618
2007-09-24 23:18:47 +00:00
Andrew Lewman
8f346579da Copy a torrc.sample into the correct location, rather than overwriting
existing torrc files.


svn:r11595
2007-09-23 15:53:43 +00:00
Roger Dingledine
87c19c0c49 include tor-gencert in the files section for make dist-rpm
svn:r10091
2007-05-02 08:40:26 +00:00
Andrew Lewman
745a195b86 Remove the requirement for libevent, since it's a static library already
in the binary.


svn:r9741
2007-03-06 04:19:04 +00:00
Andrew Lewman
018c8c921d Fix a potential race condition on install of rpm with running Tor.
svn:r9673
2007-02-28 01:13:18 +00:00
Andrew Lewman
5420546dad In an -alpha branch, people can keep up with libevent releases.
svn:r8991
2006-11-26 01:38:13 +00:00
Roger Dingledine
36d4aff768 help the rpm spec file recognize development versions now that
they're not called foo-cvs


svn:r8339
2006-09-07 03:26:17 +00:00
Andrew Lewman
a993504fc1 Replace nickm as packager of rpms.
svn:r8250
2006-08-28 02:20:35 +00:00
Andrew Lewman
e6eebf05a4 Update rpms to require libevent 1.1b.
svn:r8247
2006-08-28 00:40:11 +00:00
Andrew Lewman
63c1395509 SUSEisms to enable "make dist-rpm" functionality in SuSe
svn:r6499
2006-05-26 13:22:20 +00:00
Andrew Lewman
1fcc12ffff Reworked dist-rpm in order to duplicate what dist used to do, but don't actually require dist.
svn:r6437
2006-05-04 00:34:51 +00:00
Andrew Lewman
73c268707b Temporary hacks to ensure make dist-rpm works from cvs until a better
solution can be found.


svn:r6383
2006-04-13 01:46:27 +00:00
Andrew Lewman
0727300cba Force rpmbuild to behave and honor target_cpu.
svn:r6269
2006-03-28 16:54:29 +00:00
Andrew Lewman
b089248e65 Removed doc/FAQ from document list
svn:r6066
2006-02-21 04:45:07 +00:00
Andrew Lewman
fab7268bf0 Implement first version of the ability to target arch and OS in rpm
builds.  This also implements the resulting dist-rpm filename to match the
target arch.


svn:r6023
2006-02-16 21:53:18 +00:00
Andrew Lewman
3a48b3e186 Remove the tor rpm creation text from the tor.spec.in file, as
apparently rpmbuild interprets any % as a macro, even behind comments.
Create a new file in tor/doc that describes how to create tor rpms.


svn:r6018
2006-02-14 21:21:17 +00:00
Andrew Lewman
3281b80758 Fixed the url, clarified some wording
svn:r5982
2006-02-12 07:01:16 +00:00
Andrew Lewman
f396a64b51 Fix a few typos from a tired phobos
svn:r5981
2006-02-12 06:53:29 +00:00
Andrew Lewman
16c5af0f0f Added quick instructions for those wishing to replicate the official
build process for linux rpm and osx dmg


svn:r5980
2006-02-12 06:44:22 +00:00
Andrew Lewman
ee2966d850 Added libevent 1.1a to Requires
svn:r5944
2006-02-09 04:22:25 +00:00
Andrew Lewman
e10ff0c23c Fixed BuildRequire for libevent-devel
svn:r5894
2006-02-02 03:21:13 +00:00
Andrew Lewman
c42f0da3d2 Added libevent 1.1a requirement for rpmbuilding now that many repos
carry libevent 1.1a as of 2006-01-12


svn:r5893
2006-02-02 02:43:03 +00:00
Nick Mathewson
726f43bdc0 suse tor.spec patch from Stefan Nordhausen
svn:r5650
2005-12-25 16:24:42 +00:00
Nick Mathewson
221fc8d709 Apply RPM-related cleanups from John Bashinski
svn:r5639
2005-12-24 04:03:39 +00:00
Roger Dingledine
f9912c4ae5 forward-port the rpm fix
svn:r4409
2005-06-11 08:30:07 +00:00
Roger Dingledine
c6b641180b reset tor rpm spec ver with our new version
svn:r4290
2005-05-23 07:15:08 +00:00
Roger Dingledine
918c5a9115 another rpm spec tweak contributed by Christopher Schanzle
svn:r4271
2005-05-19 05:24:33 +00:00
Roger Dingledine
c466f2b9e7 oh, yeah, bump the rpm specver
svn:r4270
2005-05-19 05:14:12 +00:00
Roger Dingledine
1055354b44 remove duplicate line accidentally added to the rpm spec
svn:r4269
2005-05-19 05:13:10 +00:00
Roger Dingledine
6e55553592 "hash is a sometimes comment, not an all the time comment."
i hate you rpm.


svn:r4256
2005-05-17 04:59:59 +00:00
Roger Dingledine
5698a5896b add in the line that tyranix thinks might let us retain symbols
in our rpm packages.
commented out for now, so we don't break the nearly stable release.


svn:r4235
2005-05-16 23:28:37 +00:00
Nick Mathewson
cce89badb7 Set tor home directory to something more reasonable when first installing.
svn:r4229
2005-05-15 05:01:49 +00:00
Roger Dingledine
aa48b96036 migrate to the new URL
svn:r3296
2005-01-05 00:06:51 +00:00