Commit graph

1725 commits

Author SHA1 Message Date
Nicolas Thill
6aaae56f5f fix (cosmetic) Config.in glitches
SVN-Revision: 3568
2006-04-01 15:49:12 +00:00
Nicolas Thill
3d0e20260b update snort to 2.4.4 (thanks to Richard Nadeau)
SVN-Revision: 3567
2006-04-01 15:23:25 +00:00
Nicolas Thill
25097a0ab2 update nmap to 4.01 (thanks to Richard Nadeau)
SVN-Revision: 3566
2006-04-01 15:21:14 +00:00
Nicolas Thill
43ce8fb570 add an hostapd-mini package with WPA support only, and move hostapd_cli in a separate hostapd-utils package.
SVN-Revision: 3564
2006-04-01 14:40:44 +00:00
Mike Baker
bb69238792 link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues)
SVN-Revision: 3561
2006-03-31 18:25:00 +00:00
Oliver Ertl
96f62e6a22 fix alphabetic order of hdparm
SVN-Revision: 3560
2006-03-31 17:12:50 +00:00
Oliver Ertl
c1d175cc85 add hdparm package (thanks to Tomas Vanek)
SVN-Revision: 3557
2006-03-31 16:45:36 +00:00
Florian Fainelli
29fd8a6341 Add libpcre dependency for atftp, closes #432
SVN-Revision: 3554
2006-03-29 22:47:26 +00:00
Florian Fainelli
242e482c74 Add amd64 detection when build host is a x86_64 machine, closes #390
SVN-Revision: 3553
2006-03-29 22:39:28 +00:00
Florian Fainelli
4926e559a9 Fix typo in menuconfig
SVN-Revision: 3552
2006-03-29 17:12:21 +00:00
Florian Fainelli
f7c752321c Remove -Werror in order not to treat warnings as errors (fix gcc-4 errors), closes #428
SVN-Revision: 3551
2006-03-29 17:08:49 +00:00
Florian Fainelli
a4ae7a90a8 Disable tests and documentation compilation and/or installation, speeds up compilation
SVN-Revision: 3549
2006-03-29 13:53:54 +00:00
Waldemar Brodkorb
1a7d71fd62 add autossh from Robert Berkowitz
SVN-Revision: 3547
2006-03-29 12:45:48 +00:00
Florian Fainelli
fed3865f2d Upgrade to mutt-1.5.11, fixes gcc-4 specific errors, close #426
SVN-Revision: 3546
2006-03-29 12:37:29 +00:00
Florian Fainelli
8bc7408369 Disable documentation generation as it requires host-side binaries
SVN-Revision: 3544
2006-03-29 12:03:09 +00:00
Florian Fainelli
a48fd3fade Fix compilation, change rpl_malloc detection, closes #423
SVN-Revision: 3543
2006-03-29 11:55:40 +00:00
Florian Fainelli
5b6e146134 Fix BitchX compilation, remove previous declarations of some variables, closes #425
SVN-Revision: 3542
2006-03-29 11:32:34 +00:00
Waldemar Brodkorb
abfe119bcb add openssl dependency
SVN-Revision: 3541
2006-03-29 09:52:36 +00:00
Waldemar Brodkorb
9175f7d3cc readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools
SVN-Revision: 3540
2006-03-29 09:36:43 +00:00
Waldemar Brodkorb
c9a40f514b enable mount nfs, thx ejka@imfi.kspu.ru
SVN-Revision: 3539
2006-03-29 09:07:13 +00:00
Waldemar Brodkorb
03d4dce2f6 update openswan to 2.4.5rc5 and fix compile issues
SVN-Revision: 3535
2006-03-28 23:33:28 +00:00
Waldemar Brodkorb
5a6e1f631a fix problems from ticket #385, thx mikea
SVN-Revision: 3532
2006-03-28 22:30:12 +00:00
Waldemar Brodkorb
3b8164e5fe update to 2.5.2 to fix compile issue
SVN-Revision: 3527
2006-03-28 18:21:42 +00:00
Florian Fainelli
8639e7dfb5 Remove hardcoded path for install binary
SVN-Revision: 3522
2006-03-28 15:04:26 +00:00
Florian Fainelli
773bbceaa0 Add cross-compilation patch to have LINUX defined, especially when build system is not x86
SVN-Revision: 3519
2006-03-28 13:18:43 +00:00
Nicolas Thill
3612d56b07 update lighttpd to 1.4.11
SVN-Revision: 3518
2006-03-28 07:12:49 +00:00
Nicolas Thill
d5eb9d6d91 update osiris to v4.2.0, add mod_if module, add short desc to mod_* patches, fix openssl-related build issue (could break compatibility).
SVN-Revision: 3515
2006-03-28 00:05:52 +00:00
Nicolas Thill
21a54709f0 override cflags set to -O2 by configure
SVN-Revision: 3514
2006-03-27 22:00:12 +00:00
Nicolas Thill
0af7cb2c68 fix syslog-ng, remove libol dependency in ipkg/control since statically linked, change startup prio to a more reasonable value, standardize.
SVN-Revision: 3513
2006-03-27 21:58:04 +00:00
Nicolas Thill
d7121237f9 move compile-time package dependencies in a separate file (sdk-compatible)
SVN-Revision: 3512
2006-03-27 21:40:54 +00:00
Nicolas Thill
668483e721 fix elinks, add MD5SUM, explicitely disable what seems not required, standardize.
SVN-Revision: 3511
2006-03-27 21:18:37 +00:00
Nicolas Thill
2e2da1e712 update motion package, add a patch to honor CPPFLAGS, explicitely remove database support, add MD5SUMS, add dependency on libpthread in ipkg/control file, standardize.
SVN-Revision: 3509
2006-03-27 20:36:45 +00:00
Waldemar Brodkorb
9338ea80b3 sync dropbear with wr, remove zlib dependency
SVN-Revision: 3508
2006-03-27 19:20:22 +00:00
Florian Fainelli
109e6b88cc Fix dependency on libol, should close #403
SVN-Revision: 3500
2006-03-26 21:56:38 +00:00
Felix Fietkau
96862ff07a hide libiconv messages when not compiling in verbose mode (#411)
SVN-Revision: 3499
2006-03-26 21:46:44 +00:00
Felix Fietkau
4614aa5def fix cups depends
SVN-Revision: 3497
2006-03-26 21:28:16 +00:00
Waldemar Brodkorb
3ac3bc13e7 fix compile error
SVN-Revision: 3488
2006-03-26 11:11:58 +00:00
Waldemar Brodkorb
be0f8ed574 remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 and dsniff, if you need to save space, please use libmatrixssl
SVN-Revision: 3486
2006-03-26 00:59:08 +00:00
Felix Fietkau
fc7f2ed600 add retry setting to atftp
SVN-Revision: 3485
2006-03-25 17:21:26 +00:00
Waldemar Brodkorb
d5a2be33ed remove one slash in PKG_SOURCE_URL
SVN-Revision: 3482
2006-03-25 13:24:59 +00:00
Waldemar Brodkorb
6c5f643cde vim entered the distribution, now we only need usb vga and keyboard support, to have a perfect desktop ;), thx Michael Cohen
SVN-Revision: 3481
2006-03-25 13:13:22 +00:00
Florian Fainelli
e0af88e9f4 Add libol, missing dependency for syslog-ng Fix syslog-ng compilation (libol dependency, flex calls)
SVN-Revision: 3470
2006-03-23 21:11:48 +00:00
Felix Fietkau
7cd744a319 fix udev for systems with /bin/install instead of /usr/bin/install
SVN-Revision: 3465
2006-03-23 15:27:11 +00:00
Felix Fietkau
52b222824d fix ustl package for systems with /bin/install instead of /usr/bin/install
SVN-Revision: 3464
2006-03-23 15:14:36 +00:00
Felix Fietkau
f4fd4f370e update ipp2p to 0.8.1rc1, add it to 2.6 as well
SVN-Revision: 3463
2006-03-23 14:40:54 +00:00
Imre Kaloz
79a01c7683 first try to decrease the size of openssl 0.9.8a
SVN-Revision: 3457
2006-03-23 14:13:12 +00:00
Felix Fietkau
237f2c826a fix make error with /usr/share/common-licenses/GPL-2
SVN-Revision: 3456
2006-03-23 12:46:32 +00:00
Waldemar Brodkorb
60214c1cb4 fix procmail compile, thx Michael
SVN-Revision: 3454
2006-03-23 10:37:38 +00:00
Florian Fainelli
0ef29b7b8e Add libipt_IMQ, fixes #396
SVN-Revision: 3452
2006-03-23 09:59:33 +00:00
Imre Kaloz
0d7f22b39d upgrade to iproute2-2.6.15-060110
SVN-Revision: 3449
2006-03-22 12:26:02 +00:00