Dr. Ralf S. Engelschall
|
cd6b3c2a7f
|
fix tracking
|
22 years ago |
Dr. Ralf S. Engelschall
|
0a51c2ba3b
|
fix tracking
|
22 years ago |
Dr. Ralf S. Engelschall
|
6a572cf9b0
|
upgrading package: libnet 1.1.2 -> 1.1.2.1
|
22 years ago |
Dr. Ralf S. Engelschall
|
686a88a88d
|
fix tracking and remove hard-coded version
|
22 years ago |
Dr. Ralf S. Engelschall
|
c13d959da0
|
upgrading package: crm114 20031219rc12 -> 20040328
|
22 years ago |
Dr. Ralf S. Engelschall
|
fadfa37ff4
|
upgrading package: nano 1.3.1 -> 1.3.2
|
22 years ago |
Dr. Ralf S. Engelschall
|
35b7468310
|
upgrading package: amavisd 20030616p8 -> 20030616p9
|
22 years ago |
Thomas Lotterer
|
5fd8a780f5
|
new package: citadel 6.20p1 (Messaging and collaboration platform for BBS and groupware applications)
|
22 years ago |
Dr. Ralf S. Engelschall
|
f426f5c9fe
|
new package: fann 1.1.0 (Fast Artificial Neural Network Library)
|
22 years ago |
Dr. Ralf S. Engelschall
|
febf49fa06
|
modifying package: perl-crypto-5.8.3 20040401 -> 20040402
|
22 years ago |
Dr. Ralf S. Engelschall
|
222147c743
|
modifying package: perl-mail-5.8.3 20040330 -> 20040402
|
22 years ago |
Michael Schloh von Bennewitz
|
3a9db5f3ea
|
correct rc status variable, and those passed to rcService from within rc file as well
|
22 years ago |
Michael Schloh von Bennewitz
|
385f1dafca
|
correct rc status variable
|
22 years ago |
Thorsten Hohmeier
|
37f1b30e43
|
upgrading package: lftp 2.6.12 -> 3.0.0
|
22 years ago |
Michael Schloh von Bennewitz
|
c7450ed269
|
add missing extra objects filter rc logic on package update and erase, and correct rm flags when deleting log files
|
22 years ago |
Michael Schloh von Bennewitz
|
f476d4193d
|
remember cause of unpacking failure, and do not reroll this logically unchanged package
|
22 years ago |
Michael Schloh von Bennewitz
|
82a3752ef4
|
modifying package: ripe-dbase-3.2.0 20040326 -> 20040402
|
22 years ago |
Michael Schloh von Bennewitz
|
3464de6fd5
|
new package: mrtg 2.10.13 (Multi Router Traffic Grapher)
|
22 years ago |
Dr. Ralf S. Engelschall
|
dd7859bc0d
|
upgrading package: bogofilter 0.17.4 -> 0.17.5
|
22 years ago |
Dr. Ralf S. Engelschall
|
91b918d040
|
fix 'openpkg install openpkg-tool' bootstrapping command
|
22 years ago |
Dr. Ralf S. Engelschall
|
dc30d711f3
|
upgrading package: gcc34 3.4s20040324 -> 3.4s20040331
|
22 years ago |
Dr. Ralf S. Engelschall
|
67c0a90871
|
upgrading package: clamav 0.66 -> 0.70
|
22 years ago |
Dr. Ralf S. Engelschall
|
8de39735ea
|
upgrading package: vim 6.2.421 -> 6.2.426
|
22 years ago |
Dr. Ralf S. Engelschall
|
e45be1957e
|
modifying package: perl-crypto-5.8.3 20040318 -> 20040401
|
22 years ago |
Dr. Ralf S. Engelschall
|
5590a44c39
|
modifying package: perl-xml-5.8.3 20040401 again
|
22 years ago |
Dr. Ralf S. Engelschall
|
ee33dcd250
|
modifying package: perl-ds-5.8.3 20040329 -> 20040401
|
22 years ago |
Dr. Ralf S. Engelschall
|
fd7493b929
|
modifying package: perl-dns-5.8.3 20040318 -> 20040401
|
22 years ago |
Dr. Ralf S. Engelschall
|
5883a22526
|
upgrading package: mtr 0.54 -> 0.55
|
22 years ago |
Dr. Ralf S. Engelschall
|
a2fbaa1150
|
upgrading package: cacti 0.8.5 -> 0.8.5a
|
22 years ago |
Dr. Ralf S. Engelschall
|
f25b8bb38e
|
include new DocBook 4.3 stuff; remove no longer necessary hack
|
22 years ago |
Dr. Ralf S. Engelschall
|
909e576064
|
add support for Oracle under Linux and still support Oracle under Solaris
|
22 years ago |
Dr. Ralf S. Engelschall
|
d5b60a958b
|
add -Wl,-R options to hard-code library paths into object files
|
22 years ago |
Thomas Lotterer
|
bb79b25251
|
import contributions from Cyrus Hamidi; add/require/fix OpenLDAP support
|
22 years ago |
Christoph Schug
|
2b2578aa18
|
fixed debug option
|
22 years ago |
Dr. Ralf S. Engelschall
|
4a68399499
|
do not out-of-the-box try to become the PDC on a subnet.
|
22 years ago |
Dr. Ralf S. Engelschall
|
2ec246eb9a
|
more bugs
|
22 years ago |
Dr. Ralf S. Engelschall
|
b888259107
|
flush some fixes from my queue
|
22 years ago |
Dr. Ralf S. Engelschall
|
5972308ef7
|
1) Steve Grubb changed the name of a number of external library definitions to avoid namespace collisions. E.g., by default his code defines tcpd_sock_host instead of sock_host, and tcpd_eval_client instead of eval_client. Since the ORBit package is looking for the traditional function names, it fails to link with Grubb's default libwrap.a. So I added an option to the spec file called "with_private_namespace", which defaults to "no" so that the traditional lib defs are created by default. Setting the option to "yes" creates the new private definitions. This change also required a change to the patch file because Steve had apparently forgotten to include "sock_host" in the list of methods that need to be optionally publicized. 2) Matthias Kurz's patch to run under Solaris changed the name of the local my_setenv() function to setenv(). The ORBit package objects to this because it does not want to link with a tcpwrappers that has setenv() built in. (I'm not sure why this is since Solaris by default does not have a setenv() function, which is why tcpwrappers conditionally includes one.) However, the way to make ORBit happy is to leave my_setenv() alone and to conditionally redefine the call to setenv() in options.c to be a call to my_setenv() on systems that need the local definition of this function. That way any other external packages that are fussy about this will not complain. These changes are also present in this package. Submitted by: Dennis McRitchie
|
22 years ago |
Michael Schloh von Bennewitz
|
533c5316c5
|
upgrading package: multitail 3.1.5 -> 3.1.6
|
22 years ago |
Michael Schloh von Bennewitz
|
328d59ee24
|
modifying package: perl-xml-5.8.3 20040331 -> 20040401
|
22 years ago |
Michael Schloh von Bennewitz
|
1d26c37a7a
|
upgrading package: snort 2.1.1 -> 2.1.2
|
22 years ago |
Thomas Lotterer
|
f0533ff5b4
|
upgrading package: uvscan 4.32.4345 -> 4.32.4346
|
22 years ago |
Dr. Ralf S. Engelschall
|
95cc210a4a
|
fix building under with_perl: the uninstalled libMagick.a was not picked up correctly
|
22 years ago |
Dr. Ralf S. Engelschall
|
6a16dfd549
|
upgrading package: mixmaster 2.9.1 -> 3.0b1
|
22 years ago |
Dr. Ralf S. Engelschall
|
202372966a
|
modifying package: perl-text-5.8.3 20040331 again
|
22 years ago |
Dr. Ralf S. Engelschall
|
13e373c5fc
|
upgrading package: dia 0.92.2 -> 0.93pre1
|
22 years ago |
Dr. Ralf S. Engelschall
|
dc6f92876a
|
upgrading package: sav 2.18.379 -> 2.18.380
|
22 years ago |
Dr. Ralf S. Engelschall
|
0be26d0f21
|
upgrading package: cfengine 2.1.3 -> 2.1.4
|
22 years ago |
Dr. Ralf S. Engelschall
|
1d59841891
|
cleanup stdio fiddling patch
|
22 years ago |
Dr. Ralf S. Engelschall
|
23d4dd72b6
|
upgrading package: boa 0.94.14rc18 -> 0.94.14rc19
|
22 years ago |