Commit graph

1113 commits

Author SHA1 Message Date
rillig
5321ef34a0 Replaced the use of PLIST_SRC with PLIST_SUBST. Provided uniform names for
the PLIST conditionals.
2005-11-04 16:39:50 +00:00
rillig
8883402da0 Changed the "+=" after CATEGORIES to "=". It looked unusal. 2005-11-04 09:18:30 +00:00
minskim
bd2f400ede Do not declare a static function as non-static. This makes the
package build with gcc-4.
2005-11-03 19:59:39 +00:00
adrianp
f6442aee20 Remove obsolete patches 2005-11-03 19:40:12 +00:00
adrianp
908b9f1ded Fixes for CAN-2005-1111 and CAN-2005-1229 2005-11-03 19:38:50 +00:00
tv
75aaf50cb7 Get useful definitions of unalz_le*toh() on Interix. 2005-10-31 15:04:17 +00:00
tv
1a7f282c3f Fix build on Interix by including <stdlib.h> to get [u]intptr_t.
(Actually in stddef.h, but that would require yet another autoconf check.)
2005-10-31 14:36:08 +00:00
tv
cd4c1493af Fix build on Interix (u_int64_t, but no uint64_t). 2005-10-31 14:31:47 +00:00
minskim
0abaf828e8 Regen to make GNU patch happy. 2005-10-31 05:41:41 +00:00
minskim
c77b5124f5 Make this package build on Darwin.
- Do not declare a static variable as non-static.
  - Build a Unix-style binary.
2005-10-31 05:34:07 +00:00
minskim
989ff25df4 Make this package build on platforms with setxattr(2) (e.g., Linux and
Darwin).
2005-10-31 05:11:41 +00:00
minskim
04e846475f Do not declare static variables as non-static. This makes the package
build with gcc-4.
2005-10-31 04:42:38 +00:00
minskim
cf09c08e45 Regen patch-ad to make GNU patch happy. 2005-10-31 04:32:10 +00:00
wiz
87b07ba9dd Update to 3.5.1:
Version 3.51

   1. Bugs fixed:

      a) previous version tried to create symbolic links even when
         testing an archive;

      b) symbolic links unpacked with -ow switch had a wrong owner;

      c) RAR failed to restore setuid and setgid access rights
         when unpacking files with -ow switch.


   Version 3.50

   1. New -n<mask> and -n@<listfile> switches set additional include
      filters, so only files matching the mask will be processed.

   2. New -id[c,d,p,q] switch. Additionally to previously available
      -idp switch (disable percentage indicator), switches -idc, -idd
      and -idq instruct the console RAR to hide the copyright message,
      "Done" message and all information messages.

   3. Switch -e+<attr> allows to specify file include attributes mask.

      It is possible to use 'd' and 'v' characters in -e[+]<attr> switch
      to denote directory and device attributes.

   4. Switch -ver[n] supports the optional 'n' parameter also when
      archiving. It limits the maximum number of file versions.
2005-10-30 13:10:38 +00:00
rillig
2bbd70c5a1 Use "+=" instead of "=" for CONFIGURE_ARGS. 2005-10-23 20:58:58 +00:00
rillig
540b30a1d6 Use "+=" for MAKE_FLAGS instead of "=". Properly quote LOCAL_ZIP and
LFLAGS1.
2005-10-23 20:55:14 +00:00
rillig
edba5dcec4 Use "+=" for MAKE_FLAGS instead of "=". Properly quote CF and LF2. 2005-10-23 20:52:08 +00:00
rillig
f89c6552f0 Use "+=" instead of "=" for MAKE_FLAGS. Properly quote CC and COPTS. 2005-10-23 20:43:26 +00:00
rillig
31b45d31c2 Use "+=" instead of "=" for CONFIGURE_ARGS. 2005-10-23 20:41:24 +00:00
rillig
732376d3db Use "+=" instead of "=" for MAKE_FLAGS. 2005-10-23 20:40:20 +00:00
rillig
5b9b84ba5a Use "+=" instead of "=" for MAKE_FLAGS. 2005-10-23 19:14:43 +00:00
rillig
c5966634ba Removed definition for empty PKGREVISION. 2005-10-23 18:12:24 +00:00
rillig
d0cf605521 Append to CFLAGS instead of overwriting them. Fixes pkglint warnings. 2005-10-23 18:07:10 +00:00
rillig
c2d6a3812c Fixed pkglint warning by including gtar in quotes. 2005-10-23 18:05:06 +00:00
rillig
8b5bd6af0f Added RCS Id to patch-ad. 2005-10-23 18:02:16 +00:00
rillig
864a663beb Fixed typo. 2005-10-23 18:00:57 +00:00
rillig
756866c0e6 Don't use an absolute pathname in the symlink target of runzip.1. 2005-10-23 17:55:44 +00:00
rillig
7d5261f72e Include <stdint.h> on Darwin to make the integer types known.
Fixes PR 31896.
2005-10-23 17:53:01 +00:00
rillig
461b9ad055 Added a patch to make the package build on NetBSD/i386-1.6.2. 2005-10-22 18:12:09 +00:00
cube
2b79ecfa98 Update to version 2.02. Fixes PR#31876.
Changes in 2.02 (17 Oct 2005)
  * Updated the build and Autoconf scripts to fix some reported
    compilation problems.
2005-10-21 22:36:21 +00:00
abs
70a92f8601 Update archivers/p5-Archive-Zip to 1.16
1.16 Mon Jul 04 12:49:30 CDT 2005
 - Grrrr...removed test that fails when installing under CPANPLUS.

1.15 Wed Jun 22 10:24:25 CDT 2005
  - added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember:
:contents()
  - added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage

1.15_02 Sat Mar 12 09:16:30 CST 2005
  - fixed dates in previous entry!
  - began the process of migrating from the monolithic t/test.t to
    smaller scripts using Test::More.
  - started work on improving Archive::Zip's test coverage.  Coverage
    is now up to just over 80%.
  - added error handling to writeToFileHandle
  - fixed small bug in extractMember from previous version

1.15_01 Wed Mar  9 22:26:52 CST 2005
  - added fix for RT #11818 extractMember method corrupts archive
  - added t/pod.t to test for pod correctness
2005-10-20 17:25:38 +00:00
cube
b826e110f7 Remove long gone configure options. PR#31863 by Sergey Svishchev. 2005-10-19 11:02:28 +00:00
wiz
b14533177a Remove MASTER_SITES, it does not contain the file. 2005-10-16 15:02:36 +00:00
wiz
52a4450782 Update MASTER_SITES. PR 31829 by Zafer Aydogan. 2005-10-16 14:59:22 +00:00
jmmv
ddcc368d14 Update to 2.12.1:
version 2.12.1
---------------
	* Updated translations: it, bn, sv, ku, vi, eu.

version 2.12.0
---------------
	* New and updated translations.

version 2.11.92
---------------
	* Do not allow Drag and Drop on the same window.

version 2.11.91
---------------
	* Fixed bug #311437: [breezy] can't extract a filename from a directory
	  with a space in it from ISO.
	* Ported the help documents to gnome-doc-utils.
	* Fixed bug #312243: wrong zoo and 7-zip extensions.
	* Fixed bug #312240: escape sequences in rar output.
	* Fixed bug #312246: FR does not read all pending output.

version 2.11.90
---------------
	* Fixed bug #105521: single click: list view should have mouse-over.
	* Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x
	* Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi

version 2.11.2
--------------
	* Removed copy/move/rename/delete archive commands.
	* The recent files items are in the Archive menu instead of a submenu.
	* Changes in the properties dialog: align labels to left, allow window
	  resizing, ellipsize filename and path labels.
	* Fixed bug #142860: File-roller displays files larger
	  than 2GB as 2GB.

version 2.11.1
--------------
	* Do not create a _FILES folder anymore (#167261).
	* Allow to extract more archives at once.  Added an --extract-here
	  command line option.
	* Use g_filename_display_name and g_filename_display_basename when
          appropriate.
	* Prevent renaming of files to silently overwrite other existing
          files (#168287).
	* Header cleanup (#171618).
	* Allow stock labels to show through, be nice to translators (#172867).
2005-10-16 12:11:05 +00:00
heinz
b9ccab9929 Updated to version 1.26.
Pkgsrc changes:
  - Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
  - New prerequisite p5-Text-Diff, due to new program 'ptardiff'

Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
-   the 'ptardiff' was not included in the exe_files section
    of the makefile.pl, meaning it didn't get installed by default.

* important changes in version 1.25 20/8/2005:
-   Move the changes into it's own file
-   Add patch from abeltje to make tests pass on VMS. This is *just*
    the tests -- code may need some extra work to be reliable  (#12678)
-   Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
-   Add a warning if the read() call from new() fails to return data
-   Address #13636, where heuristics were 'upgrading' a file to a
    directory if the file had an @LongLink entry, and the shortened
    filename ended in a '/'.
-   Add ptardiff program as suggested by KWILLIAMS (#13658)

* important changes in version 1.24 3/5/2005:
-   Fix a bug where alternate absolute extract paths would add an
    extra directory upon extract (bug #11342)
-   Added support for 'perlio' (available for perl5.8 and up).
    See the Archive::Tar documentation for details

* important changes in version 1.23 3/12/2004:
-   03_file.t wasn't present in the MANIFEST
2005-10-15 20:56:03 +00:00
heinz
668d04258d Added appropriate TEST_TARGET. 2005-10-15 20:24:53 +00:00
rillig
54f2bd1f8d Changed the MASTER_SITES to sourceforge, as the old one has only one
version available. Fixes PR #31588.
2005-10-14 10:41:18 +00:00
xtraeme
fe1984764b Update to 1.02.036.
Changes:

	* Use GNU libtool to build shared libraries on many systems.
2005-10-13 21:34:16 +00:00
wiz
7711caee49 Update to 3.5.4.
No changelog available, but probably includes:
o fixed two vulnerabilities, which could be exploited with
  specially crafted ACE and UUE/XXE archives;
2005-10-12 13:59:19 +00:00
rillig
55e143ace4 Adjusted the filenames in the distinfo file to the new DIST_SUBDIR. 2005-10-10 01:57:08 +00:00
ben
9d6cb4bef6 Update MASTER_SITES and HOMEPAGE. 2005-10-09 18:35:25 +00:00
rillig
6f3bea2b19 Don't create a new DIST_SUBDIR for every PKGREVISION. 2005-10-09 09:48:22 +00:00
adam
a44d4179cf Changes 4.29:
* Bug fixes
2005-10-08 08:27:42 +00:00
joerg
0132b0342e Explicitly cast third argument of open_net to int and use int instead of
mode_t. This unbreaks use with the GCC 3.4+ builtin va_arg.
Fix the use of ctype macros.

Bump revision for that.
2005-10-07 17:15:40 +00:00
joerg
b02cf88e8f Add DragonFly support.
patch-af includes the va_arg handling of short -> int promotion from
Linux as discussed on tech-pkg@.
2005-10-07 16:52:06 +00:00
salo
24b3135d2d Security fix for CAN-2005-2945 and CAN-2005-2992:
"arc 5.21j and earlier create temporary files with world-readable permissions,
which allows local users to read sensitive information from files created by
arc or marc."

http://www.zataz.net/adviso/arc-09052005.txt
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2945

Patch from Debian.
2005-10-06 14:23:39 +00:00
joerg
2079b408ce Fix an inconsistent prototype. 2005-10-04 19:16:24 +00:00
reed
d6841f244b This does not need INSTALLATION_DIRS. The install already runs
its "./mkinstalldirs" to create the directories.
2005-10-04 18:14:30 +00:00
tv
8a957173eb PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.

Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-04 16:50:50 +00:00