77 Commits

Author SHA1 Message Date
Tom G. Christensen
293fa7dbd2 Update to 2.3
Newstyle pkg
2007-05-01 09:41:31 +00:00
Tom G. Christensen
1b5cd7f8e0 Update to 0.9.7l
Update build.sh to newstyle
Remove static libraries from main package
Split out section 3 manpages in dman subpackage
2006-10-11 09:56:57 +00:00
Tom G. Christensen
14ce397ec0 Update to 4.3p2 2006-09-11 13:14:38 +00:00
Tom G. Christensen
42dda22df3 Update to 0.9.7k 2006-09-11 07:37:30 +00:00
Tom G. Christensen
9d9c480784 Update to 2.6.6
Use newstyle metadata and build.sh
2005-12-19 08:53:13 +00:00
Tom G. Christensen
fdb11cdfc4 Add proper rpath info 2005-05-13 07:24:40 +00:00
Tom G. Christensen
1ea610548b GNU iconv for Solaris 8 2005-05-10 13:13:56 +00:00
Tom G. Christensen
f0ad471cd6 Update to latest upstream version
Convert build.sh to newstyle build.sh
2005-04-25 07:19:52 +00:00
Tom G. Christensen
3073a86190 Update to latest upstream release
- build with ssl support

Update to newstyle meta data
  - add depend file
2004-12-20 14:00:02 +00:00
Tom G. Christensen
4b305eaed7 pkgdef for pcre 2004-10-08 09:44:11 +00:00
Tom G. Christensen
337906edb7 New upstream version 4.5
"Proper" fix for the linking problems when installing to DESTDIR
Use pkgdef
2004-10-08 09:36:06 +00:00
Tom G. Christensen
1471142289 First 0.9.7d package in CVS.
- Move to pkgdef
- Avoid libgcc_s.so.1 depend
2004-10-07 12:00:25 +00:00
Tom G. Christensen
969817e998 Update to 3.9p1
Add a space file to shut up pkgmk.
Redid the sshd.init script with inspiration from the irix version.
2004-10-06 10:43:43 +00:00
Tom G. Christensen
6254231472 New upstream release
pkgdef'ified
build gvim as a standalone binary
2004-06-16 11:31:49 +00:00
Tom G. Christensen
9c53fde458 New upstream release
Converted to new pkgdef style
2004-06-15 11:15:47 +00:00
Tom G. Christensen
fb17de193d New upstream version fixes another few security holes 2004-06-14 12:32:20 +00:00
Tom G. Christensen
16e8d7dd0a Oops, here's the rest of the commit 2004-05-28 11:40:25 +00:00
Tom G. Christensen
ac455e9b47 Convert to newer buildpkg
Upgrade to 1.11.16 upstream version which contains several bugfixes for
remote exploits
2004-05-26 08:13:47 +00:00
Tom G. Christensen
d776630236 meta data files should have a suffix matching the section header in pkgdef
for the package they belong to.
2004-05-14 09:48:35 +00:00
Tom G. Christensen
21e83d5fc3 The missing depend and pkgdef files 2004-05-14 08:34:58 +00:00
Tom G. Christensen
06f9562730 Updated to 3.8.1p1 upstream
Add depend file
Converted to pkgdef style
Removed obsolete pkginfo.in
2004-05-14 08:21:58 +00:00
Tom G. Christensen
52b1c5e1c3 GNU Grep with new pkgdef meta 2004-04-28 06:40:13 +00:00
Tom G. Christensen
95cb64e713 clean meta is automatically done by clean distclean 2004-04-15 08:06:34 +00:00
Tom G. Christensen
9e98396794 Update to gcc 3.3.3
With the new pkgdef file build.sh has been cleaned of all the hoop
jumping needed to build multiple packages before.
2004-04-15 08:03:38 +00:00
Tom G. Christensen
d95a6bd47a Add patches for CAN-2004-0079 & CAN-2004-0112 2004-03-24 11:31:47 +00:00
Tom G. Christensen
e82aaf705c Remove info/dir file 2004-01-29 15:45:06 +00:00
Tom G. Christensen
87fd44a463 Latest GNU tar
This is the version used in most Linux dists
2004-01-29 14:13:13 +00:00
Tom G. Christensen
6933cf9e0f New rsync fixes security hole 2004-01-29 13:45:22 +00:00
Tom G. Christensen
4c6c70df0a GNU grep for Solaris
for clean installation into a stagedir it required a small patch to one
the makefiles
2004-01-26 13:42:22 +00:00
Tom G. Christensen
2a3893c025 Upgrade to latest stable releases.
Closes a few security holes among other things.
2004-01-20 13:53:50 +00:00
Tom G. Christensen
bdf6fdc2b5 gcc will now default to create code for the ultrasparc cpu using v8+
instruction set.
Renamed the libstdc++ and libgcc packages. What matters for these two
packages are the .so version of the libraries contained within.
Therefore the .so version has been integrated in the packagename instead
of the gcc version.
2004-01-12 10:21:32 +00:00
Tom G. Christensen
9d80913983 Remove the info/dir file
meta/pkginfo.in is no longer needed
2004-01-12 10:15:58 +00:00
Tom G. Christensen
a4fdeed467 Add proper runtime library search paths 2004-01-09 12:26:12 +00:00
Tom G. Christensen
daf949f6f4 A good bzip2 package which includes a shared library (needed for bzip2
support in PHP).
Needed at small patch to link the DSO since Solaris ld is too braindead
to understand -soname.
2004-01-09 09:49:01 +00:00
Tom G. Christensen
bd03d96c0d Completely redid the shared library approach.
I've ditched the Redhat way since the original makefiles are good to
go with only small tweaks.

The major difference will be that the shared libraries will have an soname
which explicitly spells out the OpenSSL version
ie. instead of libssl.so.3 we'll use libssl.so.0.9.7.3

No problems with having to identify if a newer version is binary compatible
and should be given the same soname.

*All* packages which use a shared libssl should have a depend on the
SBossl<ver>lib package.

Different SBossl<ver>lib packages can be installed at the same time since
it will *only* contain the shared libraries.
2004-01-07 09:26:15 +00:00
Tom G. Christensen
462d0b19ea Tweaks to create properly versioned shared libraries 2004-01-07 09:17:02 +00:00
Tom G. Christensen
6294b9b302 The extra space causes a symlink to be made hvis overwrites the real
manpage.
2004-01-07 09:16:00 +00:00
Tom G. Christensen
f8a93fc85b Add the xterm title hack to the default screenrc 2004-01-06 14:07:48 +00:00
Tom G. Christensen
7ed603486b Screen built for Solaris 2004-01-06 13:24:45 +00:00
Tom G. Christensen
c36daf6c39 rsync build 2003-12-03 10:02:39 +00:00
Tom G. Christensen
825f1fc412 *** empty log message *** 2003-11-10 14:16:37 +00:00
Tom G. Christensen
25efaa29cb Rebuilt 0.9.6 with the fixes from the 0.9.7 package (minus a few things
not needed)
2003-10-27 09:45:29 +00:00
Tom G. Christensen
d27c2e3d67 0.9.7c changed the offset so a new patch was needed
Updated the 0.9.6k patch at the same time to not hardcore the SOVER
2003-10-23 13:45:54 +00:00
Tom G. Christensen
28a9ad48e4 Lots of fixes and rebuilt with 0.9.7c sources 2003-10-23 13:44:43 +00:00
Tom G. Christensen
6c2766639d A major overhaul to the openssl package
- shared libraries are now built
- sh lib versioning changed to follow redhat
- install location changed. Most of it is now installed in
  /usr/local/[bin|lib|man]
- allow seperate installation of libraries for runtime support of
  legacy applications
2003-10-16 10:27:28 +00:00
Tom G. Christensen
a9c9d57ede A bit too much was deleted from the libgcc package 2003-10-14 11:33:22 +00:00
Tom G. Christensen
b1fac33271 pcre 4.4
It won't install correctly in the staged root if a libpcre is not available
in /usr/local/lib.
The solution is simple, since libpcre builds and install okay we package
the half finished installation and temporarily install that while we
rebuild the package :)
2003-10-14 08:34:09 +00:00
Tom G. Christensen
a0007f5479 Don't forget the patches :) 2003-10-14 08:10:43 +00:00
Tom G. Christensen
923472b61c m4 1.4.1 prerelease from RH sources 2003-10-14 08:05:27 +00:00
Tom G. Christensen
dcfc2c2ea7 binutils 2.14 seems broken on Solaris (runtime linking fails) so
disable building gcc to expect binutils
2003-10-11 16:08:55 +00:00