From ea31ad0ed5501d0bf92267c35beaf06ac016bad2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 May 2018 16:38:56 +0100 Subject: gentoo resync : 13.05.2018 --- games-puzzle/Manifest.gz | Bin 17939 -> 17932 bytes games-puzzle/gnurobbo/Manifest | 1 - .../gnurobbo/files/gnurobbo-0.66-hardening.patch | 220 --------------------- games-puzzle/neverball/Manifest | 2 +- games-puzzle/neverball/neverball-1.6.0-r1.ebuild | 4 +- games-puzzle/pingus/Manifest | 2 +- games-puzzle/pingus/pingus-0.7.6-r1.ebuild | 4 +- 7 files changed, 6 insertions(+), 227 deletions(-) delete mode 100644 games-puzzle/gnurobbo/files/gnurobbo-0.66-hardening.patch (limited to 'games-puzzle') diff --git a/games-puzzle/Manifest.gz b/games-puzzle/Manifest.gz index a30ad78845ec..c6ac956f1d44 100644 Binary files a/games-puzzle/Manifest.gz and b/games-puzzle/Manifest.gz differ diff --git a/games-puzzle/gnurobbo/Manifest b/games-puzzle/gnurobbo/Manifest index 8e94145345ed..f4924af58a2a 100644 --- a/games-puzzle/gnurobbo/Manifest +++ b/games-puzzle/gnurobbo/Manifest @@ -1,4 +1,3 @@ -AUX gnurobbo-0.66-hardening.patch 6763 BLAKE2B ffaf88e59d8843da40e9b5d5860483e9670f47a77c709df1fd9274e2f0693dca30a2e0aaf0440c9f867189761b99e4f9071286be66724362def98404cb438c80 SHA512 8a755d2b0815736c9a872d716af619fd899c426a2da0d7f77f5a7954ef866ed568bfc4324620cb9ca3bede1a36b28bada24ac780e8377c3010914f60ae41b737 AUX gnurobbo-0.66-underlink.patch 858 BLAKE2B b3ddef3a919afd45c5d949d5f48cecaaea1c013e1924fffd8ce17e32c407562c9054059696db92750322d9378b900ce8432cc30741d0c43b86b5c6b8dd407e4c SHA512 b2053326e1e06cc780647f0c40452729430dd7d0c641406719ce48ba5159e7dd160efc9c892de9424f50ac43386cd6f2a598558e604c34be41a3ccf15d937375 DIST gnurobbo-0.66-source.tar.gz 1765034 BLAKE2B 4a88d1281fdea44516c86e704a828e1d3ef2116cc7d6401960524ea53435828bb09f73adf57016bf3b7a0fa107ee411c575ca2f288375148658bf1bdf0b16aa2 SHA512 5f217ba87e8d1c56d9630cca44bde8d405c93929ebb1722c80955fceedec93a5e02ab3dbafd557c3cbedd63a97a73abe6e8aeff115931844a11f6cc1dd00533c EBUILD gnurobbo-0.66-r1.ebuild 910 BLAKE2B 8b6e1f9b6d9a76d23a64a3a60231fb28763b6669a9d4ef861fdd8e31d85fead9f77650c263c82682a9cfef2e7bdb392f8ee16858a5335358b9a95133ef7cc78d SHA512 c59070e20efad3ccf4716bfc66408c059a25215517605b6d3b4defd4bbd221b025b772b40cb34b3e01a267117e3c5d10402df74285ac4bf94834ba77e54d054e diff --git a/games-puzzle/gnurobbo/files/gnurobbo-0.66-hardening.patch b/games-puzzle/gnurobbo/files/gnurobbo-0.66-hardening.patch deleted file mode 100644 index c1502aca4290..000000000000 --- a/games-puzzle/gnurobbo/files/gnurobbo-0.66-hardening.patch +++ /dev/null @@ -1,220 +0,0 @@ -Index: konstruktor.c -=================================================================== ---- a/konstruktor.c (Revision 412) -+++ b/konstruktor.c (Arbeitskopie) -@@ -247,7 +247,7 @@ - else if (level.w == 32 && level.h == 31) - gsize = 1; - inforedraw = 1; -- sprintf(infostring, txt_konstruktor_Welcome_to_GNU_Robbo_Designer); -+ strcpy(infostring, txt_konstruktor_Welcome_to_GNU_Robbo_Designer); - robbo.keys = k_count_obj(KEY); /* count keys on a map */ - robbo.bullets = k_count_obj(BULLET) * 9; /* count bullets */ - game_area.redraw = REDRAW_EVERYTHING; -@@ -688,7 +688,7 @@ - create_object(nx, ny, BOMB2); - switch (K_icons[selected].game_obj) { - case GROUND: -- sprintf(infostring, txt_konstruktor_Ground); -+ strcpy(infostring, txt_konstruktor_Ground); - break; - case STOP: - sprintf(infostring, "%s (%d %s)", -@@ -745,7 +745,7 @@ - txt_konstruktor_on_map); - break; - case EMPTY_FIELD: -- sprintf(infostring, txt_konstruktor_Empty_Field); -+ strcpy(infostring, txt_konstruktor_Empty_Field); - break; - case BUTTERFLY: - sprintf(infostring, "%s (%d %s)", -@@ -783,9 +783,9 @@ - case WALL: - board[nx][ny].state = wallnumber; - if (wallnumber != 3) -- sprintf(infostring, txt_konstruktor_Wall); -+ strcpy(infostring, txt_konstruktor_Wall); - else -- sprintf(infostring, txt_konstruktor_Black_Wall); -+ strcpy(infostring, txt_konstruktor_Black_Wall); - // game_area.redraw=REDRAW_EVERYTHING; - break; - case TELEPORT: -@@ -905,7 +905,7 @@ - break; - case K_RELOAD: - if (cnt == lastselected) { -- sprintf(infostring, txt_konstruktor_Level_reloaded); -+ strcpy(infostring, txt_konstruktor_Level_reloaded); - clear_screen(); - level_init(); - konstruktor_viewport_init(); -@@ -923,7 +923,7 @@ - k_redraw_all(); - cnt = -1; - } else { -- sprintf(infostring, -+ strcpy(infostring, - txt_konstruktor_Reload_level_select_again_to_reload); - lastclick = 50; - }; -@@ -1048,7 +1048,7 @@ - inforedraw = 1; - break; - case EMPTY_FIELD: -- sprintf(infostring, txt_konstruktor_Empty_Field); -+ strcpy(infostring, txt_konstruktor_Empty_Field); - inforedraw = 1; - break; - case WALL: -@@ -1055,9 +1055,9 @@ - if (cnt == selected) - wallnumber = (wallnumber + 1) % 10; - if (wallnumber != 3) -- sprintf(infostring, txt_konstruktor_Wall); -+ strcpy(infostring, txt_konstruktor_Wall); - else -- sprintf(infostring, txt_konstruktor_Black_Wall); -+ strcpy(infostring, txt_konstruktor_Black_Wall); - inforedraw = 1; - break; - case K_LASER: -@@ -1078,7 +1078,7 @@ - teleportnr = (teleportnr % 11) + 1; - break; - case GROUND: -- sprintf(infostring, txt_konstruktor_Ground); -+ strcpy(infostring, txt_konstruktor_Ground); - inforedraw = 1; - break; - case BIRD: -@@ -1101,16 +1101,16 @@ - direction = (direction + 1) % 4; - switch (direction) { - case 0: -- sprintf(infostring, txt_konstruktor_Direction_right); -+ strcpy(infostring, txt_konstruktor_Direction_right); - break; - case 1: -- sprintf(infostring, txt_konstruktor_Direction_down); -+ strcpy(infostring, txt_konstruktor_Direction_down); - break; - case 2: -- sprintf(infostring, txt_konstruktor_Direction_left); -+ strcpy(infostring, txt_konstruktor_Direction_left); - break; - case 3: -- sprintf(infostring, txt_konstruktor_Direction_up); -+ strcpy(infostring, txt_konstruktor_Direction_up); - break; - } - inforedraw = 1; -@@ -1119,13 +1119,13 @@ - ltype = (ltype + 1) % 3; - switch (ltype) { - case 0: -- sprintf(infostring, txt_konstruktor_Laser_Gun); -+ strcpy(infostring, txt_konstruktor_Laser_Gun); - break; - case 1: -- sprintf(infostring, txt_konstruktor_Blaster_Gun); -+ strcpy(infostring, txt_konstruktor_Blaster_Gun); - break; - case 2: -- sprintf(infostring, txt_konstruktor_Regular_Gun); -+ strcpy(infostring, txt_konstruktor_Regular_Gun); - break; - } - inforedraw = 1; -@@ -1136,16 +1136,16 @@ - movable = (rmstate & 1); - switch (rmstate) { - case 0: -- sprintf(infostring, txt_konstruktor_Fixed); -+ strcpy(infostring, txt_konstruktor_Fixed); - break; - case 1: -- sprintf(infostring, txt_konstruktor_Moveable); -+ strcpy(infostring, txt_konstruktor_Moveable); - break; - case 2: -- sprintf(infostring, txt_konstruktor_Rotating); -+ strcpy(infostring, txt_konstruktor_Rotating); - break; - case 3: -- sprintf(infostring, txt_konstruktor_Moveable_Rotating); -+ strcpy(infostring, txt_konstruktor_Moveable_Rotating); - break; - } - inforedraw = 1; -@@ -1152,7 +1152,7 @@ - break; - case K_INSERT: - if (lastselected == cnt) { -- sprintf(infostring, txt_konstruktor_Level_created); -+ strcpy(infostring, txt_konstruktor_Level_created); - insert = 1; - /* - * Clear board -@@ -1176,7 +1176,7 @@ - cnt = -1; - - } else { -- sprintf(infostring, -+ strcpy(infostring, - txt_konstruktor_New_level_select_again_to_create); - lastclick = 50; - } -@@ -1187,7 +1187,7 @@ - * Clear board - */ - if (lastselected == cnt) { -- sprintf(infostring, txt_konstruktor_Level_cleared); -+ strcpy(infostring, txt_konstruktor_Level_cleared); - robbo.screws = 0; - robbo.keys = 0; - robbo.bullets = 0; /* Thunor: I added this as it was missing */ -@@ -1206,7 +1206,7 @@ - clear_entire_board(); - cnt = -1; - } else { -- sprintf(infostring, -+ strcpy(infostring, - txt_konstruktor_Clear_level_select_again_to_clear); - lastclick = 50; - } -@@ -1215,9 +1215,9 @@ - case K_SAVE: - if (lastselected == cnt) { - if (insert == 1) -- sprintf(infostring, txt_konstruktor_New_level_appended_to_pack); -+ strcpy(infostring, txt_konstruktor_New_level_appended_to_pack); - else -- sprintf(infostring, txt_konstruktor_Changes_saved); -+ strcpy(infostring, txt_konstruktor_Changes_saved); - cnt = -1; - - k_save_map(); -@@ -1228,10 +1228,10 @@ - lastclick = 50; - - if (insert == 1) -- sprintf(infostring, -+ strcpy(infostring, - txt_konstruktor_Save_select_again_to_save_new_level); - else -- sprintf(infostring, -+ strcpy(infostring, - txt_konstruktor_Save_select_again_to_save_changes); - } - inforedraw = 1; -@@ -1297,7 +1297,7 @@ - konstruktor_end(); - cnt = -1; - } else { -- sprintf(infostring, -+ strcpy(infostring, - txt_konstruktor_Exit_designer_select_again_to_exit); - lastclick = 50; /* very long click is used as - * another click */ diff --git a/games-puzzle/neverball/Manifest b/games-puzzle/neverball/Manifest index 94ed4b4480e9..ef9bcc0eaabe 100644 --- a/games-puzzle/neverball/Manifest +++ b/games-puzzle/neverball/Manifest @@ -1,3 +1,3 @@ DIST neverball-1.6.0.tar.gz 37772911 BLAKE2B c9ebf9b5e87665055d3c09b93ffa71d8bf9b953b8a4b9ab7a0e7667c5521c94c80fa66c8df496066434b25319f7d22498ad19fa52e5ffee71ff4ee25188e3c41 SHA512 174d05308aee3a5e693782c54dd389439752b3597f28193771041d30f6c4236a5d055b2fcca9460b1005e9f000ddb3cbc01b86ea15c2abbf6e5a7996e836f787 -EBUILD neverball-1.6.0-r1.ebuild 1993 BLAKE2B dd9ab9e06fb74d8633dd07d1e3811ea6e2356daf45b3eca2ceb5497cb93cabf7f85a2d2682eef279919d47d246a526bc58adb2215fbb668dc5486921dfe0cd9d SHA512 9a2ee3c326d765dd0f29b31cfc534a8842d0bb69755eac9aa3deac32937ee568450c65c390e78ef4b542f32e6997f6bd088c39759d02fb034a5543a59dc17b6e +EBUILD neverball-1.6.0-r1.ebuild 1994 BLAKE2B 4ea20e44571cffddd17e7f972e59f8bce89c5838ca4aaa6e8812ae510b7015f5ae1d927d111f5ef4df2924bfb144ed0fb57b2cdfbe0baafe1d74efb597d5793e SHA512 8d0d793fcca8fd5268c3d84fb1f4a8a6c8b66e04dd2092c3de41f9c19b74a0f1be26eb9721419f38010ff799ab676af30fe47676a3214e8fc3a087f7dbf9e448 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-puzzle/neverball/neverball-1.6.0-r1.ebuild b/games-puzzle/neverball/neverball-1.6.0-r1.ebuild index 86b5c7b5e35b..f2991bb60a72 100644 --- a/games-puzzle/neverball/neverball-1.6.0-r1.ebuild +++ b/games-puzzle/neverball/neverball-1.6.0-r1.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit desktop gnome2-utils DESCRIPTION="Clone of Super Monkey Ball using SDL/OpenGL" -HOMEPAGE="http://neverball.org/" -SRC_URI="http://neverball.org/${P}.tar.gz" +HOMEPAGE="https://neverball.org" +SRC_URI="https://neverball.org/${P}.tar.gz" LICENSE="GPL-2+ IJG" SLOT="0" diff --git a/games-puzzle/pingus/Manifest b/games-puzzle/pingus/Manifest index 2045a56bf0eb..7b9cd8bb1b49 100644 --- a/games-puzzle/pingus/Manifest +++ b/games-puzzle/pingus/Manifest @@ -3,5 +3,5 @@ AUX pingus-0.7.6-gcc47.patch 1096 BLAKE2B 8e7a56634eb69cc1c0797a2fa020b30e0eecf0 AUX pingus-0.7.6-gcc7.patch 675 BLAKE2B 76172b7151e30e800ab2210684a02605810b0f15b972ad6942b65c5c333f5f29e6ace7dd37a9d7541468906a2864925df5a899c5c98a6404b65dbfa802a9f5b7 SHA512 7e7fc8d7b23453b33899452d9ee19a134fe7ab1326a2560698624dc686de98108baeb026401704c06dd262c69542499b0cc3727c57d47f924f3a4020ff386027 AUX pingus-0.7.6-noopengl.patch 315 BLAKE2B 49d2f078506c38d7da57847c6189bf0f9fd0b8a87e80b16fb848f52e37a466111be753f68dc9bf889c66d4ad9a4fea8495fe73b860001d644f2dbb0091b319fe SHA512 f375591892ddecea0659f94ab3d4fc6744625b546fdbc6d80524c25d8ee494163a9b4a90671eed9e7fa2724a1fd91ccde2e80b8ba097c21aa76e0e9fb7e6f4a0 DIST pingus-0.7.6.tar.bz2 12622268 BLAKE2B 5ea1bbea7191919897bdedcda06f956d9b6cc0cda2ab11e475ef497ef8ba0c0de5a739ac334e2a5c9a0c138e6bfc44a23363dc59d3e4cfaea2b5388bbe57cc85 SHA512 6c8c2ace1a9229b4e3b506aee76aa94c0dd906a64fa2c817902c2cd3854df390cf675c8c6ddd3ba1926a467348b2103818bd44bc095378cc7bf3f2ff7af27188 -EBUILD pingus-0.7.6-r1.ebuild 1253 BLAKE2B 25eed15f964e23218a4b4630f983363905ca979bd52095313bf4ba03315bb452e85881cd7753983864abf17de6ffb01dbd6ee021bfd612bd3f4c06d07d1aa3ee SHA512 25be9d4a2ac75ecf92ed0e98246d040d3ead20e3fccb8e8066e9c2254779225085629ead3f2663eb4090ef2bb6d3bbfb9590d29a35d03cbf7234eff1e4732878 +EBUILD pingus-0.7.6-r1.ebuild 1253 BLAKE2B 919c9b7804a82de227d068eab374816e85162180d34f3e979e2e5f4d96146d5ad0f97487d71ecee65fd81c13f846ab92acd9a1da7135d2e44d18d511fe1f5bf8 SHA512 5108028d928f683cb4ea2d612f7b3078798a88aff38570f9ff73344771580d2b21f0a2c8352054593d15fa01c8af07e756fb8808750f2e9f569458f98423656a MISC metadata.xml 1283 BLAKE2B 971b7c831e81413f71e70c7f66ef01b493296d33ff6bbb2997690b60c10eb1a4ffa29c47f335bbd4c57c178e35aef3d59586bbe06199bc50df34501f56b3be2d SHA512 04c0f4cb00f8b50e5f589d6bfa48389fb7fb2ff0ac2343c625f98383ec41ea77d63dbdc14d12325f3837e4961c544503f1a76a4298fa061458a71b1e198c8219 diff --git a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild index 968fa1f3342a..e23d02f4dafb 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit scons-utils toolchain-funcs flag-o-matic xdg-utils DESCRIPTION="free Lemmings clone" -HOMEPAGE="http://pingus.seul.org/" +HOMEPAGE="https://pingus.seul.org" SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" -- cgit v1.2.3