Browse Source

Upgrade to GNU Tar 1.13.25 because 1.13.19 horribly breaks under the latest FreeBSD 4.5-PRERELEASE because of stderror_r() existence.

master
parent
commit
36a07165b5
  1. 6
      openpkg/openpkg.spec

6
openpkg/openpkg.spec

@ -39,8 +39,8 @@
# o any cc(1)
# the package version and release
%define V_openpkg 20011201
%define R_openpkg 20011201
%define V_openpkg 20011222
%define R_openpkg 20011222
# the used software versions
%define V_rpm 4.0.2
@ -51,7 +51,7 @@
%define V_make 3.79.1
%define V_gzip 1.3
%define V_patch 2.5.4
%define V_tar 1.13.19
%define V_tar 1.13.25
%define V_bash 2.05a
# package information

Loading…
Cancel
Save