From 66b0761fe7bfe43a58a4a7c3012ff3a46acf2e69 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 17 Feb 2019 23:44:53 +0000 Subject: Sun Feb 17 23:44:53 UTC 2019 ap/cups-filters-1.22.1-x86_64-1.txz: Upgraded. y/bsd-games-2.17-x86_64-1.txz: Upgraded. --- .../patches/bsd-games.factor.no.ubig.diff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff (limited to 'source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff') diff --git a/source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff b/source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff new file mode 100644 index 000000000..21fbcf1bc --- /dev/null +++ b/source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff @@ -0,0 +1,22 @@ +--- ./factor/factor.c.orig 2004-02-08 07:20:03.000000000 -0600 ++++ ./factor/factor.c 2019-02-17 15:38:29.289767009 -0600 +@@ -96,8 +96,8 @@ + * We are able to sieve 2^32-1 because this byte table yields all primes + * up to 65537 and 65537^2 > 2^32-1. + */ +-extern const ubig prime[]; +-extern const ubig *pr_limit; /* largest prime in the prime array */ ++extern const uint64_t prime[]; ++extern const uint64_t *const pr_limit; /* largest prime in the prime array */ + + #define PRIME_CHECKS 5 + +@@ -202,7 +202,7 @@ + void + pr_fact(BIGNUM *val) + { +- const ubig *fact; /* The factor found. */ ++ const uint64_t *fact; /* The factor found. */ + + /* Firewall - catch 0 and 1. */ + if (BN_is_zero(val)) /* Historical practice; 0 just exits. */ -- cgit v1.2.3