CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils-cross.git
16 years agoBug #241: Don't check SSL certificates.
Brett Goulder [Fri, 11 Apr 2008 16:48:57 +0000 (18:48 +0200)]
Bug #241: Don't check SSL certificates.

pkgmk's mechanism to check file integrity is .md5sum, so relying on
proper SSL certificates for https connections isn't critical. This fixes
transfers from https servers whose SSL certificates are self signed only.

Original patch by Jose V Beneyto <sepen@users.sourceforge.net>.

16 years agoBug #244: Relative paths are supported now in pkgadd -r.
Lucas Hazel [Fri, 11 Apr 2008 16:18:09 +0000 (18:18 +0200)]
Bug #244: Relative paths are supported now in pkgadd -r.

16 years agoBumped version to 5.32.0.
Tilman Sauerbeck [Sat, 1 Mar 2008 09:18:03 +0000 (10:18 +0100)]
Bumped version to 5.32.0.

16 years agoRemoved /etc/mail/cf from the UPGRADE rules in pkgadd.conf.
Tilman Sauerbeck [Sat, 1 Mar 2008 09:17:07 +0000 (10:17 +0100)]
Removed /etc/mail/cf from the UPGRADE rules in pkgadd.conf.

16 years agoBug #204: Restore mtime for extracted files.
Johannes Weiner [Mon, 3 Dec 2007 17:37:50 +0000 (18:37 +0100)]
Bug #204: Restore mtime for extracted files.

16 years agoBumped version to 5.31.0.
Tilman Sauerbeck [Sun, 2 Dec 2007 18:39:44 +0000 (19:39 +0100)]
Bumped version to 5.31.0.

16 years agoadded PKGMK_SOURCE_MIRRORS support
Matt Housh [Sun, 2 Dec 2007 18:25:25 +0000 (12:25 -0600)]
added PKGMK_SOURCE_MIRRORS support

17 years agoImproved "dist" target.
Tilman Sauerbeck [Sat, 21 Apr 2007 10:31:09 +0000 (12:31 +0200)]
Improved "dist" target.

17 years agoUpdated copyright notices.
Tilman Sauerbeck [Wed, 18 Apr 2007 20:38:09 +0000 (22:38 +0200)]
Updated copyright notices.

17 years agoDon't mention libtar in README anymore.
Tilman Sauerbeck [Wed, 18 Apr 2007 20:12:57 +0000 (22:12 +0200)]
Don't mention libtar in README anymore.

17 years agoBumped version to 5.30.0.
Tilman Sauerbeck [Wed, 18 Apr 2007 20:12:15 +0000 (22:12 +0200)]
Bumped version to 5.30.0.

17 years agoRemoved NEWS.
Tilman Sauerbeck [Wed, 18 Apr 2007 20:11:18 +0000 (22:11 +0200)]
Removed NEWS.

It's annoying to maintain, and we have ChangeLog.

17 years agoMoved archive initialization code to INIT_ARCHIVE.
Tilman Sauerbeck [Tue, 17 Apr 2007 18:49:58 +0000 (20:49 +0200)]
Moved archive initialization code to INIT_ARCHIVE.

17 years agobug #107: upgrade udev rules by default.
Tilman Sauerbeck [Sun, 25 Feb 2007 12:51:10 +0000 (13:51 +0100)]
bug #107: upgrade udev rules by default.

17 years agoRemoved some dead (and buggy) code.
Tilman Sauerbeck [Fri, 29 Dec 2006 15:51:27 +0000 (16:51 +0100)]
Removed some dead (and buggy) code.

17 years agoSet ARCHIVE_EXTRACT_UNLINK when extracting archive entries.
Tilman Sauerbeck [Wed, 6 Dec 2006 20:17:49 +0000 (21:17 +0100)]
Set ARCHIVE_EXTRACT_UNLINK when extracting archive entries.

17 years agoFixed setting up the flags for archive_read_extract().
Tilman Sauerbeck [Sat, 2 Dec 2006 00:55:52 +0000 (01:55 +0100)]
Fixed setting up the flags for archive_read_extract().

17 years agopreserve owner/permissions when extracting
Simone Rota [Sat, 2 Dec 2006 00:43:19 +0000 (01:43 +0100)]
preserve owner/permissions when extracting

17 years agoFixed the permission lookup problem for hardlinks.
Tilman Sauerbeck [Fri, 24 Nov 2006 20:59:10 +0000 (21:59 +0100)]
Fixed the permission lookup problem for hardlinks.

We now do two runs over the archive, where the first one remembers
permissions for hardlink targets, which are then looked up in the
second run.

17 years agoPrefer archive_entry_mode() over archive_entry_stat().
Tilman Sauerbeck [Fri, 24 Nov 2006 20:42:59 +0000 (21:42 +0100)]
Prefer archive_entry_mode() over archive_entry_stat().

If we're only interested in the mode, just call archive_entry_mode()
instead of getting the whole stat struct.

17 years agoRemoved the libtar archive and patches.
Tilman Sauerbeck [Fri, 17 Nov 2006 20:31:56 +0000 (21:31 +0100)]
Removed the libtar archive and patches.

17 years agoSome indentation fixes.
Tilman Sauerbeck [Wed, 8 Nov 2006 19:44:43 +0000 (20:44 +0100)]
Some indentation fixes.

17 years agoUse archive_errno() instead of errno for libarchive errors.
Tilman Sauerbeck [Wed, 8 Nov 2006 19:35:33 +0000 (20:35 +0100)]
Use archive_errno() instead of errno for libarchive errors.

17 years agoAdded .gitignore.
Tilman Sauerbeck [Wed, 8 Nov 2006 19:28:54 +0000 (20:28 +0100)]
Added .gitignore.

17 years agoSwitched from libtar to libarchive.
Matthias-Christian Ott [Wed, 15 Nov 2006 19:32:56 +0000 (20:32 +0100)]
Switched from libtar to libarchive.

17 years agoUpdated NEWS for the 5.21 release.
Tilman Sauerbeck [Tue, 14 Nov 2006 21:22:53 +0000 (22:22 +0100)]
Updated NEWS for the 5.21 release.

17 years agoDon't tar up the .git directory.
Tilman Sauerbeck [Tue, 14 Nov 2006 21:13:16 +0000 (22:13 +0100)]
Don't tar up the .git directory.

17 years agoGenerate ChangeLog from "git log".
Tilman Sauerbeck [Tue, 14 Nov 2006 21:12:11 +0000 (22:12 +0100)]
Generate ChangeLog from "git log".

17 years agoEnabled large file support.
Matt Housh [Tue, 14 Nov 2006 21:07:08 +0000 (22:07 +0100)]
Enabled large file support.

17 years agoadded documentation for the INSTALL rules
Tilman Sauerbeck [Sun, 1 Oct 2006 09:42:46 +0000 (11:42 +0200)]
added documentation for the INSTALL rules

17 years agoadded an UPGRADE rule for /var/run/utmp. thanks to Anton Vorontsov.
Tilman Sauerbeck [Tue, 12 Sep 2006 13:16:26 +0000 (15:16 +0200)]
added an UPGRADE rule for /var/run/utmp. thanks to Anton Vorontsov.

17 years agotell the user when we didn't install a file because an INSTALL rule kicked in
Tilman Sauerbeck [Sun, 27 Aug 2006 10:12:21 +0000 (12:12 +0200)]
tell the user when we didn't install a file because an INSTALL rule kicked in

17 years agoadded support for INSTALL rules. based on a patch by johannes. documentation needs...
Tilman Sauerbeck [Fri, 25 Aug 2006 10:54:15 +0000 (12:54 +0200)]
added support for INSTALL rules. based on a patch by johannes. documentation needs to be updated.

17 years agoprepared the code for the addition of the INSTALL rule
Tilman Sauerbeck [Thu, 24 Aug 2006 14:17:55 +0000 (16:17 +0200)]
prepared the code for the addition of the INSTALL rule

18 years agopkgmk: optimize file detection for stripping. Thanks to aon and mark
Simone Rota [Sat, 29 Apr 2006 08:01:53 +0000 (10:01 +0200)]
pkgmk: optimize file detection for stripping. Thanks to aon and mark

18 years agoadded an UPGRADE rule for crontabs
Tilman Sauerbeck [Fri, 21 Apr 2006 05:45:35 +0000 (07:45 +0200)]
added an UPGRADE rule for crontabs

18 years agouse the proper sentinel in the execl() call
Tilman Sauerbeck [Fri, 14 Apr 2006 08:06:11 +0000 (10:06 +0200)]
use the proper sentinel in the execl() call

18 years agowrite warnings and errors to stderr instead of stdout
Tilman Sauerbeck [Fri, 14 Apr 2006 07:34:21 +0000 (09:34 +0200)]
write warnings and errors to stderr instead of stdout

18 years agoput a note regarding the ChangeLog/NEWS move in the new ChangeLog, too
Tilman Sauerbeck [Fri, 14 Apr 2006 07:33:50 +0000 (09:33 +0200)]
put a note regarding the ChangeLog/NEWS move in the new ChangeLog, too

18 years agomoved ChangeLog to NEWS
Tilman Sauerbeck [Fri, 14 Apr 2006 07:23:55 +0000 (09:23 +0200)]
moved ChangeLog to NEWS

18 years agoInitial import
Simone Rota [Fri, 11 Nov 2005 22:40:48 +0000 (23:40 +0100)]
Initial import